Re: Verifying email addresses given by a user

2009-01-01 Thread Mike Williams
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

Verifying email addresses given by a user

2009-01-01 Thread Adam Jimerson
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