このページは大阪弁化フィルタによって翻訳生成されたんですわ。
翻訳前ページへ
Perl version
Manual
Reference
Modules
Please note: Many features of this site require JavaScript. You appear to have JavaScript disabled, or are running a non-JavaScript capable web browser.
To get the best experience, please enable JavaScript or download a modern web browser such as Internet Explorer 8, Firefox, Safari, or Google Chrome.
DBM_Filter::compress - filter for DBM_Filter
use SDBM_File; # or DB_File, GDBM_File, NDBM_File, ODBM_File use DBM_Filter ; $db = tie %hash, ... $db->Filter_Push('compress');
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.
DBM_Filter, perldbmfilter, Compress::Zlib
Paul Marquess pmqs@cpan.org