NAME
DBMFilter::compress - filter for DBMFilter 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 available. SEE ALSO DBMFilter, perldbmfilter, Compress::Zlib AUTHOR Paul Marquess pmqs@cpan.org
perl v5.16.3 2013-02-26 DBMFilter::compress(3pm)