What do you get running this ?
poj#!perl use strict; use LWP::UserAgent; my $ua = LWP::UserAgent->new; my $res = $ua->get('https://xkcd.com/'); print join "\n",$],$LWP::UserAgent::VERSION, $ua->_agent,$res->status_line;
In reply to Re^4: LWP::Simple on HTTPS sites
by poj
in thread LWP::Simple on HTTPS sites
by rbhyland
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |