ExtUtils::Liblist - determine libraries to use and how to use them

NAME SYNOPSIS DESCRIPTIONEXTRALIBS LDLOADLIBS and LD_RUN_PATH BSLOADLIBS PORTABILITYVMS implementation Win32 implementation SEE ALSO NAME ExtUtils::Liblist - determine libraries to use and how to use them SYNOPSIS require ExtUtils::Liblist; $MM->ext($potential_libs, $verbose, $need_names); # Usually you can get away with: ExtUtils::Liblist->ext($potential_libs, $verbose, $need_names) DESCRIPTION This utility takes a list of libraries in the form -llib1 -llib2 -llib3 and returns l

CHECK

CHECK These compile phase keywords are documented in BEGIN, UNITCHECK, CHECK, INIT and END in perlmod.

Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser

NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Simple::PullParserTextToken -- text-tokens from Pod::Simple::PullParser SYNOPSIS (See Pod::Simple::PullParser) DESCRIPTION When you do $parser->get_token on a Pod::Simple::PullParser, you might get an object of this class. This is a subclass of Pod::Simple::PullParserToken and inherits all its methods, and adds these methods: $token->text This returns the text that this token holds. For example, parsi

${^OPEN}

${^OPEN} An internal variable used by PerlIO. A string in two parts, separated by a \0 byte, the first part describes the input layers, the second part describes the output layers. This variable was added in Perl v5.8.0.

File::Temp - return name and handle of a temporary file safely

NAME VERSION SYNOPSIS DESCRIPTION OBJECT-ORIENTED INTERFACE FUNCTIONS MKTEMP FUNCTIONS POSIX FUNCTIONS ADDITIONAL FUNCTIONS UTILITY FUNCTIONS PACKAGE VARIABLES WARNINGTemporary files and NFS Forking Directory removal Taint mode BINMODE HISTORY SEE ALSO SUPPORTBugs / Feature Requests Source Code AUTHOR CONTRIBUTORS COPYRIGHT AND LICENSE NAME File::Temp - return name and handle of a temporary file safely VERSION version 0.2304 SYNOPSIS use File::Temp qw/ tempfile tempdir /; $fh = tempfile(

Carp - alternative warn and die for modules

NAME SYNOPSIS DESCRIPTIONForcing a Stack Trace Stack Trace formatting GLOBAL VARIABLES$Carp::MaxEvalLen $Carp::MaxArgLen $Carp::MaxArgNums $Carp::Verbose $Carp::RefArgFormatter @CARP_NOT %Carp::Internal %Carp::CarpInternal $Carp::CarpLevel BUGS SEE ALSO AUTHOR COPYRIGHT LICENSE NAME Carp - alternative warn and die for modules SYNOPSIS use Carp; # warn user (from perspective of caller) carp "string trimmed to 80 chars"; # die of errors (from perspective of caller) croak "We're outta here

IO::Compress::Zip - Write zip files/buffers

NAME SYNOPSIS DESCRIPTION Functional Interfacezip $input_filename_or_reference => $output_filename_or_reference [, OPTS] Notes Optional Parameters Examples OO InterfaceConstructor Constructor Options Examples Methodsprint printf syswrite write flush tell eof seek binmode opened autoflush input_line_number fileno close newStream([OPTS]) deflateParams Importing EXAMPLESApache::GZip Revisited Working with Net::FTP SEE ALSO AUTHOR MODIFICATION HISTORY COPYRIGHT AND LICENSE NAME IO::Com

perlreref - Perl Regular Expressions Reference

NAME DESCRIPTIONOPERATORS SYNTAX ESCAPE SEQUENCES CHARACTER CLASSES ANCHORS QUANTIFIERS EXTENDED CONSTRUCTS VARIABLES FUNCTIONS TERMINOLOGY AUTHOR SEE ALSO THANKS NAME perlreref - Perl Regular Expressions Reference DESCRIPTION This is a quick reference to Perl's regular expressions. For full information see perlre and perlop, as well as the SEE ALSO section in this document. OPERATORS =~ determines to which variable the regex is applied. In its absence, $_ is used. $var =~ /foo/; !~ determ

IO::Handle->output_record_separator( EXPR )

IO::Handle->output_record_separator( EXPR )

$FORMAT_TOP_NAME

$FORMAT_TOP_NAME