for my $try ( 0..$#$array ) { say "--> trying at index $try"; if ( $array->[$try] eq $find ) { return $try; } }