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.

Storable (fast) or Data::Dumper (readable) could be useful to store and 
recreate HTTP::Response objects.
Or, at a higher level, Cache::FileCache (which can store without expiring)

hth,
joe

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to