Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: PUT a Multipart request in PERL

by xpert (Initiate)
on Apr 06, 2015 at 18:36 UTC ( [id://1122595]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    my $mech = WWW::Mechanize->new(); 
    ...
    
    my $myresponse = $mech->put($signedurl, 'Content' => [     'file1' => 
    +$xmlfile, 'file2' => $docfile    ]   );
    
  2. or download this
    
    Not a SCALAR reference at C:/Dwimperl/perl/vendor/lib/HTTP/Message.pm 
    +line 156. 
    ...
    
    Press any key to continue . . .
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found