On Thu, Jan 1, 2009 at 12:03 AM, Adam Jimerson wrote:
> I'm trying to make my script verify a email address that a user has given to
> it. I have installed and using Email::Valid but it doesn't seem to be
> working for it allowed this as a email address:
>
> test
>
> The way that I have it checki
I'm trying to make my script verify a email address that a user has
given to it. I have installed and using Email::Valid but it doesn't
seem to be working for it allowed this as a email address:
test
The way that I have it checking is by this:
eval {
my $addr = Email::Valid->a