@a = (12, 18, 56, 76, 99); $in = ; for(0..$#a){ $i = $_ if $in == $a[$_]; } $i == 0 ? print "not found\n" : print "found at $i\n";