Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

cURL and HTTP::Request

by jeanbaptiste93 (Novice)
on Aug 08, 2022 at 22:10 UTC ( [id://11146046]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $browser  = LWP::UserAgent::JSON->new();
    my $response = $browser->put( $url, Content => to_json($data) );
    
  2. or download this
    my $request = HTTP::Request::JSON->new(
            'PUT', $url,
    ...
    
        my $browser  = LWP::UserAgent::JSON->new();
        my $response = $browser->request($request);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11146046]
Approved by davies
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found