Help for this page
print "$arg matches\n" if grep $arg, @valid;
print "$arg matches\n" if grep { $arg } @valid;