Help for this page

Select Code to Download


  1. or download this
    HTTP/1.1 500 Server Error
    Connection: close
    ...
    Please contact the administrator.
    </BODY>
    </HTML>
    
  2. or download this
    use strict;
    
    ...
    my $res = $ua->request($req);
    
    my $content = $res->as_string;
    
  3. or download this
    $ENV{HTTPS_PROXY} = 'http://proxy';
    $ENV{HTTPS_PROXY_USERNAME} = 'user';
    $ENV{HTTPS_PROXY_PASSWORD} = 'pass';