my @found = grep { $e eq $_ } @a; #or print "yes" if grep { $e eq $_ } @a;