debian man page for dbm_filter::compress

Query: dbm_filter::compress

OS: debian

Section: 3perl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBM_Filter::compress(3perl)				 Perl Programmers Reference Guide			       DBM_Filter::compress(3perl)

NAME
DBM_Filter::compress - filter for DBM_Filter
SYNOPSIS
use SDBM_File; # or DB_File, or GDBM_File, or NDBM_File, or ODBM_File use DBM_Filter ; $db = tie %hash, ... $db->Filter_Push('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
DBM_Filter, perldbmfilter, Compress::Zlib
AUTHOR
Paul Marquess pmqs@cpan.org perl v5.14.2 2010-12-30 DBM_Filter::compress(3perl)
Related Man Pages
perldbmfilter(1) - centos
dbm_filter(3pm) - centos
dbm_filter(3pm) - suse
perldbmfilter5.16(1) - osx
dbm_filter5.18(3pm) - mojave
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Weird 'find' results