Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: extract email addresses

by esskar (Deacon)
on Feb 19, 2005 at 01:24 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found