Pod::Simple::LinkSection -- represent "section" attributes of L codes

NAME SYNOPSIS DESCRIPTION SEE ALSO SUPPORT COPYRIGHT AND DISCLAIMERS AUTHOR NAME Pod::Simple::LinkSection -- represent "section" attributes of L codes SYNOPSIS # a long story DESCRIPTION This class is not of interest to general users. Pod::Simple uses this class for representing the value of the "section" attribute of "L" start-element events. Most applications can just use the normal stringification of objects of this class; they stringify to just the text content of the section, such as "f

perlaix - Perl version 5 on IBM AIX (UNIX) systems

NAME DESCRIPTIONCompiling Perl 5 on AIX Supported Compilers Incompatibility with AIX Toolbox lib gdbm Perl 5 was successfully compiled and tested on: Building Dynamic Extensions on AIX Using Large Files with Perl Threaded Perl 64-bit Perl Long doubles Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (threaded/32-bit) Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (32-bit) Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (threaded/64-bit) Recommended Options AIX 5.1/5.2/5.3/6.1 and 7.1 (64-bit)

Net::FTP - FTP Client class

NAME SYNOPSIS DESCRIPTION OVERVIEW CONSTRUCTOR METHODSMethods for the adventurous THE dataconn CLASS UNIMPLEMENTED REPORTING BUGS AUTHOR SEE ALSO USE EXAMPLES CREDITS COPYRIGHT NAME Net::FTP - FTP Client class SYNOPSIS use Net::FTP; $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",'-anonymous@') or die "Cannot login ", $ftp->message; $ftp->cwd("/pub") or die "Cannot change working directory ", $f

perlport - Writing portable Perl

NAME DESCRIPTION ISSUESNewlines Numbers endianness and Width Files and Filesystems System Interaction Command names versus file pathnames Networking Interprocess Communication (IPC) External Subroutines (XS) Standard Modules Time and Date Character sets and character encoding Internationalisation System Resources Security Style CPAN Testers PLATFORMSUnix DOS and Derivatives VMS VOS EBCDIC Platforms Acorn RISC OS Other perls FUNCTION IMPLEMENTATIONSAlphabetical Listing of Perl Functions Sup

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::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

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::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"

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