Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    use HTTP::Request::Common;
    ...
    
    if ($response->is_success) {print "It worked!->" . $response->code . "
    +\n"}
    else {print "It didn't work!->" . $response->code . "\n"}
    
  2. or download this
    LWP::UserAgent::new: ()
    LWP::UserAgent::request: ()
    ...
    LWP::UserAgent::request: Simple response: Unauthorized
    LWP::Authen::Ntlm::authenticate: authenticate() has been called
    LWP::Authen::Ntlm::authenticate: In first phase of NTLM authentication