- or download this
LWP will support https URLs if the LWP::Protocol::https module is inst
+alled.
- or download this
can't connect to moz.com:443, the given host is not known at D:/Straw
+berry_Perl/perl/vendor/lib/LWP/Pr
otocol/http.pm line 46.
- or download this
#!d:\Strawberry_Perl\perl\bin\perl.exe
...
$B->ssl_opts( verify_hostname => 0 );
my $GET = $B->get('https://moz.com')->content;
print $GET;