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