On 2014-07-10 20:30, Sunita Pradhan wrote: > I want to write a script which will verify a valid email address . > Could anybody give some ideas , how to write a pattern for this ?
Almost 10 years ago I posted this: http://www.mail-archive.com/beginners%40perl.org/msg62681.html Probably that function would do for you. You won't easily come up with a valid address that would be rejected. But please note the discussion that followed in that old thread. They thought I ought to use Email::Valid instead. ;-) -- Gunnar Hjalmarsson -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/