Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
     use strict;
    ...
    
    my $result=$ua->get($url);
    print("\n $@");
    
  2. or download this
     Can't connect to google.co.uk:443 (Bad hostname)
    
    LWP::Protocol::https::Socket: Bad hostname 'google.co.uk' at /usr/loca
    +l/perl/lib/site_perl/LWP/Protocol/http.pm line 47.