Pod::Simple::PullParserEndToken -- end-tokens from Pod::Simple::PullParser

NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Simple::PullParserEndToken -- end-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->tagname This returns the tagname for this end-token object. For exampl

I18N::LangTags::List -- tags and names for human languages

NAME SYNOPSIS DESCRIPTION ABOUT LANGUAGE TAGS LIST OF LANGUAGES SEE ALSO COPYRIGHT AND DISCLAIMER AUTHOR NAME I18N::LangTags::List -- tags and names for human languages SYNOPSIS use I18N::LangTags::List; print "Parlez-vous... ", join(', ', I18N::LangTags::List::name('elx') || 'unknown_language', I18N::LangTags::List::name('ar-Kw') || 'unknown_language', I18N::LangTags::List::name('en') || 'unknown_language', I18N::LangTags::List::name('en-CA') || 'unknown_language', ), "?\n"

TAP::Parser::Scheduler - Schedule tests during parallel testing

NAME VERSION SYNOPSIS DESCRIPTION METHODSClass Methods Rules data structure Instance Methods NAME TAP::Parser::Scheduler - Schedule tests during parallel testing VERSION Version 3.35 SYNOPSIS use TAP::Parser::Scheduler; DESCRIPTION METHODS Class Methods new my $sched = TAP::Parser::Scheduler->new(tests => \@tests); my $sched = TAP::Parser::Scheduler->new( tests => [ ['t/test_name.t','Test Description'], ... ], rules => \%rules, ); Given 'tests' and optional 'rules

I18N::Langinfo - query locale information

NAME SYNOPSIS DESCRIPTIONEXPORT SEE ALSO AUTHOR COPYRIGHT AND LICENSE NAME I18N::Langinfo - query locale information SYNOPSIS use I18N::Langinfo; DESCRIPTION The langinfo() function queries various locale information that can be used to localize output and user interfaces. The langinfo() requires one numeric argument that identifies the locale constant to query: if no argument is supplied, $_ is used. The numeric constants appropriate to be used as arguments are exportable from I18N::Langin

Net::NNTP - NNTP Client class

NAME SYNOPSIS DESCRIPTION CONSTRUCTOR METHODSExtension methods UNSUPPORTED DEFINITIONS SEE ALSO AUTHOR COPYRIGHT NAME Net::NNTP - NNTP Client class SYNOPSIS use Net::NNTP; $nntp = Net::NNTP->new("some.host.name"); $nntp->quit; # start with SSL, e.g. nntps $nntp = Net::NNTP->new("some.host.name", SSL => 1); # start with plain and upgrade to SSL $nntp = Net::NNTP->new("some.host.name"); $nntp->starttls; DESCRIPTION Net::NNTP is a class implementing a simple NNTP client in

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

$FORMAT_PAGE_NUMBER

$FORMAT_PAGE_NUMBER

Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use

NAME DESCRIPTION NAME Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use DESCRIPTION See Memoize.

$PROCESS_ID

$PROCESS_ID

Pod::Simple::Text -- format Pod as plaintext

NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Simple::Text -- format Pod as plaintext SYNOPSIS perl -MPod::Simple::Text -e \ "exit Pod::Simple::Text->filter(shift)->any_errata_seen" \ thingy.pod DESCRIPTION This class is a formatter that takes Pod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::Simple and inherits all its methods. SEE ALSO Po