---
> From: dan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 19, 2003 1:38 PM
> To: [EMAIL PROTECTED]
> Subject: Getting HTML files from remote sites
>
>
> What's a good module to retrieve HTML content from another
> website? I can't see any obvious names
I'd suggest LWP::Simple.
http://search.cpan.org/author/GAAS/libwww-perl-5.69/lib/LWP/Simple.pm
HTH,
José
> -Original Message-
> From: dan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 19, 2003 8:38 PM
> To: [EMAIL PROTECTED]
> Subject: Getting HTML fil
What's a good module to retrieve HTML content from another website? I can't
see any obvious names on CPAN, maybe I overlooked something. What I want to
do is to retrieve a HTML file off another server, and in my script, look for
various pointers in the code to output it to console. I've done this i