- or download this
my $mech = LWP::UserAgent->new(ssl_opts => {
SSL_key_file => $key_path,
...
});
my $content = $mech->get($url);
print Dumper($content);
- or download this
$VAR1 = bless( {
'_content' => 'Can\'t connect to <url>',
...
}, 'HTTP::Request' )
}, 'HTTP::Response' );
- or download this
WWW::Mechanize: 1.71
LWP : 6.04