my @values = qw( bcd efg hij klm ); print "not found" unless grep { 'abc' eq $_ } @values; [download]
In reply to Re: does not exist in an array by eieio in thread does not exist in an array by Anonymous Monk