Help for this page

Select Code to Download


  1. or download this
    use strict;
    use LWP::Simple;
    ...
    {
    die $response->status_line;
    }
    
  2. or download this
    $VAR1 = bless( {
        '_protocol' => 'HTTP/1.1',
    ...
        '_method' => 'GET'
                  }, 'HTTP::Request' )
    }, 'HTTP::Response' );
    
  3. or download this
    _protocol - HTTP/1.1
    _content - bunch of content
    ...
    _previous - HTTP::Response=HASH(0x1cc618c)
    _msg - OK
    _request - HTTP::Request=HASH(0x1c7e310)