debian man page for encode::ebcdic

Query: encode::ebcdic

OS: debian

Section: 3perl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Encode::EBCDIC(3perl)					 Perl Programmers Reference Guide				     Encode::EBCDIC(3perl)

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); # ditto
ABSTRACT
This module implements various EBCDIC-Based encodings. Encodings supported are as follows. Canonical Alias Description -------------------------------------------------------------------- cp37 cp500 cp875 cp1026 cp1047 posix-bc
DESCRIPTION
To find how to use this module in detail, see Encode.
SEE ALSO
Encode, perlebcdic perl v5.14.2 2010-12-30 Encode::EBCDIC(3perl)
Related Man Pages
encode::kr(3pm) - osx
encode::kr(3pm) - mojave
encode::kr5.12(3pm) - osx
encode::byte(3perl) - debian
encode::cn(3perl) - debian
Similar Topics in the Unix Linux Community
Pack and unpack localtime in perl script