Pod::Simple

SYNOPSIS DESCRIPTION MAIN METHODS SECONDARY METHODS TERTIARY METHODS ENCODING CAVEATS SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR SYNOPSIS TODO DESCRIPTION Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. The Pod format is explained perlpod; the most common formatter is called perldoc . Be sure to read ENCODING if your Pod contains non-ASCII characters. P

TAP::Formatter::Console::Session - Harness output delegate for default console output

NAME VERSION DESCRIPTION clear_for_close close_test header result NAME TAP::Formatter::Console::Session - Harness output delegate for default console output VERSION Version 3.35 DESCRIPTION This provides console orientated output formatting for TAP::Harness. clear_for_close close_test header result

printf

printf FILEHANDLE FORMAT, LIST printf FILEHANDLE printf FORMAT, LIST printf Equivalent to print FILEHANDLE sprintf(FORMAT, LIST) , except that $\ (the output record separator) is not appended. The FORMAT and the LIST are actually parsed as a single list. The first argument of the list will be interpreted as the printf format. This means that printf(@_) will use $_[0] as the format. See sprintf for an explanation of the format argument. If use locale for LC_NUMERIC Look for this throught pod is

IO::Socket - Object interface to socket communications

NAME SYNOPSIS DESCRIPTION CONSTRUCTOR METHODS LIMITATIONS SEE ALSO AUTHOR COPYRIGHT NAME IO::Socket - Object interface to socket communications SYNOPSIS use IO::Socket; DESCRIPTION IO::Socket provides an object interface to creating and using sockets. It is built upon the IO::Handle interface and inherits all the methods defined by IO::Handle. IO::Socket only defines methods for those operations which are common to all types of socket. Operations which are specified to a socket in a particul

${^RE_TRIE_MAXBUF}

${^RE_TRIE_MAXBUF} Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512kB temporary cache. Set this to a higher value to trade memory for speed when matching large alternations. Set it to a lower value if you want the optimisations to be as conservative of memory as possible but still occur, and set it to a negative value to prevent the optimisation and conserve the most memory. Under normal situations

connect

connect SOCKET,NAME Attempts to connect to a remote socket, just like connect(2). Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate type for the socket. See the examples in Sockets: Client/Server Communication in perlipc.

${^RE_DEBUG_FLAGS}

${^RE_DEBUG_FLAGS} The current value of the regex debugging flags. Set to 0 for no debug output even when the re 'debug' module is loaded. See re for details. This variable was added in Perl v5.10.0.

Math::BigFloat - Arbitrary size floating point math package

NAME SYNOPSIS DESCRIPTIONInput Output mantissa(), exponent() and parts() Accuracy vs. Precision Rounding METHODS Autocreating constantsMath library Using Math::BigInt::Lite EXPORTS CAVEATS BUGS SUPPORT LICENSE SEE ALSO AUTHORS NAME Math::BigFloat - Arbitrary size floating point math package SYNOPSIS use Math::BigFloat; # Number creation my $x = Math::BigFloat->new($str); # defaults to 0 my $y = $x->copy(); # make a true copy my $nan = Math::BigFloat->bnan(); # create a N

$OSNAME

$OSNAME

Hash::Util::FieldHash - Support for Inside-Out Classes

NAME SYNOPSIS FUNCTIONS DESCRIPTIONThe Inside-out Technique Problems of Inside-out Solutions More Problems The Generic Object How to use Field Hashes Garbage-Collected Hashes EXAMPLESExample 1 Example 2 GUTSThe PERL_MAGIC_uvar interface for hashes Weakrefs call uvar magic How field hashes work Internal function Hash::Util::FieldHash::_fieldhash AUTHOR COPYRIGHT AND LICENSE NAME Hash::Util::FieldHash - Support for Inside-Out Classes SYNOPSIS ### Create fieldhashes use Hash::Util qw(field