Help for this page

Select Code to Download


  1. or download this
      my $method = 'POST';
      my $url = "https://etc"; # note: actual url not shown here
    ...
    
      $response_content =  $ua->request($request)->content;
      LWP::Debug::debug("Response:\n$response_content\n");
    
  2. or download this
    LWP::UserAgent::new: ()
    LWP::UserAgent::proxy:  
    ...
    LWP::UserAgent::request: Simple response: Internal Server Error
    Response:
    500 Connect failed: connect: Connection timed out; Connection timed ou
    +t