perlmodstyle - Perl module style guide

NAME INTRODUCTION QUICK CHECKLISTBefore you start The API Stability Documentation Release considerations BEFORE YOU START WRITING A MODULEHas it been done before? Do one thing and do it well What's in a name? Get feedback before publishing DESIGNING AND WRITING YOUR MODULETo OO or not to OO? Designing your API Strictness and warnings Backwards compatibility Error handling and messages DOCUMENTING YOUR MODULEPOD README, INSTALL, release notes, changelogs RELEASE CONSIDERATIONSVersion nu

perl - The Perl 5 language interpreter

NAME SYNOPSIS GETTING HELPOverview Tutorials Reference Manual Internals and C Language Interface Miscellaneous Language-Specific Platform-Specific Stubs for Deleted Documents DESCRIPTION AVAILABILITY ENVIRONMENT AUTHOR FILES SEE ALSO DIAGNOSTICS BUGS NOTES NAME perl - The Perl 5 language interpreter SYNOPSIS perl [ -sTtuUWX ] [ -hv ] [ -V[:configvar] ] [ -cw ] [ -d[t][:debugger] ] [ -D[number/list] ] [ -pna ] [ -Fpattern ] [ -l[octal] ] [ -0[octal/hexadecimal] ] [ -Idir ] [ -m[-]module ] [

$OUTPUT_AUTOFLUSH

$OUTPUT_AUTOFLUSH

$EGID

$EGID

Unicode::Collate - Unicode Collation Algorithm

NAME SYNOPSIS DESCRIPTIONConstructor and Tailoring Methods for Collation Methods for Searching Other Methods EXPORT INSTALL CAVEATS AUTHOR, COPYRIGHT AND LICENSE SEE ALSO NAME Unicode::Collate - Unicode Collation Algorithm SYNOPSIS use Unicode::Collate; #construct $Collator = Unicode::Collate->new(%tailoring); #sort @sorted = $Collator->sort(@not_sorted); #compare $result = $Collator->cmp($a, $b); # returns 1, 0, or -1. Note: Strings in @not_sorted , $a and $b are interpreted a

ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker

NAME SYNOPSIS DESCRIPTION METHODSMethods SEE ALSO NAME ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker SYNOPSIS require ExtUtils::MM_Unix; DESCRIPTION The methods provided by this package are designed to be used in conjunction with ExtUtils::MakeMaker. When MakeMaker writes a Makefile, it creates one or more objects that inherit their methods from a package MM . MM itself doesn't provide any methods, but it ISA ExtUtils::MM_Unix class. The inheritance tree of MM lets operating speci

goto

goto LABEL goto EXPR goto &NAME The goto LABEL form finds the statement labeled with LABEL and resumes execution there. It can't be used to get out of a block or subroutine given to sort. It can be used to go almost anywhere else within the dynamic scope, including out of subroutines, but it's usually better to use some other construct such as last or die. The author of Perl has never felt the need to use this form of goto (in Perl, that is; C is another matter). (The difference is that C d

Math::BigInt - Arbitrary size integer/float math package

NAME SYNOPSIS DESCRIPTIONInput Output METHODS ACCURACY and PRECISIONPrecision P Accuracy A Fallback F Rounding mode R Infinity and Not a Number INTERNALSMATH LIBRARY SIGN mantissa(), exponent() and parts() EXAMPLES Autocreating constants PERFORMANCEAlternative math libraries SUBCLASSINGSubclassing Math::BigInt UPGRADINGAuto-upgrade EXPORTS CAVEATS BUGS SUPPORT LICENSE SEE ALSO AUTHORS NAME Math::BigInt - Arbitrary size integer/float math package SYNOPSIS use Math::BigInt; # or m

perlunicook - cookbookish examples of handling Unicode in Perl

NAME DESCRIPTION EXAMPLES? 0: Standard preamble ? 1: Generic Unicode-savvy filter ? 2: Fine-tuning Unicode warnings ? 3: Declare source in utf8 for identifiers and literals ? 4: Characters and their numbers ? 5: Unicode literals by character number ? 6: Get character name by number ? 7: Get character number by name ? 8: Unicode named characters ? 9: Unicode named sequences ? 10: Custom named characters ? 11: Names of CJK codepoints ? 12: Explicit encode/decode ? 13: Decode program arguments as

$LAST_SUBMATCH_RESULT

$LAST_SUBMATCH_RESULT