> Hi guys,

Howdy

> I need to read an email in which there is a link to an html 
> file. From this html files, there are many links to files for 
> download (small). I'd like to automatically collect these 
> files and put them in different folders. Is that possible? 
> Anybody have any pointer on where should I start?

To parse the email I use Mail::internet
To get the links HTML::Parser or related module

To use the links you have lots of options depending on what you're doing with them ::

LWP
WWW::Mechanize ( or somehting like that )

You could always use Net::FTP if you have ftp access.

Go to search.cpan.org and you'll probably find the modules you need.

> 
> Thanks
> 
> Eric
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to