Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

(ar0n: Email::Valid) Re: Validating Email

by ar0n (Priest)
on Dec 05, 2001 at 18:02 UTC ( [id://129596]=note: print w/replies, xml ) Need Help??


in reply to Validating Email

Check out Email::Valid on CPAN or see the search results for email validate for more discussion on this topic.
use Email::Valid; print "'$email' is ", Email::Valid->address($email) ? "valid" : "inval +id";

[ ar0n -- want job (boston) ]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-24 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found