Help for this page

Select Code to Download


  1. or download this
    LWP will support https URLs if the LWP::Protocol::https module is inst
    +alled.
    
  2. 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.
    
  3. 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;