-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mike Williams wrote:
>
> What are you expecting to happen? Email::Valid will throw an
> exception if *it* encounters an error.
> Finding an invalid address is not an error for Email::Valid. That's its job
> ;-)
>
> $addr will be undefined if the e
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