http://qs321.pair.com?node_id=570037


in reply to checking an array of numbers for a particular value

print "Found!" if grep {$_ == $val} @arr;