DDBBMMFFiilltteerr::::ccoommpprreessss
SYNOPSIS
use SDBMFile; # or DBFile, or GDBMFile, or NDBMFile, or ODBMFile
use DBMFilter ;$db = tie %hash, ...
$db->FilterPush('compress');
DESCRIPTION
This DBM filter will compress all data before it is written to the database and uncompressed it on reading.A fatal error will be thrown if the Compress::Zlib module is not avail-
able.SEE ALSO
DBMFilter, perldbmfilter, Compress::Zlib AUTHOR Paul Marquess pmqs@cpan.orgperl v5.8.8 2001-09-21 DBMFilter::compress(3pm)