Re: Saving Content of HTTP::Response Directly To Disk

2006-02-05 Thread Bob Showalter
Stephen Le wrote: I'm writing a download manager in Perl and using the LWP library of Perl modules. Is there any way I can save the contents of a HTTP::Response object directly to disk? I don't want particularly large requests to be cached into memory. Yes. Look at the documentation for LWP::U

Re: Saving Content of HTTP::Response Directly To Disk

2006-02-04 Thread John Doe
Stephen Le am Sonntag, 5. Februar 2006 04.09: > I'm writing a download manager in Perl and using the LWP library of > Perl modules. > > Is there any way I can save the contents of a HTTP::Response object > directly to disk? I don't want particularly large requests to be > cached into memory. Stora

Saving Content of HTTP::Response Directly To Disk

2006-02-04 Thread Stephen Le
I'm writing a download manager in Perl and using the LWP library of Perl modules. Is there any way I can save the contents of a HTTP::Response object directly to disk? I don't want particularly large requests to be cached into memory. Thanks, Stephen Le