my $pos = 0; for ($j .. $#array) { if ($array[$_] eq 'blah') { $pos = $_; last; } }