Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $res = $ua->post( "http://www.microsoft.com/cgi-bin/login.cgi" );
    
    print Dumper( $res->headers );
    
  2. or download this
    $VAR1 = bless( {
                     'link' => [
    ...
                     'title' => "We\x{2019}re sorry, the page you requeste
    +d could not be found",
                     'server' => 'Microsoft-IIS/6.0'
                   }, 'HTTP::Headers' );