Posted on 2008-11-16 18:59:14-08 by eserte in response to 9333
Re: Efficient compressing of files
Do you plan to do more than (untested code):
use Storable qw(nfreeze); use Compress::Zlib qw(memGzip); print $ofh memGzip(nfreeze($data_structure));
?
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.