dbm_filter::compress(3perl) debian man page | unix.com

Man Page: dbm_filter::compress

Operating Environment: debian

Section: 3perl

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) - mojave
dbm_filter(3perl) - debian
perldbmfilter5.12(1) - osx
perldbmfilter(1) - x11r4
dbm_filter5.18(3pm) - mojave
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com