Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        die "Failed to GET '$url': ",$response->status_line;
    
    print $response->as_string;
    
  2. or download this
    Failed to GET 'https://www.helsinki.fi/': 500 SSL negotiation failed: 
    +at P:\Perl\bin/ssltest.bat line 15.