DDBBMMFFiilltteerr::::eennccooddee
SYNOPSIS
use SDBMFile; # or DBFile, or GDBMFile, or NDBMFile, or ODBMFile
use DBMFilter ;$db = tie %hash, ...
$db->FilterPush('encode' => 'iso-8859-16');
DESCRIPTION
This DBM filter allows you to choose the character encoding will be store in the DBM file. The usage is$db->FilterPush('encode' => ENCODING);
where "ENCODING" must be a valid encoding name that the Encode module recognises. A fatal error will be thrown if: 1 The Encode module is not available. 2 The encoding requested is not supported by the Encode module.SEE ALSO
DBMFilter, perldbmfilter, Encode AUTHOR Paul Marquess pmqs@cpan.orgperl v5.8.8 2001-09-21 DBMFilter::encode(3pm)