Help for this page

Select Code to Download


  1. or download this
    LWP::UserAgent::new: ()
    LWP::UserAgent::proxy: http http://xxx.xx.xx.xx:8080
    ...
    LWP::Protocol::http::request: ()
    LWP::Protocol::collect: read 397 bytes
    LWP::UserAgent::request: Simple response: Unauthorized
    
  2. or download this
    use strict;
    use warnings;
    ...
      print $response->status_line."\n";
    }
    exit 0;