http://www.perlmonks.org?node_id=1027058


in reply to Re: Access webpage
in thread Access webpage

The original URL is mangled:
use IO::All; my $html < io->http("http://hgdownload.soe.ucsc.edu:80/goldenpath/hg19 +/database");
The :80 needs to be after the domain name, but is redundant. It is only needed if it is not port 80.