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
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
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
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
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