in reply to Re: CGI + regex help
in thread CGI + regex help

It works:

# perl -MCGI -le'print "works" if CGI->new()->param(-name=>"a")' a=1 works #

Also, good point about Email::Valid.

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1