Re: extract web pages from a web site

2005-09-17 Thread Scott R. Godin
Siegfried Heintze wrote: I recommend Lincoln Stein's book "Perl Networking". Even if you are too cheap to buy his book, you can google for it and download the source code for an example program that uses HTML::Parser to extract and download all the gif files from a page. His example actually par

RE: extract web pages from a web site

2005-09-15 Thread Siegfried Heintze
Sent: Wednesday, September 14, 2005 9:33 PM To: beginners@perl.org; [EMAIL PROTECTED] Subject: Re: extract web pages from a web site 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

Re: extract web pages from a web site

2005-09-14 Thread Scott R. Godin
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::Mech

Re: extract web pages from a web site

2005-09-08 Thread Jeff Pan
LWP::Simple can do that. On Thu, 8 Sep 2005 14:45:26 +0100, "José Pedro Silva Pinto" <[EMAIL PROTECTED]> said: > 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 m

extract web pages from a web site

2005-09-08 Thread José Pedro Silva Pinto
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 Thanks José Pinto