Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new();
    my $method = "POST";
    ...
    print $response->content;
    print $response->error_as_HTML;
    print $response->as_string;
    
  2. or download this
    100 Continue HTTP/1.1 100 Continue 
    Date: Wed, 05 Dec 2001 02:02:23 
    GMT Server: Microsoft-IIS/5.0 
    Client-Date: Wed, 05 Dec 2001 01:59:51 
    GMT Client-Request-Num: 1 
    Client-Warning: LWP HTTP/1.1 support is experimental