in reply to Accessing web pages with Perl
Are you attempting to access a remote web page?
use LWP::Simple; my $page = get('http://www.xxxxx.com:81/webstats/yyy.htm');
See LWP::Simple for all the gorey details.
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';
|
|---|