mojave man page for encode::ebcdic

Query: encode::ebcdic

OS: mojave

Section: 3pm

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

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

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.18.2 2013-11-04 Encode::EBCDIC(3pm)
Related Man Pages
encode::cn(3pm) - redhat
encode::kr(3pm) - redhat
encode::cn(3pm) - osx
encode::kr(3pm) - mojave
encode::cn(3perl) - debian
Similar Topics in the Unix Linux Community
Pack and unpack localtime in perl script