NAME
Encode::EBCDIC - EBCDIC Encodings
SYNOPSIS
use Encode qw/encode decode/; $posix_bc = encode("posix-bc", $utf8); # loads Encode::EBCDIC implicitly$utf8 = decode("", $posix_bc); # dittoABSTRACT
This module implements various EBCDIC-Based encodings. Encodings supported are as follows.
Canonical AliasDescription--------------------------------------------------------------------cp37 cp500 cp875 cp1026 cp1047 posix-bcDESCRIPTION
To find how to use this module in detail, seeEncode.
SEE ALSO
Module Install Instructions
To install Encode, copy and paste the appropriate command in to your terminal.
cpanm Encodeperl -MCPAN -e shellinstall EncodeFor more information on module installation, please visitthe detailed CPAN module installation guide.