|
|
| go ahead... be a heretic | |
| PerlMonks |
How to extract an email address from a mailto URL?by jdlev (Sexton) |
| on Dec 29, 2008 at 20:06 UTC ( #733104=perlquestion: print w/ replies, xml ) | Need Help?? |
|
jdlev has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks!
I'm trying to pull a simple information from a text file. The information I wish to pull is in the following code:
a href = 'mailto:email@email.com'>Their email address /a There are other a href tags on the page, and the only one I want to pull from contains the mailto: in it. How would I extract email@email.com from the .txt file? Thanks, Jeff
Back to
Seekers of Perl Wisdom
|
|