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

Anonymous Monk
try to use a `correct' URL. Instead of
    www.perlmonks.org

use
    http://www.perlmonks.org

Originally posted as a Categorized Answer.

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