for my $count (0..$#array) { if ($array[$count] =~ /ausdruck/) { print "An der Stelle $count habe ich etwas gefunden." } }