-
-
28 May 2022 00:26:10 UTC
- Distribution: perl
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2152)
- Testers
- Kwalitee
Bus factor: 14- License: perl_5
- Activity
24 month- Tools
- Download (19.29MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- perl5-porters@perl.org
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DBM_Filter::encode - filter for DBM_Filter
SYNOPSIS
use SDBM_File; # or DB_File, GDBM_File, NDBM_File, ODBM_File use DBM_Filter ; $db = tie %hash, ... $db->Filter_Push('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->Filter_Push('encode' => ENCODING);
where "ENCODING" must be a valid encoding name that the Encode module recognises.
A fatal error will be thrown if:
The Encode module is not available.
The encoding requested is not supported by the Encode module.
SEE ALSO
DBM_Filter, perldbmfilter, Encode
AUTHOR
Paul Marquess pmqs@cpan.org
Module Install Instructions
To install less, copy and paste the appropriate command in to your terminal.
cpanm less
perl -MCPAN -e shell install less
For more information on module installation, please visit the detailed CPAN module installation guide.