RE: Getting HTML files from remote sites

2003-02-19 Thread Dan Muey
--- > 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

RE: Getting HTML files from remote sites

2003-02-19 Thread NYIMI Jose (BMB)
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

Getting HTML files from remote sites

2003-02-19 Thread dan
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