use Email::Valid; use strict; print (Email::Valid->address( 'x @ x.com') ? 'yes' : 'no'); print "\n"; print (Email::Valid->address( 'x @@ x.com') ? 'yes' : 'no'); print "\n";
In reply to Email::Valid, what am I doing wrong here? by rajivp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |