Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    use HTTP::Request::Common;
    ...
    $request->uri('https://perlmonks.org');
    
    my $response = $userAgent->request($request);