Cookbooks
|
Documentation
|
Mailing Lists
|
Modules
|
News Feeds
|
Products
|
User Groups
|
Web Services
all ASPN
Products
Recipes
News
Modules
Mailing Lists
The Perl Journal
Reference
ActivePerl 5.10 docs
advanced
|
search help
Reference
ActivePerl 5.10
Core Documentation
perl
perlintro
perltoc
perlreftut
perldsc
perllol
perlrequick
perlretut
perlboot
perltoot
perltooc
perlbot
perlstyle
perlcheat
perltrap
perldebtut
perlfaq
perlfaq1
perlfaq2
perlfaq3
perlfaq4
perlfaq5
perlfaq6
perlfaq7
perlfaq8
perlfaq9
perlsyn
perldata
perlop
perlsub
perlfunc
perlopentut
perlpacktut
perlpod
perlpodspec
perlrun
perldiag
perllexwarn
perldebug
perlvar
perlre
perlrebackslash
perlrecharclass
perlreref
perlref
perlform
perlobj
perltie
perldbmfilter
perlipc
perlfork
perlnumber
perlthrtut
perlothrtut
perlport
perllocale
perluniintro
perlunicode
perlunifaq
perlunitut
perlebcdic
perlsec
perlmod
perlmodlib
perlmodstyle
perlmodinstall
perlnewmod
perlpragma
perlutil
perlcompile
perlfilter
perlglossary
perlembed
perldebguts
perlxstut
perlxs
perlclib
perlguts
perlcall
perlreapi
perlreguts
perlapi
perlintern
perliol
perlapio
perlhack
perlbook
perlcommunity
perltodo
perldoc
perlhist
perldelta
perl5100delta
perl595delta
perl594delta
perl593delta
perl592delta
perl591delta
perl590delta
perl588delta
perl587delta
perl586delta
perl585delta
perl584delta
perl583delta
perl582delta
perl581delta
perl58delta
perl573delta
perl572delta
perl571delta
perl570delta
perl561delta
perl56delta
perl5005delta
perl5004delta
perlartistic
perlgpl
perlcn
perljp
perlko
perltw
perlaix
perlamiga
perlapollo
perlbeos
perlbs2000
perlce
perlcygwin
perldgux
perldos
perlepoc
perlfreebsd
perlhpux
perlhurd
perlirix
perllinux
perlmachten
perlmacos
perlmacosx
perlmint
perlmpeix
perlnetware
perlopenbsd
perlos2
perlos390
perlos400
perlplan9
perlqnx
perlriscos
perlsolaris
perlsymbian
perltru64
perluts
perlvmesa
perlvms
perlvos
perlwin32
MyASPN
>>
Reference
>>
ActivePerl 5.10
>>
Core Documentation
ActivePerl 5.10 documentation
perltoc - perl documentation table of contents
NAME
DESCRIPTION
BASIC DOCUMENTATION
perl - Practical Extraction and Report Language
perlintro - a brief introduction and overview of Perl
perlreftut - Mark's very short tutorial about references
perldsc - Perl Data Structures Cookbook
perllol - Manipulating Arrays of Arrays in Perl
perlrequick - Perl regular expressions quick start
perlretut - Perl regular expressions tutorial
perlboot - Beginner's Object-Oriented Tutorial
perltoot - Tom's object-oriented tutorial for perl
perltooc - Tom's OO Tutorial for Class Data in Perl
perlbot - Bag'o Object Tricks (the BOT)
perlstyle - Perl style guide
perlcheat - Perl 5 Cheat Sheet
perltrap - Perl traps for the unwary
perldebtut - Perl debugging tutorial
perlfaq - frequently asked questions about Perl
perlfaq1 - General Questions About Perl
perlfaq2 - Obtaining and Learning about Perl
perlfaq3 - Programming Tools
perlfaq4 - Data Manipulation
perlfaq5 - Files and Formats
perlfaq6 - Regular Expressions
perlfaq7 - General Perl Language Issues
perlfaq8 - System Interaction
perlfaq9 - Networking
perlsyn - Perl syntax
perldata - Perl data types
perlop - Perl operators and precedence
perlsub - Perl subroutines
perlfunc - Perl builtin functions
perlopentut - tutorial on opening things in Perl
perlpacktut - tutorial on
pack
and
unpack
perlpod - the Plain Old Documentation format
perlpodspec - Plain Old Documentation: format specification and
perlrun - how to execute the Perl interpreter
perldiag - various Perl diagnostics
perllexwarn - Perl Lexical Warnings
perldebug - Perl debugging
perlvar - Perl predefined variables
perlre - Perl regular expressions
perlrebackslash - Perl Regular Expression Backslash Sequences and
perlrecharclass - Perl Regular Expression Character Classes
perlreref - Perl Regular Expressions Reference
perlref - Perl references and nested data structures
perlform - Perl formats
perlobj - Perl objects
perltie - how to hide an object class in a simple variable
perldbmfilter - Perl DBM Filters
perlipc - Perl interprocess communication (signals, fifos, pipes,
perlfork - Perl's
fork()
emulation
perlnumber - semantics of numbers and numeric operations in Perl
perlthrtut - Tutorial on threads in Perl
perlothrtut - old tutorial on threads in Perl
perlport - Writing portable Perl
perllocale - Perl locale handling (internationalization and
perluniintro - Perl Unicode introduction
perlunicode - Unicode support in Perl
perlunifaq - Perl Unicode FAQ
perlunitut - Perl Unicode Tutorial
perlebcdic - Considerations for running Perl on EBCDIC platforms
perlsec - Perl security
perlmod - Perl modules (packages and symbol tables)
perlmodlib - constructing new Perl modules and finding existing ones
perlmodstyle - Perl module style guide
perlmodinstall - Installing CPAN Modules
perlnewmod - preparing a new module for distribution
perlpragma - how to write a user pragma
perlutil - utilities packaged with the Perl distribution
perlcompile - Introduction to the Perl Compiler-Translator
perlfilter - Source Filters
perlglossary - Perl Glossary
perlembed - how to embed perl in your C program
perldebguts - Guts of Perl debugging
perlxstut, perlXStut - Tutorial for writing XSUBs
perlxs - XS language reference manual
perlclib - Internal replacements for standard C library functions
perlguts - Introduction to the Perl API
perlcall - Perl calling conventions from C
perlreapi - perl regular expression plugin interface
perlreguts - Description of the Perl regular expression engine.
perlapi - autogenerated documentation for the perl public API
perlintern - autogenerated documentation of purely
internal
perliol - C API for Perl's implementation of IO in Layers.
perlapio - perl's IO abstraction interface.
perlhack - How to hack at the Perl internals
perlbook - Perl book information
perlcommunity - a brief overview of the Perl community
perltodo - Perl TO-DO List
perldoc - Look up Perl documentation in Pod format.
perlhist - the Perl history records
perldelta - what is new for perl 5.10.0
perl5100delta, perldelta - what is new for perl 5.10.0
perl595delta - what is new for perl v5.9.5
perl594delta - what is new for perl v5.9.4
perl593delta - what is new for perl v5.9.3
perl592delta - what is new for perl v5.9.2
perl591delta - what is new for perl v5.9.1
perl590delta - what is new for perl v5.9.0
perl588delta - what is new for perl v5.8.8
perl587delta - what is new for perl v5.8.7
perl586delta - what is new for perl v5.8.6
perl585delta - what is new for perl v5.8.5
perl584delta - what is new for perl v5.8.4
perl583delta - what is new for perl v5.8.3
perl582delta - what is new for perl v5.8.2
perl581delta - what is new for perl v5.8.1
perl58delta - what is new for perl v5.8.0
perl573delta - what's new for perl v5.7.3
perl572delta - what's new for perl v5.7.2
perl571delta - what's new for perl v5.7.1
perl570delta - what's new for perl v5.7.0
perl561delta - what's new for perl v5.6.x
perl56delta - what's new for perl v5.6.0
perl5005delta - what's new for perl5.005
perl5004delta - what's new for perl5.004
perlartistic - the Perl Artistic License
perlgpl - the GNU General Public License, version 2
perlaix, README.aix - Perl version 5 on IBM Unix (AIX) systems
perlamiga - Perl under Amiga OS
perlapollo, README.apollo - Perl version 5 on Apollo DomainOS
perlbeos, README.beos - Perl version 5.8+ on BeOS
perlbs2000, README.BS2000 - building and installing Perl for BS2000.
perlce - Perl for WinCE
perlcygwin, README.cygwin - Perl for Cygwin
perldgux - Perl under DG/UX.
perldos - Perl under DOS, W31, W95.
perlepoc, README.epoc - Perl for EPOC
perlfreebsd, README.freebsd - Perl version 5 on FreeBSD systems
perlhpux, README.hpux - Perl version 5 on Hewlett-Packard Unix
perlhurd, README.hurd - Perl version 5 on Hurd
perlirix, README.irix - Perl version 5 on Irix systems
perllinux, README.linux - Perl version 5 on Linux systems
perlmachten, README.machten - Perl version 5 on Power MachTen
perlmacos, README.macos - Perl under Mac OS (Classic)
perlmacosx, README.macosx - Perl under Mac OS X
perlmint, README.mint - Perl version 5 on Atari MiNT
perlmpeix, README.mpeix - Perl/iX for HP e3000 MPE
perlnetware - Perl for NetWare
perlopenbsd, README.openbsd - Perl version 5 on OpenBSD systems
perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
perlos390, README.os390 - building and installing Perl for OS/390
perlos400, README.os400 - Perl version 5 on OS/400
perlplan9 - Plan 9-specific documentation for Perl
perlqnx, README.qnx - Perl version 5 on QNX
perlriscos, README.riscos - Perl version 5 for RISC OS
perlsolaris, README.solaris - Perl version 5 on Solaris systems
perlsymbian, README.symbian - Perl version 5 on Symbian OS
perltru64, README.tru64 - Perl version 5 on Tru64 (formerly known as
perluts - Perl under UTS
perlvmesa, README.vmesa - building and installing Perl for VM/ESA.
perlvms - VMS-specific documentation for Perl
perlvos, README.vos - Perl for Stratus VOS
perlwin32 - Perl under Windows
PRAGMA DOCUMENTATION
attrs - set/get attributes of a subroutine (deprecated)
re - Perl pragma to alter regular expression behaviour
threadshared::shared, threads::shared - Perl extension for sharing
threads - Perl interpreter-based threads
attributes - get/set subroutine or variable attributes
autouse - postpone load of modules until a function is used
base - Establish an ISA relationship with base classes at compile
bigint - Transparent BigInteger support for Perl
bignum - Transparent BigNumber support for Perl
bigrat - Transparent BigNumber/BigRational support for Perl
blib - Use MakeMaker's uninstalled version of a package
bytes - Perl pragma to force byte semantics rather than character
charnames - define character names for
\N{named}
string literal
constant - Perl pragma to declare constants
diagnostics, splain - produce verbose warning diagnostics
encoding - allows you to write your script in non-ascii or non-utf8
encoding::warnings - Warn on implicit encoding conversions
feature - Perl pragma to enable new syntactic features
fields - compile-time class fields
filetest - Perl pragma to control the filetest permission operators
if -
use
a Perl module if a condition holds
integer - Perl pragma to use integer arithmetic instead of floating
less - perl pragma to request less of something
lib - manipulate @INC at compile time
locale - Perl pragma to use and avoid POSIX locales for built-in
mro - Method Resolution Order
open - perl pragma to set default PerlIO layers for input and output
ops - Perl pragma to restrict unsafe operations when compiling
overload - Package for overloading Perl operations
sigtrap - Perl pragma to enable simple signal handling
sort - perl pragma to control
sort()
behaviour
strict - Perl pragma to restrict unsafe constructs
subs - Perl pragma to predeclare sub names
threadshared, threads::shared - Perl extension for sharing data
utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source
vars - Perl pragma to predeclare global variable names (obsolete)
version - Perl extension for Version Objects
vmsish - Perl pragma to control VMS-specific language features
warnings - Perl pragma to control optional warnings
warnings::register - warnings import function
MODULE DOCUMENTATION
AnyDBM_File - provide framework for multiple DBMs
Archive::Extract - A generic archive extracting mechanism
Archive::Tar - module for manipulations of tar archives
Archive::Tar::File - a subclass for in-memory extracted file from
Attribute::Handlers - Simpler definition of attribute handlers
AutoLoader - load subroutines only on demand
AutoSplit - split a package for autoloading
B - The Perl Compiler
B::Concise - Walk Perl syntax tree, printing concise info about ops
B::Debug - Walk Perl syntax tree, printing debug info about ops
B::Deparse - Perl compiler backend to produce perl code
B::Lint - Perl lint
B::O, O - Generic interface to Perl Compiler backends
B::Showlex - Show lexical variables used in functions or files
B::Terse - Walk Perl syntax tree, printing terse info about ops
B::Xref - Generates cross reference reports for Perl programs
Benchmark - benchmark running times of Perl code
CGI - Simple Common Gateway Interface Class
CGI::Apache - Backward compatibility module for CGI.pm
CGI::Carp,
CGI::Carp
- CGI routines for writing to the HTTPD (or
CGI::Cookie - Interface to Netscape Cookies
CGI::Fast - CGI Interface for Fast CGI
CGI::Pretty - module to produce nicely formatted HTML code
CGI::Push - Simple Interface to Server Push
CGI::Switch - Backward compatibility module for defunct CGI::Switch
CGI::Util - Internal utilities used by CGI module
CORE - Pseudo-namespace for Perl's core routines
CPAN - query, download and build perl modules from CPAN sites
CPAN::API::HOWTO - a recipe book for programming with CPAN.pm
CPAN::FirstTime - Utility for CPAN::Config file Initialization
CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm
CPAN::Version - utility functions to compare CPAN versions
CPANPLUS - API & CLI access to the CPAN mirrors
CPANPLUS::Backend
CPANPLUS::Backend::RV
CPANPLUS::Config
CPANPLUS::Configure
CPANPLUS::Dist
CPANPLUS::Dist::Base - Base class for custom distribution classes
CPANPLUS::Dist::Build
CPANPLUS::Dist::MM
CPANPLUS::Dist::Sample - Sample code to create your own Dist::*
CPANPLUS::Error
CPANPLUS::FAQ
CPANPLUS::Hacking
CPANPLUS::Internals
CPANPLUS::Internals::Extract
CPANPLUS::Internals::Fetch
CPANPLUS::Internals::Report