Quick question here, which one is better for lowercasing an email address?
($email= param('email')) =~ tr/A-Z/a-z/;
($email= param('email')) =~ s/(.+)/\L$1/g;
Thanks!
Dave
Now taking the CGI course @
<http://users.easystreet.com/ovid/cgi_course/>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
