Encode::JP::H2Z -- internally used by Encode::JP::2022_JP*

NAME NAME Encode::JP::H2Z -- internally used by Encode::JP::2022_JP*

HANDLE->format_top_name(EXPR)

HANDLE->format_top_name(EXPR)

perlbs2000 - building and installing Perl for BS2000.

NAME SYNOPSIS DESCRIPTIONgzip on BS2000 bison on BS2000 Unpacking Perl Distribution on BS2000 Compiling Perl on BS2000 Testing Perl on BS2000 Installing Perl on BS2000 Using Perl in the Posix-Shell of BS2000 Using Perl in "native" BS2000 Floating point anomalies on BS2000 Using PerlIO and different encodings on ASCII and EBCDIC partitions AUTHORS SEE ALSOMailing list HISTORY NAME perlbs2000 - building and installing Perl for BS2000. This document needs to be updated, but we don't know what

utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code

NAME SYNOPSIS DESCRIPTIONUtility functions BUGS SEE ALSO NAME utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code SYNOPSIS use utf8; no utf8; # Convert the internal representation of a Perl scalar to/from UTF-8. $num_octets = utf8::upgrade($string); $success = utf8::downgrade($string[, $fail_ok]); # Change each character of a Perl scalar to/from a series of # characters that represent the UTF-8 bytes of each original character. utf8::encode($string); # "\x{100}"

$ERRNO

$ERRNO

perldiag - various Perl diagnostics

NAME DESCRIPTION SEE ALSO NAME perldiag - various Perl diagnostics DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error you should never see (trappable). (X) A very fatal error (nontrappable). (A) An alien error message (not generated by Perl). The majority of messages from the first thre

${^PREMATCH}

${^PREMATCH} This is similar to $` ($PREMATCH) except that it does not incur the performance penalty associated with that variable. See Performance issues above. In Perl v5.18 and earlier, it is only guaranteed to return a defined value when the pattern was compiled or executed with the /p modifier. In Perl v5.20, the /p modifier does nothing, so ${^PREMATCH} does the same thing as $PREMATCH . This variable was added in Perl v5.10.0. This variable is read-only and dynamically-scoped.

perlnewmod - preparing a new module for distribution

NAME DESCRIPTIONWarning What should I make into a module? Step-by-step: Preparing the ground Step-by-step: Making the module Step-by-step: Distributing your module AUTHOR SEE ALSO NAME perlnewmod - preparing a new module for distribution DESCRIPTION This document gives you some suggestions about how to go about writing Perl modules, preparing them for distribution, and making them available via CPAN. One of the things that makes Perl really powerful is the fact that Perl hackers tend to wan

getpwnam

getpwnam NAME

$UID

$UID