paris wrote:
> Do any of you out there know of a program that extracts mails from a
> single
> list of urls? I have about 10 individual text files - all containing
> link urls from
> my site. I got this using that free utility site that allows you to
> extract just
> the HREF url's from any page.
>
> Now I am in dire need of a program that can extract the emails from
> those 10
> individual text files!!! lol
>
> Any help?
>
> Thanks!!
perl -e 'while(<>){push @arr,m#mailto

[^"]+)#g}print "$_\n" for
@arr' /path/to/textfile
--
Brian Wakem
Email:
http://homepage.ntlworld.com/b.wakem/myemail.png