in reply to Re: How can my script retrieve the contents of an existing webpage?
in thread How can my script retrieve the contents of an existing webpage?

You can't have "content" if it's a GET!

And LWP::Simple is probably simpler here, for just fetching a URL.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Answer: How can my script retrieve the contents of an existing webpage?