Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Encode::EBCDIC

Name Encode::EBCDIC
Version 2.02
Located at /usr/lib64/perl5/vendor_perl
File /usr/lib64/perl5/vendor_perl/Encode/EBCDIC.pm
Is Core No
Search CPAN for this module Encode::EBCDIC
Documentation Encode::EBCDIC
Module Details Encode::EBCDIC

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 Diver brought to you by ScriptSolutions.com © 1997- 2024