Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Anything wrong with the LWP PUT code

by chanakya (Friar)
on Sep 16, 2010 at 18:37 UTC ( [id://860382]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    curl -T abc.gz -X PUT -H "User-Agent: MyUA" http://xxxx.com/cgi-bin/ha
    +ndleput.cgi -v
    
  2. or download this
    #!/usr/bin/perl -w
    use LWP::UserAgent;
    ...
    Content-Type: application/x-gzip-compressed
    Request-Method: PUT
    PATH-INFO: /abc.gz
    

Log In?
Username:
Password:

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

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

    No recent polls found