Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Valid Email Filter

by miyagawa (Chaplain)
on Mar 25, 2002 at 17:17 UTC ( [id://154148]=note: print w/replies, xml ) Need Help??


in reply to Valid Email Filter

Wow, glad to see people use Email::Valid::Loose :) Email::Valid::Loose is a subclass of Email::Valid which allows .(dot) before @ (at mark).

--
Tatsuhiko Miyagawa
miyagawa@cpan.org

Replies are listed 'Best First'.
Re: Re: Valid Email Filter
by jwillmore (Initiate) on Jan 11, 2004 at 02:41 UTC
    One suggestion for the code .... change open (EMAILS, "$addrfile"); to open (EMAILS, $addrfile) or die "Can't open $addrfile: $!\n"; ALWAYS check to see if 'open' worked - print some descriptive message if it doesn't.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://154148]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (10)
As of 2024-04-18 08:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found