Help for this page

Select Code to Download


  1. or download this
    use LWP::Debug qw(+);
    use LWP::UserAgent;
    ...
        print "Error: " . $resp->status_line . "\n";
        print $resp->as_string;
    }