Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    
    ...
    
    my $req = HTTP::Request->new(GET => "http://jigsaw.w3.org/HTTP/Digest/
    +");
    my $res = $ua->request($req);