if ( grep( /$name/, @names )) { print "name is in the array"; } #but this doesnt suit my needs.