NAME
DBMFilter::encode - filter for DBMFilter 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.org
perl v5.16.3 2013-02-26 DBMFilter::encode(3pm)