bless

bless REF,CLASSNAME bless REF This function tells the thingy referenced by REF that it is now an object in the CLASSNAME package. If CLASSNAME is omitted, the current package is used. Because a bless is often the last thing in a constructor, it returns the reference for convenience. Always use the two-argument version if a derived class might inherit the function doing the blessing. See perlobj for more about the blessing (and blessings) of objects. Consider always blessing objects in CLASSNAME

and

and These operators are documented in perlop.

perlre - Perl regular expressions

NAME DESCRIPTIONModifiers Regular Expressions Quoting metacharacters Extended Patterns Special Backtracking Control Verbs Backtracking Version 8 Regular Expressions Warning on \1 Instead of $1 Repeated Patterns Matching a Zero-length Substring Combining RE Pieces Creating Custom RE Engines Embedded Code Execution Frequency PCRE/Python Support BUGS SEE ALSO NAME perlre - Perl regular expressions DESCRIPTION This page describes the syntax of regular expressions in Perl. If you haven't use

$EVAL_ERROR

$EVAL_ERROR

Encode::KR::2022_KR -- internally used by Encode::KR

NAME NAME Encode::KR::2022_KR -- internally used by Encode::KR

lt

lt These operators are documented in perlop.

Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code

NAME SYNOPSIS DESCRIPTION NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code SYNOPSIS # Do this instead please use Locale::Maketext DESCRIPTION Previously Local::Maketext::GutsLoader performed some magic to load Locale::Maketext when utf8 was unavailable. The subs this module provided were merged back into Locale::Maketext

Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketext utf8 code

NAME SYNOPSIS DESCRIPTION NAME Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketext utf8 code SYNOPSIS # Do this instead please use Locale::Maketext DESCRIPTION Previously Locale::Maketext::Guts performed some magic to load Locale::Maketext when utf8 was unavailable. The subs this module provided were merged back into Locale::Maketext.

perlpacktut - tutorial on pack and unpack

NAME DESCRIPTION The Basic Principle Packing Text Packing NumbersIntegers Unpacking a Stack Frame How to Eat an Egg on a Net Byte-order modifiers Floating point Numbers Exotic TemplatesBit Strings Uuencoding Doing Sums Unicode Another Portable Binary Encoding Template Grouping Lengths and WidthsString Lengths Dynamic Templates Counting Repetitions Intel HEX Packing and Unpacking C StructuresThe Alignment Pit Dealing with Endian-ness Alignment, Take 2 Alignment, Take 3 Pointers for How to

Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester

NAME SYNOPSIS DESCRIPTION AUTHOR BUGS SEE ALSO NAME Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester SYNOPSIS When running a test script perl -MTest::Builder::Tester::Color test.t DESCRIPTION Importing this module causes the subroutine color in Test::Builder::Tester to be called with a true value causing colour highlighting to be turned on in debug output. The sole purpose of this module is to enable colour highlighting from the command line. AUTHOR Copyright Mark Fo