Re: checking email account name

2002-10-10 Thread dan
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

Re: checking email account name

2002-10-10 Thread John W. Krahn
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

Re: checking email account name

2002-10-10 Thread david
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: >

checking email account name

2002-10-10 Thread chad kellerman
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