[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-WebCGI] E-mail Address Extractor?



> Has anyone heard of an e-mail address extractor perl script?
> Looking for script that can extract e-maill addresses out of test files or
> web pages.
> Dont have time to write one of my own yet..




 s!(\w+\@\w+\.\w+)!<a href="mailto:$1">$1</a>!g;

HTH,
-Sneex-  :]

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org