http://qs321.pair.com?node_id=8384

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I tried both of these, but neither one worked:

$user_name =~ s/[a-zA-Z0-9]//g; $user_name !~ s/[a-zA-Z0-9]//g;