Help for this page

Select Code to Download


  1. or download this
    my $ua = LWP::UserAgent->new();
    my $request = HTTP::Request->new('PUT', $url, undef, $content");
    my $response = $ua->request($request, \&check_response);