localtime

localtime EXPR localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used as follows: # 0 1 2 3 4 5 6 7 8 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); All list elements are numeric and come straight out of the C `struct tm'. $sec , $min , and $hour are the seconds, minutes, and hours of the specified time. $mday

Term::Cap - Perl termcap interface

NAME SYNOPSIS DESCRIPTIONMETHODS EXAMPLES COPYRIGHT AND LICENSE AUTHOR SEE ALSO NAME Term::Cap - Perl termcap interface SYNOPSIS require Term::Cap; $terminal = Tgetent Term::Cap { TERM => undef, OSPEED => $ospeed }; $terminal->Trequire(qw/ce ku kd/); $terminal->Tgoto('cm', $col, $row, $FH); $terminal->Tputs('dl', $count, $FH); $terminal->Tpad($string, $count, $FH); DESCRIPTION These are low-level functions to extract and use capabilities from a terminal capability (termcap

Time::Seconds - a simple API to convert seconds to other date values

NAME SYNOPSIS DESCRIPTION METHODS AUTHOR COPYRIGHT AND LICENSE Bugs NAME Time::Seconds - a simple API to convert seconds to other date values SYNOPSIS use Time::Piece; use Time::Seconds; my $t = localtime; $t += ONE_DAY; my $t2 = localtime; my $s = $t - $t2; print "Difference is: ", $s->days, "\n"; DESCRIPTION This module is part of the Time::Piece distribution. It allows the user to find out the number of minutes, hours, days, weeks or years in a given number of seconds. It is returne

$^

$^ The name of the current top-of-page format for the currently selected output channel. The default is the name of the filehandle with _TOP appended. For example, the default format top name for the STDOUT filehandle is STDOUT_TOP . Mnemonic: points to top of page.

pod2text - Convert POD data to formatted ASCII text

NAME SYNOPSIS DESCRIPTION OPTIONS EXIT STATUS DIAGNOSTICS ENVIRONMENT SEE ALSO AUTHOR COPYRIGHT AND LICENSE NAME pod2text - Convert POD data to formatted ASCII text SYNOPSIS pod2text [-aclostu] [--code] [--errors=style] [-i indent] [-q quotes] [--nourls] [--stderr] [-w width] [input [output ...]] pod2text -h DESCRIPTION pod2text is a front-end for Pod::Text and its subclasses. It uses them to generate formatted ASCII text from POD source. It can optionally use either termcap sequences or ANSI

Scalar::Util - A selection of general-utility scalar subroutines

NAME SYNOPSIS DESCRIPTION FUNCTIONS FOR REFERENCESblessed refaddr reftype weaken unweaken isweak OTHER FUNCTIONSdualvar isdual isvstring looks_like_number openhandle readonly set_prototype tainted DIAGNOSTICS KNOWN BUGS SEE ALSO COPYRIGHT NAME Scalar::Util - A selection of general-utility scalar subroutines SYNOPSIS use Scalar::Util qw(blessed dualvar isdual readonly refaddr reftype tainted weaken isweak isvstring looks_like_number set_prototype);

IO::Handle->input_record_separator( EXPR )

IO::Handle->input_record_separator( EXPR )

if

if These flow-control keywords are documented in Compound Statements in perlsyn.

Logical And

Logical And Binary "and" returns the logical conjunction of the two surrounding expressions. It's equivalent to && except for the very low precedence. This means that it short-circuits: the right expression is evaluated only if the left expression is true.

h2xs - convert .h C header files to Perl extensions

NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLESExtension based on _.h_ and _.c_ files ENVIRONMENT AUTHOR SEE ALSO DIAGNOSTICS LIMITATIONS of *-x* NAME h2xs - convert .h C header files to Perl extensions SYNOPSIS h2xs [OPTIONS ...] [headerfile ... [extra_libraries]] h2xs -h|-?|--help DESCRIPTION h2xs builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The module_name will