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

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

by ikegami (Patriarch)
on May 26, 2018 at 05:32 UTC ( #1215240=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    POST $url
    POST $url, Header => Value,...
    POST $url, $form_ref, Header => Value,...
    POST $url, Header => Value,..., Content => $form_ref
    POST $url, Header => Value,..., Content => $content
    
  2. or download this
    my $attributes = { name => "test.txt", parent => { id => 0 }};
    
    ...
          file       => [ "test.txt" ],
       ],
    );
    
  3. or download this
    [ undef, "test.txt", Content => $file_contents ]
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2023-09-21 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?