perlmroapi - Perl method resolution plugin interface

NAME DESCRIPTION Callbacks Caching Examples AUTHORS NAME perlmroapi - Perl method resolution plugin interface DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default (linear depth first search). The C3 method resolution order added in 5.10.0 has been re-implemented as a plugin, without changing its Perl-space interface. Each plugin should register itself by providing the following structure struct mro_alg { AV *(*resolv

perlmodstyle - Perl module style guide

NAME INTRODUCTION QUICK CHECKLISTBefore you start The API Stability Documentation Release considerations BEFORE YOU START WRITING A MODULEHas it been done before? Do one thing and do it well What's in a name? Get feedback before publishing DESIGNING AND WRITING YOUR MODULETo OO or not to OO? Designing your API Strictness and warnings Backwards compatibility Error handling and messages DOCUMENTING YOUR MODULEPOD README, INSTALL, release notes, changelogs RELEASE CONSIDERATIONSVersion nu

perlmodlib - constructing new Perl modules and finding existing ones

NAME THE PERL MODULE LIBRARYPragmatic Modules Standard Modules Extension Modules CPANAfrica Asia Central America Europe North America Oceania South America RSYNC Mirrors Modules: Creation, Use, and AbuseGuidelines for Module Creation Guidelines for Converting Perl 4 Library Scripts into Modules Guidelines for Reusing Application Code NOTE NAME perlmodlib - constructing new Perl modules and finding existing ones THE PERL MODULE LIBRARY Many modules are included in the Perl distribution.

perlmodinstall - Installing CPAN Modules

NAME DESCRIPTIONPREAMBLE PORTABILITY HEY AUTHOR COPYRIGHT NAME perlmodinstall - Installing CPAN Modules DESCRIPTION You can think of a module as the fundamental unit of reusable Perl code; see perlmod for details. Whenever anyone creates a chunk of Perl code that they think will be useful to the world, they register as a Perl developer at http://www.cpan.org/modules/04pause.html so that they can then upload their code to the CPAN. The CPAN is the Comprehensive Perl Archive Network and can be

perlmod - Perl modules (packages and symbol tables)

NAME DESCRIPTIONIs this the document you were after? Packages Symbol Tables BEGIN, UNITCHECK, CHECK, INIT and END Perl Classes Perl Modules Making your module threadsafe SEE ALSO NAME perlmod - Perl modules (packages and symbol tables) DESCRIPTION Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perl

perlmacosx - Perl under Mac OS X

NAME SYNOPSIS DESCRIPTIONInstallation Prefix SDK support Universal Binary support 64-bit PPC support libperl and Prebinding Updating Apple's Perl Known problems Cocoa Starting From Scratch AUTHOR DATE NAME perlmacosx - Perl under Mac OS X SYNOPSIS This document briefly describes Perl under Mac OS X. curl -O http://www.cpan.org/src/perl-5.22.0.tar.gz tar -xzf perl-5.22.0.tar.gz cd perl-5.22.0 ./Configure -des -Dprefix=/usr/local/ make make test sudo make install DESCRIPTION The latest

perlmacos - Perl under Mac OS (Classic)

NAME SYNOPSIS DESCRIPTION AUTHOR NAME perlmacos - Perl under Mac OS (Classic) SYNOPSIS For Mac OS X see README.macosx Perl under Mac OS Classic has not been supported since before Perl 5.10 (April 2004). When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and not Mac OS X. DESCRIPTION The port of Perl to to Mac OS was officially removed as of Perl 5.12, though the last official production release of MacPerl corresponded to Perl 5.6. While Perl 5.10 included the port to Mac OS, ExtUtils::M

perllol - Manipulating Arrays of Arrays in Perl

NAME DESCRIPTIONDeclaration and Access of Arrays of Arrays Growing Your Own Access and Printing Slices SEE ALSO AUTHOR NAME perllol - Manipulating Arrays of Arrays in Perl DESCRIPTION Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array of arrays, sometimes casually called a list of lists. It's reasonably easy to understand, and almost everything that applies here will also be applicable later on with the fancier data structures. An a

perllocale - Perl locale handling (internationalization and localization)

NAME DESCRIPTION WHAT IS A LOCALE PREPARING TO USE LOCALES USING LOCALESThe "use locale" pragma The setlocale function Finding locales LOCALE PROBLEMS Testing for broken locales Temporarily fixing locale problems Permanently fixing locale problems Permanently fixing your system's locale configuration Fixing system locale configuration The localeconv function I18N::Langinfo LOCALE CATEGORIESCategory LC_COLLATE: Collation Category LC_CTYPE: Character Types Category LC_NUMERIC: Numeric Formatti

perllinux - Perl version 5 on Linux systems

NAME DESCRIPTIONExperimental Support for Sun Studio Compilers for Linux OS AUTHOR NAME perllinux - Perl version 5 on Linux systems DESCRIPTION This document describes various features of Linux that will affect how Perl version 5 (hereafter just Perl) is compiled and/or runs. Experimental Support for Sun Studio Compilers for Linux OS Sun Microsystems has released a port of their Sun Studio compilers for Linux. As of November 2005, only an alpha version has been released. Until a release of th