⭐ in reply to How can my script retrieve the contents of an existing webpage?
Then all you have to do is something like:
use LWP::Simple; $webpage=get "http://www.perlmonks.org"; [download]