Help for this page
#!/usr/bin/perl ... my $res = $ua->post( "http://www.microsoft.com/cgi-bin/login.cgi" ); print Dumper( $res->headers );
$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' );