Howdy, your syntax is just a little off:
use IO::All; my $html < io->http("http://hgdownload.soe.ucsc.edu/database:80");
Note that the "io" is in lowercase, not upper as in your example. You also need the "->http" method, and "http://" prefix in your url.
Also, you'll have to ensure that you have the IO::All::LWP module installed.
In reply to Re: Access webpage
by Loops
in thread Access webpage
by kash650
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |