IO::Poll - Object interface to system poll call

NAME SYNOPSIS DESCRIPTION METHODS SEE ALSO AUTHOR COPYRIGHT NAME IO::Poll - Object interface to system poll call SYNOPSIS use IO::Poll qw(POLLRDNORM POLLWRNORM POLLIN POLLHUP); $poll = IO::Poll->new(); $poll->mask($input_handle => POLLIN); $poll->mask($output_handle => POLLOUT); $poll->poll($timeout); $ev = $poll->events($input); DESCRIPTION IO::Poll is a simple interface to the system level poll routine. METHODS mask ( IO [, EVENT_MASK ] ) If EVENT_MASK is given, t

xor

xor These operators are documented in perlop.

Env - perl module that imports environment variables as scalars or arrays

NAME SYNOPSIS DESCRIPTION LIMITATIONS AUTHOR NAME Env - perl module that imports environment variables as scalars or arrays SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_LIBRARY_PATH); DESCRIPTION Perl maintains environment variables in a special hash named %ENV . For when this access method is inconvenient, the Perl module Env allows environment variables to be treated as scalar or array variables. The Env::import() function ties environment variables with suitable nam

given

given These flow-control keywords related to the experimental switch feature are documented in Switch Statements in perlsyn.

TAP::Base - Base class that provides common functionality to TAP::Parser and TAP::Harness

NAME VERSION SYNOPSIS DESCRIPTION METHODSClass Methods NAME TAP::Base - Base class that provides common functionality to TAP::Parser and TAP::Harness VERSION Version 3.35 SYNOPSIS package TAP::Whatever; use base 'TAP::Base'; # ... later ... my $thing = TAP::Whatever->new(); $thing->callback( event => sub { # do something interesting } ); DESCRIPTION TAP::Base provides callback management. METHODS Class Methods callback Install a callback for a named event. get_time Retu

$SUBSCRIPT_SEPARATOR

$SUBSCRIPT_SEPARATOR

${^UNICODE}

${^UNICODE} Reflects certain Unicode settings of Perl. See perlrun documentation for the -C switch for more information about the possible values. This variable is set during Perl startup and is thereafter read-only. This variable was added in Perl v5.8.2.

DBM_Filter::null - filter for DBM_Filter

NAME SYNOPSIS DESCRIPTION SEE ALSO AUTHOR NAME DBM_Filter::null - filter for DBM_Filter SYNOPSIS use SDBM_File; # or DB_File, GDBM_File, NDBM_File, or ODBM_File use DBM_Filter ; $db = tie %hash, ... $db->Filter_Push('null'); DESCRIPTION This filter ensures that all data written to the DBM file is null terminated. This is useful when you have a perl script that needs to interoperate with a DBM file that a C program also uses. A fairly common issue is for the C application to include the t

%LAST_PAREN_MATCH

%LAST_PAREN_MATCH

Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon

NAME VERSION SYNOPSIS DESCRIPTION OPTIONSClass Path Style Export Subclass Decode Encoding ACKNOWLEDGMENTS SEE ALSO AUTHORS COPYRIGHTThe "MIT" License NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon VERSION This document describes version 0.18 of Locale::Maketext::Simple, released Septermber 8, 2006. SYNOPSIS Minimal setup (looks for auto/Foo/*.po and auto/Foo/*.mo): package Foo; use Locale::Maketext::Simple; # exports 'loc' loc_lang('fr'); # set lan