Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: sending a large file via http

by rhesa (Vicar)
on Jun 18, 2007 at 23:13 UTC ( [id://621888]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $request = HTTP::Request->new('POST', $url, $headers);
        $request->protocol('HTTP/1.1');
        my $browser = LWP::UserAgent->new();
        my $response = $browser->request($request, \&sendthis);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-19 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found