Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: Post using LWP useragent curl post request to useragent request

by smarthacker67 (Beadle)
on May 26, 2018 at 20:47 UTC ( [id://1215256]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    
    my  $request = HTTP::Request::Common::POST( BOX,  
    ...
        ]
    );
    
  2. or download this
     sub build_json_request {
        my ($url) = @_;
    ...
    my $r = build_json_request (ENDPOINT );
    my $res = $ua->request($r);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-20 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found