in reply to Re: Email validation
in thread Email validation

I tried out Email::Valid, I like the results a lot more, than RFC::RFC822::Address

From the SYNOPSIS:

use Email::Valid; print (Email::Valid->address('maurice@hevanet.com') ? 'yes' : 'no');

--
paul