There is a Email::Valid module (available from CPAN) latest version is 0.14.
I was going to use this in the script i'm currently writing, but other
dependencies stopped me from using it. You need Mail::Address installed and
a few other things (it tells you in the readme), and apparently it looks u
Chad Kellerman wrote:
>
> Hello again,
Hello,
> I am using getOpts::Std, with a -e option where you have to emter in
> your email address. How can I do checking on that address. I am trying
> to verify the domain as well as the user.
http://search.cpan.org/author/MAURICE/Email-Valid-0.14
Chad Kellerman wrote:
> Hello again,
>
> I am using getOpts::Std, with a -e option where you have to emter in
> your email address. How can I do checking on that address. I am trying
> to verify the domain as well as the user.
>
> Here is what I have but I don't know how to contiue:
>
Hello again,
I am using getOpts::Std, with a -e option where you have to emter in
your email address. How can I do checking on that address. I am trying
to verify the domain as well as the user.
Here is what I have but I don't know how to contiue:
getopts("d:s:e;h"); # colons take arg