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
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
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