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