José Pedro Silva Pinto wrote:
Hi there,

I am doing a program in perl to extract some web pages (And copy it to a local 
file), from a given web address.

Which perl module can I use to help me to do this task

It depends on what you're looking to do...

LWP::Simple to grab stuff with, WWW::Mechanize and HTML::TokeParser or HTML::Parser.. to interact with it and pick apart the results..

If you simply want to download and store the webpage wouldn't you also want to store the attendant image/css/javascript/embedded files that it references externally ?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to