print "$arg matches\n" if grep $arg, @valid; #### print "$arg matches\n" if grep { $arg } @valid;