Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: extract email addresses

by esskar (Deacon)
on Feb 19, 2005 at 01:24 UTC ( #432600=note: print w/replies, xml ) Need Help??


in reply to Re^2: extract email addresses
in thread extract email addresses

my $text = '<smtp:something.something.something@something.something.so +mething.com>'; my @addresses = $text =~ m!<smtp:(.*@.*)>!g; print "$_\n" foreach @addresses;
But i still prefer my Email::Find solution; then you will be safe! <edit>miss-spelling fixed</edit>

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2023-03-28 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (70 votes). Check out past polls.

    Notices?