Documentation de Perl 5.6.1



La documentation de base de Perl

perl
Practical Extraction and Report Language
perltoc
perl documentation table of contents
perlbook
Perl book information
 
perlsyn
Perl syntax
perldata
Perl data types
perlop
Perl operators and precedence
perlsub
Perl subroutines
perlfunc
Perl builtin functions
perlreftut
Mark's very short tutorial about references
perldsc
Perl Data Structures Cookbook
perlrequick
Perl regular expressions quick start
perlpod
plain old documentation
perlstyle
Perl style guide
perltrap
Perl traps for the unwary
 
perlrun
how to execute the Perl interpreter
perldiag
various Perl diagnostics
perllexwarn
Perl Lexical Warnings
perldebtut
Perl debugging tutorial
perldebug
Perl debugging
 
perlvar
Perl predefined variables
perllol
Manipulating Arrays of Arrays in Perl
perlopentut
tutorial on opening things in Perl
perlretut
Perl regular expressions tutorial
 
perlre
Perl regular expressions
perlref
Perl references and nested data structures
 
perlform
Perl formats
 
perlboot
Beginner's Object-Oriented Tutorial
perltoot
Tom's object-oriented tutorial for perl
perltootc
Tom's OO Tutorial for Class Data in Perl
perlobj
Perl objects
perlbot
Bag'o Object Tricks
perltie
how to hide an object class in a simple variable
 
perlipc
Perl interprocess communication
perlfork
Perl's fork
perlnumber
semantics of numbers and numeric operations in Perl
perlthrtut
tutorial on threads in Perl
 
perlport
Writing portable Perl
perllocale
Perl locale handling
perlunicode
Unicode support in Perl
perlebcdic
Considerations for running Perl on EBCDIC platforms
 
perlsec
Perl security
 
perlmod
Perl modules
perlmodlib
constructing new Perl modules and finding existing ones
perlmodinstall
Installing CPAN Modules
perlnewmod
preparing a new module for distribution
 
perlcompile
Introduction to the Perl Compiler-Translator
 
perlembed
how to embed perl in your C program
perldebguts
Guts of Perl debugging
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
perlutil
utilities packaged with the Perl distribution
perlfilter
Source Filters
perldbmfilter
Perl DBM Filters
perlapi
autogenerated documentation for the perl public API
perlintern
autogenerated documentation of purely B<internal> Perl functions
perlapio
perl's IO abstraction interface.
perltodo
Perl TO-DO List
perlhack
How to hack at the Perl internals
 
perlhist
the Perl history records
perldelta
what's new for perl v5.6.x
perl5005delta
what's new for perl5.005
perl5004delta
what's new for perl5.004
 
perlaix
Perl version 5 on IBM Unix systems
perlamiga
Perl under Amiga OS
perlbs2000
building and installing Perl for BS2000.
perlcygwin
Perl for Cygwin
perldos
Perl under DOS, W31, W95.
perlepoc
Perl for EPOC
perlhpux
Perl version 5 on Hewlett-Packard Unix systems
perlmachten
Perl version 5 on Power MachTen systems
perlmacos
Perl under Mac OS
perlmpeix
Perl/iX for HP e3000 MPE
perlos2
Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
perlos390
building and installing Perl for OS/390.
perlsolaris
Perl version 5 on Solaris systems
perlvmesa
building and installing Perl for VM/ESA.
perlvms
VMS-specific documentation for Perl
perlvos
Perl for Stratus VOS
perlwin32
Perl under Win32
 


La FAQ (anglaise) de Perl

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
Regexes
perlfaq7
Perl Language Issues
perlfaq8
System Interaction
perlfaq9
Networking


La documentation de quelques packages installés à l'EMAC


- A -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Acme::Bleach
For I<really> clean programs
Acme::DWIM
Perl's confusing operators made easy
Acme::Morse
Perl programming in morse code

Algorithm::Diff
Compute `intelligent' differences between two files / lists
Algorithm::DiffOld
Compute `intelligent' differences between two files / listsbut use the old interface.

Alias
declare symbolic aliases for perl data

Alzabo
A data modelling tool and RDBMS-OO mapper
Alzabo::ChangeTracker
Saves a set of changes as callbacks that can be backed out if needed
Alzabo::Column
Column objects
Alzabo::ColumnDefinition
Holds the type attribute for a column
Alzabo::Config
Alzabo configuration information
Alzabo::Create
Loads all Alzabo::Create::* classes
Alzabo::Create::Column
Column objects for use in schema creation
Alzabo::Create::ColumnDefinition
Column definition object for schemacreation
Alzabo::Create::ForeignKey
Foreign key objects for schema creation.
Alzabo::Create::Index
Index objects for schema creation
Alzabo::Create::Schema
Schema objects for schema creation
Alzabo::Create::Table
Table objects for schema creation
Alzabo::Driver
Alzabo base class for RDBMS drivers
Alzabo::Driver::MySQL
MySQL specific Alzabo driver subclass
Alzabo::Driver::PostgreSQL
PostgreSQL specific Alzabo driver subclass
Alzabo::Exceptions
Creates all exception subclasses used in Alzabo.
Alzabo::FAQ
Frequently Asked Questions
Alzabo::ForeignKey
Foreign key objects
Alzabo::Index
Index objects
Alzabo::MethodMaker
Auto-generate useful methods based on an existing schema
Alzabo::ObjectCache
A simple in-memory cache for row objects.
Alzabo::ObjectCache::Store::BerkeleyDB
Cache objects in memory
Alzabo::ObjectCache::Store::Memory
Cache objects in memory
Alzabo::ObjectCache::Store::Null
Doesn't really store anything
Alzabo::ObjectCache::Sync
Base class for syncing classes
Alzabo::ObjectCache::Sync::BerkeleyDB
Uses a DBM file to sync object caches
Alzabo::ObjectCache::Sync::DBM
Base class for syncing modules that use DBM files
Alzabo::ObjectCache::Sync::DB_File
Uses a Berkeley DB file to sync object caches
Alzabo::ObjectCache::Sync::IPC
Uses a IPC file to sync object caches
Alzabo::ObjectCache::Sync::Null
No inter-process cache syncing
Alzabo::ObjectCache::Sync::SDBM_File
Uses an SDBM file to sync object caches
Alzabo::QuickRef
A quick reference to methods in the Alzabo classes
Alzabo::RDBMSRules
Base class for Alzabo RDBMS rulesets
Alzabo::RDBMSRules::MySQL
MySQL specific database rules.
Alzabo::RDBMSRules::PostgreSQL
PostgreSQL specific database rules
Alzabo::Runtime
Loads all Alzabo::Runtime::* classes
Alzabo::Runtime::CachedRow
Cached row objects
Alzabo::Runtime::Column
Column objects
Alzabo::Runtime::ColumnDefinition
Column definition objects
Alzabo::Runtime::Cursor
Base class for Alzabo cursors
Alzabo::Runtime::ForeignKey
Foreign key objects
Alzabo::Runtime::Index
Index objects
Alzabo::Runtime::JoinCursor
Cursor that returns arrays of C<Alzabo::Runtime::Row> objects
Alzabo::Runtime::OuterJoinCursor
Cursor that returns arrays of C<Alzabo::Runtime::Row> objects or undef
Alzabo::Runtime::Row
Row objects
Alzabo::Runtime::RowCursor
Cursor that returns C<Alzabo::Runtime::Row> objects
Alzabo::Runtime::Schema
Schema objects
Alzabo::Runtime::Table
Table objects
Alzabo::Schema
Schema objects
Alzabo::SQLMaker
Alzabo base class for RDBMS drivers
Alzabo::SQLMaker::MySQL
Alzabo SQL making class for MySQL
Alzabo::SQLMaker::PostgreSQL
Alzabo SQL making class for PostgreSQL
Alzabo::Table
Table objects
Alzabo::Util
Utility functions for Alzabo

AnyData
easy access to data in many formats
AnyData::Format::CSV
tiedhash & DBI/SQL access to CSV data
AnyData::Format::Fixed
tiedhash & DBI/SQL access to Fixed length data
AnyData::Format::HTMLtable
tied hash and DBI/SQL access to HTML tables
AnyData::Format::Ini
tiedhash & DBI/SQL access to ini files
AnyData::Format::Mp3
tied hash and DBI access to Mp3 files
AnyData::Format::Paragraph
tiedhash & DBI/SQL access to vertical files
AnyData::Format::Passwd
tied hash and DBI access to passwd files
AnyData::Format::Pipe
tiedhash & DBI/SQL access to Pipe delimited files
AnyData::Format::Tab
tiedhash & DBI/SQL access to Tab delimited files
AnyData::Format::Weblog
tiedhash & DBI/SQL access to HTTPD Logs
AnyData::Format::XML
tiedhash and DBI access to XML
AnyData::Storage::File
manipulate files with rich warnings

AnyDBM_File
provide framework for multiple DBMs

Apache
Perl interface to the Apache server API

Apache2::Apache::Access
A Perl API for Apache request object: Access,Authentication and Authorization.
Apache2::Apache::Build
Methods for locating and parsing bits of Apache source code
Apache2::Apache::CmdParms
Perl API for Apache command parameters object
Apache2::Apache::Command
Perl API for accessing Apache module command information
Apache2::Apache::compat
1.0 backward compatibility functions deprecated in 2.0
Apache2::Apache::Connection
Perl API for Apache connection object
Apache2::Apache::Const
Perl Interface for Apache Constants
Apache2::Apache::Directive
Perl API for manipulating Apache configuration tree
Apache2::Apache::Filter
Perl API for Apache 2.0 Filtering
Apache2::Apache::FilterRec
Perl API for manipulating the Apache filter record
Apache2::Apache::HookRun
Perl API for Invoking Apache HTTP phases
Apache2::Apache::Log
Perl API for Apache Logging Methods
Apache2::Apache::Module
Perl API for creating and working with Apache modules
Apache2::Apache::PerlSections
Default Handler for Perl sections
Apache2::Apache::porting
a helper module for mod_perl 1.0 to mod_perl 2.0 porting
Apache2::Apache::Process
Perl API for Apache process record
Apache2::Apache::Reload
Reload Perl Modules when Changed on Disk
Apache2::Apache::RequestIO
Perl API for Apache request record IO
Apache2::Apache::RequestRec
Perl API for Apache request record accessors
Apache2::Apache::RequestUtil
Perl API for Apache request record utils
Apache2::Apache::Response
Perl API for Apache HTTP request response methods
Apache2::Apache::ServerRec
Perl API for Apache server record accessors
Apache2::Apache::ServerUtil
Perl API for Apache server record utils
Apache2::Apache::Status
Embedded interpreter status information
Apache2::Apache::SubProcess
Executing SubProcesses under mod_perl
Apache2::Apache::SubRequest
Perl API for Apache subrequests
Apache2::Apache::URI
Perl API for manipulating URIs
Apache2::Apache::Util
Perl API for Misc Apache Utility functions
Apache2::APR
Perl Interface for Apache Portable Runtime (libapr andlibaprutil Libraries)
Apache2::APR::Base64
Perl API for APR base64 encoding/decoding functionality
Apache2::APR::Brigade
Perl API for manipulating APR Bucket Brigades
Apache2::APR::Bucket
Perl API for manipulating APR Buckets
Apache2::APR::BucketType
Perl API for APR bucket types
Apache2::APR::Const
Perl Interface for APR Constants
Apache2::APR::Date
Perl API for APR date manipulating functions
Apache2::APR::Error
Perl API for APR/Apache/mod_perl exceptions
Apache2::APR::Finfo
Perl API for APR fileinfo structure
Apache2::APR::IpSubnet
Perl API for accessing APRs ip_subnet structures
Apache2::APR::OS
Perl API for Platform-specific APR API
Apache2::APR::PerlIO
Perl IO layer for APR
Apache2::APR::Pool
Perl API for APR pools
Apache2::APR::SockAddr
Perl API for APR socket address structure
Apache2::APR::Socket
Perl API for APR sockets
Apache2::APR::Table
Perl API for manipulating APR opaque string-content tables
Apache2::APR::ThreadMutex
Perl API for APR thread mutexES
Apache2::APR::URI
Perl API for URI manipulations
Apache2::APR::Util
Perl API for Various APR Utilities
Apache2::ModPerl::BuildMM
A "subclass" of ModPerl::MM used for building mod_perl 2.0
Apache2::ModPerl::Code
Perl Interface for $class Constants
Apache2::ModPerl::Config
Functions to retrieve mod_perl specific env information.
Apache2::ModPerl::Const
ModPerl Constants
Apache2::ModPerl::CScan
scan C language files for easily recognized constructs.
Apache2::ModPerl::Global
Perl API for manipulating special Perl lists
Apache2::ModPerl::MethodLookup
Lookup mod_perl modules, objects and methods
Apache2::ModPerl::MM
A "subclass" of ExtUtils::MakeMaker for mod_perl 2.0
Apache2::ModPerl::PerlRun
Run unaltered CGI scripts under mod_perl
Apache2::ModPerl::Registry
Run unaltered CGI scripts persistently under mod_perl
Apache2::ModPerl::RegistryBB
Run unaltered CGI scripts persistently under mod_perl
Apache2::ModPerl::RegistryCooker
Cook mod_perl 2.0 Registry Modules
Apache2::ModPerl::RegistryLoader
Compile ModPerl::RegistryCooker scripts at server startup
Apache2::ModPerl::Util
Helper mod_perl Functions
Apache2::mod_perl
Embed a Perl interpreter in the Apache/2.x HTTP server

Apache::AxKit::Language
base class for all processors
Apache::AxKit::Language::AxPoint
An AxKit PDF Slideshow generator
Apache::AxKit::Language::HtmlDoc
deliver XHTML as PDF
Apache::AxKit::Language::SAXMachines
Transform Content With SAX Filters
Apache::AxKit::Language::XPathScript
An XML Stylesheet Language
Apache::AxKit::Language::XSP
eXtensible Server Pages
Apache::AxKit::Language::XSP::SimpleTaglib
alternate XSP taglib helper
Apache::AxKit::Language::XSP::TaglibHelper
module to make it easier to write a taglib
Apache::AxKit::Language::YPathScript
An XML Stylesheet Language
Apache::AxKit::Plugin::Fragment
Fragment plugin
Apache::AxKit::Plugin::Passthru
allow passthru=1 in querystring
Apache::AxKit::Plugin::QueryStringCache
Cache based on QS
Apache::AxKit::Plugins::Session
AxKit plugin that handles setting / loading of Sessions
Apache::AxKit::Provider
base Provider class
Apache::AxKit::RayApp
Framework for logic and presentation separation
Apache::AxKit::StyleChooser::Cookie
Choose stylesheets based on a browser cookie
Apache::AxKit::StyleChooser::FileSuffix
Choose stylesheet using file suffix
Apache::AxKit::StyleChooser::PathInfo
Choose stylesheet using PATH_INFO
Apache::AxKit::StyleChooser::QueryString
Choose stylesheet using querystring
Apache::AxKit::StyleChooser::UserAgent
Choose stylesheets based on the user agent.
Apache::Constants
Constants defined in apache header files
Apache::Cookie
HTTP Cookies Class
Apache::Debug
Utilities for debugging embedded perl code
Apache::ExtUtils
Utils for Apache:C/Perl glue
Apache::FakeRequest
fake request object for debugging
Apache::File
advanced functions for manipulating files at the server side
Apache::httpd_conf
Generate an httpd.conf file
Apache::Include
Utilities for mod_perl/mod_include integration
Apache::Leak
Module for tracking memory leaks in mod_perl code
Apache::libapreq
Generate compiler and linker flags for libapreq
Apache::Log
Interface to Apache logging
Apache::MVC
Apache front-end to Maypole
Apache::MyConfig
build options access
Apache::Options
OPT_* defines from httpd_core.h
Apache::PerlRun
Run unaltered CGI scripts under mod_perl
Apache::PerlRunXS
XS implementation of Apache::PerlRun/Apache::Registry
Apache::PerlSections
Utilities for work with <Perl> sections
Apache::RedirectLogFix
Properly set redirect status for loggers
Apache::Registry
Run unaltered CGI scrips under mod_perl
Apache::RegistryLoader
Compile Apache::Registry scripts at server startup
Apache::Request
Methods for dealing with client request data
Apache::Resource
Limit resources used by httpd children
Apache::Session
A persistence framework for session data
Apache::Session::DB_File
An implementation of Apache::Session
Apache::Session::File
An implementation of Apache::Session
Apache::Session::Flex
Specify everything at runtime
Apache::Session::Generate::MD5
Use MD5 to create random object IDs
Apache::Session::Generate::ModUniqueId
mod_unique_id for session ID generation
Apache::Session::Generate::ModUsertrack
mod_usertrack for session ID generation
Apache::Session::Lock::File
Provides mutual exclusion using flock
Apache::Session::Lock::MySQL
Provides mutual exclusion using MySQL
Apache::Session::Lock::Null
Does not actually provides mutual exclusion
Apache::Session::Lock::Semaphore
Provides mutual exclusion through sempahores
Apache::Session::MySQL
An implementation of Apache::Session
Apache::Session::Oracle
An implementation of Apache::Session
Apache::Session::Postgres
An implementation of Apache::Session
Apache::Session::Serialize::Base64
Use Storable and MIME::Base64to zip up persistent data
Apache::Session::Serialize::Storable
Use Storable to zip up persistent data
Apache::Session::Serialize::Sybase
Use Storable to zip up persistent data and unpack/pack to put into Sybase-compatible image field
Apache::Session::Serialize::UUEncode
Use Storable and C<pack>to zip up persistent data
Apache::Session::Store::DB_File
Use DB_File to store persistent objects
Apache::Session::Store::File
Store persistent data on the filesystem
Apache::Session::Store::MySQL
Store persistent data in a MySQL database
Apache::Session::Store::Oracle
Store persistent data in a Oracle database
Apache::Session::Store::Postgres
Store persistent data in a Postgres database
Apache::Session::Store::Sybase
Store persistent data in a Sybase database
Apache::Session::Sybase
An implementation of Apache::Session
Apache::SIG
Override apache signal handlers with Perl's
Apache::SizeLimit
Because size does matter.
Apache::src
Methods for locating and parsing bits of Apache source code
Apache::StatINC
Reload %INC files when updated on disk
Apache::Status
Embedded interpreter status information
Apache::Symbol
Things for symbol things
Apache::Symdump
Symbol table snapshots
Apache::Table
Perl interface to the Apache table structure
Apache::Test
Test.pm wrapper with helpers for testing Apache
Apache::TestConfig
Configuration file for Apache::Test
Apache::TestConfigData
Configuration file for Apache::Test
Apache::TestMB
Subclass of Module::Build to support Apache::Test
Apache::TestMM
Provide MakeMaker Wrapper Methods
Apache::TestReport
A parent class for generating bug/success reports
Apache::TestRequest
Send requests to your Apache test server
Apache::TestRun
Run the test suite
Apache::TestRunPerl
Run mod_perl-requiring Test Suite
Apache::TestServer

Apache::TestSmoke
Special Tests Sequence Failure Finder
Apache::TestTrace
Helper output generation functions
Apache::TestUtil
Utility functions for writing tests
Apache::URI
URI component parsing and unparsing
Apache::Util
Interface to Apache C util functions

App::Packer::Backend::PAR
App::Packer backend for PAR
App::Packer::PAR
App::Packer backend for PAR

AppConfig
Perl5 module for reading configuration files and parsing command line arguments.
AppConfig::Args
Perl5 module for reading command line arguments.
AppConfig::CGI
Perl5 module for processing CGI script parameters.
AppConfig::File
Perl5 module for reading configuration files.
AppConfig::Getopt
Perl5 module for processing command line arguments via delegation to Getopt::Long.
AppConfig::State
application configuration state
AppConfig::Sys
Perl5 module defining platform-specific information and methods for other AppConfig::* modules.

Archive::Tar
module for manipulations of tar archives
Archive::Tar::File
a subclass for in-memory extracted file from Archive::Tar
Archive::Tar::Win32
module for manipulation of tar archives.
Archive::Zip
Provide an interface to ZIP archive files.
Archive::Zip::FAQ
Answers to a few frequently asked questions about Archive::Zip
Archive::Zip::MemberRead
A wrapper that lets you read Zip archive members as if they were files.
Archive::Zip::Tree
methods for adding/extracting trees using Archive::Zip

Array::Compare
Perl extension for comparing arrays.
Array::RefElem
Set up array elements as aliases

Attribute::Abstract
implementing abstract methods with attributes
Attribute::Curried
Functional goodness for Perl.
Attribute::Default
Perl extension to assign default values to subroutine arguments
Attribute::Deprecated
mark deprecated methods
Attribute::Handlers
Simpler definition of attribute handlers
Attribute::Memoize
Attribute interface to Memoize.pm
Attribute::Overload
Attribute that makes overloading easier
Attribute::Params::Validate
Validate method/function parameters using attributes
Attribute::TieClasses
attribute wrappers for CPAN Tie classes
Attribute::Types
Attributes that confer type on variables
Attribute::Util
A selection of general-utility attributes

attributes
get/set subroutine or variable attributes

attrs
set/get attributes of a subroutine

Authen::FAQ
Frequently-Asked Questions about Authen::PAM.
Authen::PAM
Perl interface to PAM library
Authen::SASL
SASL Authentication framework
Authen::SASL::Perl::DIGEST_MD5
Digest MD5 Authentication class
Authen::Smb
Perl extension to authenticate against an SMB server

autoload
only load modules when they're used

AutoLoader
load subroutines only on demand

AutoSplit
split a package for autoloading

autouse
postpone load of modules until a function is used

AxKit
an XML Application Server for Apache
AxKit::XSP::CharsetConv
AxKit XSP taglib for charset conversion
AxKit::XSP::Cookie
An XSP library for setting and getting HTTP cookies.
AxKit::XSP::Exception
Exceptions taglib for eXtensible Server Pages
AxKit::XSP::IfParam
Equivalent of XSP Param taglib, but conditional.
AxKit::XSP::LDAP
LDAP tag library for AxKit eXtensible Server Pages.
AxKit::XSP::MD5
AxKit XSP taglib for MD5 digests
AxKit::XSP::Minisession
Yet Another Session Handling Library
AxKit::XSP::Param
A namespace wrapper for accessing HTTP request paramaters.
AxKit::XSP::PerForm
XSP Taglib for making complex forms easy
AxKit::XSP::Sendmail
Simple SMTP mailer tag library for AxKit eXtesible Server Pages.
AxKit::XSP::Session
Session wrapper tag library for AxKit eXtesible Server Pages.
AxKit::XSP::WebUtils
Utilities for building XSP web apps
AxKit::XSP::Wiki
An AxKit XSP based Wiki clone

- B -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

B
The Perl Compiler
B::Asmdata
Autogenerated data about Perl ops, used to generate bytecode
B::Assembler
Assemble Perl bytecode
B::Bblock
Walk basic blocks
B::Bytecode
Perl compiler's bytecode backend
B::C
Perl compiler's C backend
B::CC
Perl compiler's optimized C translation backend
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::Disassembler
Disassemble Perl bytecode
B::Lint
Perl lint
B::Module::Info

B::Showlex
Show lexical variables used in functions or files
B::Stackobj
Helper module for CC backend
B::Stash
show what stashes are loaded
B::Terse
Walk Perl syntax tree, printing terse info about ops
B::Utils
Helper functions for op tree manipulation
B::Xref
Generates cross reference reports for Perl programs

base
Establish IS-A relationship with base class at compile time

Benchmark
benchmark running times of Perl code

BerkeleyDB
Perl extension for Berkeley DB version 2, 3 or 4

Bit::Vector
Efficient bit vector, set of integers and "big int" math library
Bit::Vector::Overload
Overloaded operators add-on for Bit::Vector
Bit::Vector::String
Generic string import/export for Bit::Vector

blib
Use MakeMaker's uninstalled version of a package

BSD::Resource
BSD process resource limit and priority functions

Bundle::Apache
Install Apache mod_perl and related modules
Bundle::Apache2
Install Apache mod_perl2 and related modules
Bundle::ApacheTest
A bundle to install all Apache-Test related modules
Bundle::CPAN
A bundle to play with all the other modules on CPAN
Bundle::DBD::CSV
A bundle to install the DBD::CSV driver
Bundle::DBD::mysql
A bundle to install Perl drivers for mSQL or MySQL
Bundle::DBI
A bundle to install DBI and required modules.
Bundle::HTML::Mason
A bundle to install the HTML::Mason package
Bundle::LWP
install all libwww-perl related modules
Bundle::Net::LDAP
A bundle for Net::LDAP
Bundle::ParallelUA
CPAN Bundle for the LWP Parallel User Agent extension
Bundle::PlRPC
A bundle to install PlRPC-Server, Client and prerequisites.
Bundle::Spiffy
All the CPAN modules that are Spiffy

Business::ISBN
work with International Standard Book Numbers
Business::ISBN::Data
data pack for Business::ISBN

ByteLoader
load byte compiled perl code

bytes
Perl pragma to force byte semantics rather than character semantics

- C -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Cache::Backend
and interface for cache peristance mechanisms
Cache::BaseCache
abstract cache base class
Cache::BaseCacheTester
abstract cache tester base class
Cache::Cache
the Cache interface.
Cache::CacheMetaData
data about objects in the cache
Cache::CacheSizer
component object for mamanging the size of caches
Cache::CacheTester
a class for regression testing caches
Cache::CacheUtils
miscellaneous utility routines
Cache::FileBackend
a filesystem based persistance mechanism
Cache::FileCache
implements the Cache interface.
Cache::MemoryBackend
a memory based persistance mechanism
Cache::MemoryCache
implements the Cache interface.
Cache::NullCache
implements the Cache interface.
Cache::Object
the data stored in a Cache.
Cache::SharedMemoryBackend
a shared memory based persistance mechanism
Cache::SharedMemoryCache
extends the MemoryCache.
Cache::SizeAwareCache
extends the Cache interface.
Cache::SizeAwareCacheTester
a class for regression testing size aware caches
Cache::SizeAwareFileCache
extends Cache::FileCache
Cache::SizeAwareMemoryCache
extends Cache::MemoryCache
Cache::SizeAwareSharedMemoryCache
extends Cache::SizeAwareMemoryCache

Carp
warn of errors
Carp::Assert
executable comments
Carp::Assert::More
convenience wrappers around Carp::Assert
Carp::Clan
Report errors from perspective of caller of a "clan" of modules
Carp::Heavy
Carp guts

CDDB
a high-level interface to cddb protocol servers

CDDB_get
Read the CDDB entry for an audio CD in your drive

CGI
Simple Common Gateway Interface Class

CGI3
Simple Common Gateway Interface Class
CGI3::Fast
CGI3 Interface for Fast CGI3
CGI3::Pretty
module to produce nicely formatted HTML code
CGI3::Push
Simple Interface to Server Push

CGI::Apache
Backward compatibility module for CGI.pm
CGI::Application
CGI::Application -Framework for building reusable web-applications
CGI::Application::Mailform
CGI::Application::Mailform -A simple HTML form to email system
CGI::Application::MailPage
module to allow users to send HTML pages to friends.
CGI::Base
HTTP Daemon Common Gateway Interface Base Class
CGI::BasePlus
HTTP CGI Base Class with Handling of Multipart Forms
CGI::Carp
CGI routines for writing to the HTTPD error log
CGI::Cookie
Interface to Netscape Cookies
CGI::Explorer
A class to manage displaying a hash tree of data, for use in CGI scripts
CGI::Fast
CGI Interface for Fast CGI
CGI::Form
Build Smart HTML Forms on Top of the CGI:: Modules
CGI::Lite
Process and decode WWW forms and cookies
CGI::Maypole
CGI-based front-end to Maypole
CGI::MiniSvr
Adds to CGI::Base the ability for a CGI script to becomea mini http server.
CGI::Pretty
module to produce nicely formatted HTML code
CGI::Push
Simple Interface to Server Push
CGI::Request
Parse client request via a CGI interface
CGI::Simple
A Simple totally OO CGI interface that is CGI.pm compliant
CGI::Simple::Cookie
Interface to Netscape Cookies
CGI::Simple::Standard
a wrapper module for CGI::Simple that provides afunction style interface
CGI::Simple::Util
Internal utilities used by CGI::Simple module
CGI::Switch
Backward compatibility module for defunct CGI::Switch
CGI::Untaint
process CGI input parameters
CGI::Untaint::country
validate a country code or name
CGI::Untaint::date
validate a date
CGI::Untaint::email
validate an email address
CGI::Untaint::hex
validate as a hexadecimal value
CGI::Untaint::integer
validate an integer
CGI::Untaint::object
base class for Input Handlers
CGI::Untaint::printable
validate as a printable value
CGI::Untaint::url
validate a URL
CGI::Util
Internal utilities used by CGI module
CGI::XMLApplication
Object Oriented Interface for CGI Script Applications

cgi_to_mod_perl
First steps needed to use mod_perl as a CGI replacement

charnames
define character names for C<\N{named}> string literal escape.

Chart::Graph
Perl extension for a front-end to gnuplot, XRT, and Xmgrace.
Chart::Graph::Gnuplot

Chart::Graph::Xmgrace

Chart::Graph::Xrt2d

Chart::Graph::Xrt3d


CLASS
Alias for __PACKAGE__

Class::Accessor
Automated accessor generation
Class::Accessor::Chained
make chained accessors
Class::Accessor::Chained::Fast
Faster, but less expandable, chained accessors
Class::Accessor::Fast
Faster, but less expandable, accessors
Class::Base
useful base class for deriving other modules
Class::Container
Glues object frameworks together transparently
Class::Data::Inheritable
Inheritable, overridable class data
Class::DBI
Simple Database Abstraction
Class::DBI::AbstractSearch
Abstract Class::DBI's SQL with SQL::Abstract
Class::DBI::AutoLoader
Generates Class::DBI subclasses dynamically.
Class::DBI::BaseDSN
DSN sensitive base class
Class::DBI::Column
A column in a table
Class::DBI::ColumnGrouper
Columns and Column Groups
Class::DBI::FromCGI
Update Class::DBI data using CGI::Untaint
Class::DBI::Iterator
Iterate over Class::DBI search results
Class::DBI::Loader
dynamic definition of Class::DBI sub classes.
Class::DBI::Loader::Generic
generic Class::DBI::Loader implementation.
Class::DBI::Loader::mysql
Class::DBI::Loader mysql implementation.
Class::DBI::Loader::Pg
Class::DBI::Loader Postgres implementation.
Class::DBI::Loader::Relationship
Easier relationship specification in CDBI::L
Class::DBI::Loader::SQLite
Class::DBI::Loader SQLite implementation.
Class::DBI::mysql
Extensions to Class::DBI for MySQL
Class::DBI::Pager
Pager utility for Class::DBI
Class::DBI::Plugin::RetrieveAll
more complex retrieve_all for Class::DBI
Class::DBI::Query
Deprecated SQL manager for Class::DBI
Class::DBI::Relationship
base class for Relationships
Class::DBI::SQLite
Extension to Class::DBI for sqlite
Class::DBI::Untaint
Class::DBI constraints using CGI::Untaint
Class::DBI::View
Virtual table for Class::DBI
Class::DBI::View::Having
View implementation using HAVING clause
Class::DBI::View::SubQuery
View implementation using sub-selects
Class::DBI::View::TemporaryTable
View implementation using temporary table
Class::Factory
Base class for dynamic factory classes
Class::Factory::Util
Provide utility methods for factory classes
Class::Fields
Inspect the fields of a class.
Class::Fields::Attribs
Attribute constants for use with data members
Class::Fields::Fuxor
Low level manipuation of object data members
Class::Fields::Inherit
Inheritance of %FIELDS
Class::ISA
report the search path for a class's ISA tree
Class::Loader
Load modules and create objects on demand.
Class::MakeMethods
Generate common types of methods
Class::MakeMethods::Attribute
Declare generated subs with attribute syntax
Class::MakeMethods::Autoload
Declare generated subs with AUTOLOAD
Class::MakeMethods::Basic
Make really simple methods
Class::MakeMethods::Basic::Array
Basic array methods
Class::MakeMethods::Basic::Global
Basic shared methods
Class::MakeMethods::Basic::Hash
Basic hash methods
Class::MakeMethods::Changes
Revision history for Class::MakeMethods
Class::MakeMethods::Composite
Make extensible compound methods
Class::MakeMethods::Composite::Array
Basic array methods
Class::MakeMethods::Composite::Global
Global data
Class::MakeMethods::Composite::Hash
Composite hash methods
Class::MakeMethods::Composite::Inheritable
Overridable data
Class::MakeMethods::Composite::Universal
Composite Method Tricks
Class::MakeMethods::Docs::Catalog
List of Makable Method Types
Class::MakeMethods::Docs::Changes
History of Class::MakeMethods
Class::MakeMethods::Docs::Examples
Sample Declarations and Usage
Class::MakeMethods::Docs::ReadMe
About Class::MakeMethods
Class::MakeMethods::Docs::RelatedModules
Survey of Class Builders
Class::MakeMethods::Docs::ToDo
Ideas, problems, and suggestions
Class::MakeMethods::Emulator
Demonstrate class-generator equivalency
Class::MakeMethods::Emulator::AccessorFast
Emulate Class::Accessor::Fast
Class::MakeMethods::Emulator::accessors
Emulate the accessors module
Class::MakeMethods::Emulator::Inheritable
Emulate Class::Inheritable
Class::MakeMethods::Emulator::mcoder
Emulate the mcoder module
Class::MakeMethods::Emulator::MethodMaker
Emulate Class::MethodMaker
Class::MakeMethods::Emulator::Singleton
Emulate Class::Singleton
Class::MakeMethods::Emulator::Struct
Emulate Class::Struct
Class::MakeMethods::Evaled
Make methods with simple string evals
Class::MakeMethods::Evaled::Hash
Typical hash methods
Class::MakeMethods::ReadMe
About This Module
Class::MakeMethods::RelatedModules
Survey of Class Builders
Class::MakeMethods::Standard
Make common object accessors
Class::MakeMethods::Standard::Array
Methods for Array objects
Class::MakeMethods::Standard::Global
Global data
Class::MakeMethods::Standard::Hash
Standard hash methods
Class::MakeMethods::Standard::Inheritable
Overridable data
Class::MakeMethods::Standard::Universal
Generic Methods
Class::MakeMethods::Template
Extensible code templates
Class::MakeMethods::Template::Array
Methods for manipulating positional values in arrays
Class::MakeMethods::Template::Class
Associate information with a package
Class::MakeMethods::Template::ClassInherit
Overridable class data
Class::MakeMethods::Template::ClassName
Access object's class
Class::MakeMethods::Template::ClassVar
Static methods with subclass variation
Class::MakeMethods::Template::DiskCache
Optional Template feature
Class::MakeMethods::Template::Flyweight
Deprecated name for InsideOut
Class::MakeMethods::Template::Generic
Templates for common meta-method types
Class::MakeMethods::Template::Global
Method that are not instance-dependent
Class::MakeMethods::Template::Hash
Method interfaces for hash-based objects
Class::MakeMethods::Template::Inheritable
Overridable data
Class::MakeMethods::Template::InsideOut
External data
Class::MakeMethods::Template::PackageVar
Static methods with global variables
Class::MakeMethods::Template::Ref
Universal copy and compare methods
Class::MakeMethods::Template::Scalar
Methods for blessed scalars
Class::MakeMethods::Template::Static
Deprecated name for Global
Class::MakeMethods::Template::Struct
Deprecated name for Array
Class::MakeMethods::Template::StructBuiltin

Class::MakeMethods::Template::TextBuilder
Basic text substitutions
Class::MakeMethods::Template::Universal
Meta-methods for any type of object
Class::MakeMethods::ToDo
Ideas, problems, and suggestions
Class::MakeMethods::Utility::ArraySplicer
Common array ops
Class::MakeMethods::Utility::DiskCache
Optional Template feature
Class::MakeMethods::Utility::Inheritable
"Inheritable" data
Class::MakeMethods::Utility::Ref
Deep copying and comparison
Class::MakeMethods::Utility::TextBuilder
Basic text substitutions
Class::MethodMaker
a module for creating generic methods
Class::MethodMapper
Abstract Class wrapper for AutoLoader
Class::Object
each object is its own class
Class::Observable
Allow other classes and objects to respond to events in yours
Class::Singleton
Implementation of a "Singleton" class
Class::Struct
declare struct-like datatypes as Perl classes
Class::Struct::FIELDS
Combine Class::Struct, base and fields
Class::Throwable
A minimal lightweight exception class
Class::Trigger
Mixin to add / call inheritable triggers
Class::WhiteHole
base class to treat unhandled method calls as errors

Clone
recursively copy Perl datatypes

Compress::Zlib
Interface to zlib compression library

Config
access Perl configuration information
Config::IniFiles
A module for reading .ini-style configuration files.

constant
Perl pragma to declare constants

Convert::ASCII::Armor
Convert binary octets into ASCII armoured messages.
Convert::ASCII::Armour
Convert binary octets into ASCII armoured messages.
Convert::ASN1
ASN.1 Encode/Decode library
Convert::BinHex
extract data from Macintosh BinHex files
Convert::PEM
Read/write encrypted ASN.1 PEM files
Convert::PEM::CBC
Cipher Block Chaining Mode implementation
Convert::PEM::ErrorHandler
Convert::PEM error handling
Convert::Recode
make mapping functions between character sets
Convert::TNEF
Perl module to read TNEF files
Convert::UUlib
Perl interface to the uulib library.

Coro
coroutine process abstraction
Coro::Channel
message queues
Coro::Cont
schmorp's faked continuations
Coro::Event
do events the coro-way
Coro::Handle
non-blocking io with a blocking interface.
Coro::MakeMaker
MakeMaker glue for the C-level Coro API
Coro::Process
coroutine process abstraction
Coro::RWLock
reader/write locks
Coro::Semaphore
non-binary semaphores
Coro::SemaphoreSet
hash of semaphores.
Coro::Signal
coroutine signals
Coro::Socket
non-blocking socket-io
Coro::Specific
manage coroutone-specific variables.
Coro::State
create and manage simple coroutines
Coro::Timer
simple timer package, independent of used event loops
Coro::Util
various utility functions.

CPAN
query, download and build perl modules from CPAN sites
CPAN::Admin
A CPAN Shell for CPAN admins
CPAN::Checksums
Write a CHECKSUMS file for a directory as on CPAN
CPAN::FirstTime
Utility for CPAN::Config file Initialization
CPAN::MakeMaker
A Shiny Replacement for ExtUtils::MakeMaker
CPAN::MakeMaker-Philosophy
MY PHILOSOPHY
CPAN::Nox
Wrapper around CPAN.pm without using any XS module
CPAN::Version
utility functions to compare CPAN versions
CPAN::WAIT
adds commands to search a WAIT4CPAN server to the CPAN C<shell>

CPANPLUS
Command-line access to the CPAN interface
CPANPLUS::Backend
Object-oriented interface for CPAN++
CPANPLUS::Backend::RV
Return Value class for CPAN++
CPANPLUS::Configure
Configuration interface for CPAN++
CPANPLUS::Configure::Setup
Configuration setup for CPAN++
CPANPLUS::Error
Error handling for the CPAN++ interface
CPANPLUS::FAQ
Frequently Asked Questions about CPANPLUS
CPANPLUS::I18N
Localization class
CPANPLUS::Internals::Author
Author tree for CPAN++
CPANPLUS::Internals::Module
Module tree for CPAN++
CPANPLUS::Internals::System
Flags for _run
CPANPLUS::Shell
interactive interface launcher for CPAN++
CPANPLUS::Shell::Classic
CPAN.pm emulation for CPAN++
CPANPLUS::Shell::Curses
A Curses based shell for CPANPLUS
CPANPLUS::Shell::Default
Default command-line interface for CPAN++
CPANPLUS::Shell::Tk
Frontend for CPANPLUS using Tk
CPANPLUS::Styleguide
Style guide for CPANPLUS contributions
CPANPLUS::TesterGuide
Becoming a CPAN Tester with CPANPLUS
CPANPLUS::Tools::Check

CPANPLUS::Tools::Cmd
finding and running system commands made easy
CPANPLUS::Tools::Load
runtime require of both modules and files
CPANPLUS::Tools::Module
Looking up module information / loading at runtime
CPANPLUS::Tools::Term
Term::ReadLine UI made easy

Crypt::Blowfish
Perl Blowfish encryption module
Crypt::Blowfish_PP
Blowfish encryption algorithm implemented purely in Perl
Crypt::CAST5_PP
CAST5 block cipher in pure Perl
Crypt::CBC
Encrypt Data with Cipher Block Chaining Mode
Crypt::CipherSaber
Perl module implementing CipherSaber encryption.
Crypt::DES
Perl DES encryption module
Crypt::DES_EDE3
Triple-DES EDE encryption/decryption
Crypt::DSA
DSA Signatures and Key Generation
Crypt::DSA::Key
DSA key
Crypt::DSA::Key::PEM
Read/write DSA PEM files
Crypt::DSA::Key::SSH2
Read/write DSA SSH2 files
Crypt::DSA::KeyChain
DSA key generation system
Crypt::DSA::Signature
DSA signature object
Crypt::DSA::Util
DSA Utility functions
Crypt::OpenPGP
Pure-Perl OpenPGP implementation
Crypt::OpenPGP::Armour
ASCII Armouring and Unarmouring
Crypt::OpenPGP::Buffer
Binary in/out buffer
Crypt::OpenPGP::Certificate
PGP Key certificate
Crypt::OpenPGP::CFB
PGP Cipher Feedback Mode
Crypt::OpenPGP::Cipher
PGP symmetric cipher factory
Crypt::OpenPGP::Ciphertext
Encrypted data packet
Crypt::OpenPGP::Compressed
Compressed data packets
Crypt::OpenPGP::Constants
Exportable constants
Crypt::OpenPGP::Digest
PGP message digest factory
Crypt::OpenPGP::ErrorHandler
Crypt::OpenPGP error handling
Crypt::OpenPGP::Key
OpenPGP key factory
Crypt::OpenPGP::KeyBlock
Key block object
Crypt::OpenPGP::KeyRing
Key ring object
Crypt::OpenPGP::KeyServer
Interface to HKP keyservers
Crypt::OpenPGP::Marker
PGP Marker packet
Crypt::OpenPGP::MDC
MDC packet
Crypt::OpenPGP::Message
Sequence of PGP packets
Crypt::OpenPGP::OnePassSig
One-Pass Signature packet
Crypt::OpenPGP::PacketFactory
Parse and save PGP packet streams
Crypt::OpenPGP::Plaintext
A plaintext, literal-data packet
Crypt::OpenPGP::S2k
String-to-key generation
Crypt::OpenPGP::SessionKey
Encrypted Session Key
Crypt::OpenPGP::Signature
Signature packet
Crypt::OpenPGP::SKSessionKey
Symmetric-Key Encrypted Session Key
Crypt::OpenPGP::Trust
PGP Trust packet
Crypt::OpenPGP::UserID
PGP User ID packet
Crypt::OpenPGP::Util
Miscellaneous utility functions
Crypt::OpenPGP::Words
Create English-word encodings
Crypt::PasswdMD5
Provides interoperable MD5-based crypt functions
Crypt::Primes
Provable Prime Number Generator suitable for Cryptographic Applications.
Crypt::Random
Cryptographically Secure, True Random Number Generator.
Crypt::Rijndael
Crypt::CBC compliant Rijndael encryption module
Crypt::RIPEMD160
Perl extension for the RIPEMD-160 Hash function
Crypt::RIPEMD160::MAC
Perl extension for RIPEMD-160 MAC function
Crypt::RSA
RSA public-key cryptosystem.
Crypt::RSA::DataFormat
Data creation, conversion and reporting primitives.
Crypt::RSA::Debug
Debug routine for Crypt::RSA.
Crypt::RSA::Errorhandler
Error handling mechanism for Crypt::RSA.
Crypt::RSA::ES::OAEP
Plaintext-aware encryption with RSA.
Crypt::RSA::ES::PKCS1v15
PKCS #1 v1.5 padded encryption scheme based on RSA.
Crypt::RSA::Key
RSA Key Pair Generator.
Crypt::RSA::Key::Private
RSA Private Key Management.
Crypt::RSA::Key::Public
RSA Public Key Management.
Crypt::RSA::Primitives
RSA encryption, decryption, signature and verification primitives.
Crypt::RSA::SS::PKCS1v15
PKCS #1 v1.5 signatures.
Crypt::RSA::SS::PSS
Probabilistic Signature Scheme based on RSA.
Crypt::Twofish
The Twofish Encryption Algorithm

CSS::Parser
parser for CSS-style syntax

Curses
terminal screen handling and optimization
Curses::UI
A curses based OO user interface framework
Curses::UI::Buttonbox
Create and manipulate button widgets
Curses::UI::Calendar
Create and manipulate calendar widgets
Curses::UI::Checkbox
Create and manipulate checkbox widgets
Curses::UI::Color
Color support module
Curses::UI::Common
Common methods for Curses::UI
Curses::UI::Container
Create and manipulate container widgets
Curses::UI::Dialog::Basic
Create and manipulate basic dialogs
Curses::UI::Dialog::Calendar
Create and manipulate calendar dialogs
Curses::UI::Dialog::Dirbrowser
Create and manipulate filebrowser dialogs
Curses::UI::Dialog::Error
Create and manipulate error dialogs
Curses::UI::Dialog::Filebrowser
Create and manipulate filebrowser dialogs
Curses::UI::Dialog::Progress
Create and manipulate progress dialogs
Curses::UI::Dialog::Question
Pose a simple question to the user
Curses::UI::Dialog::Status
Create and manipulate status dialogs
Curses::UI::Label
Create and manipulate label widgets
Curses::UI::Listbox
Create and manipulate listbox widgets
Curses::UI::Menubar
Create and manipulate menubar widgets
Curses::UI::Notebook
Create and manipulate notebook widgets.
Curses::UI::PasswordEntry
Create and manipulate passwordentry widgets
Curses::UI::Popupmenu
Create and manipulate popupbox widgets
Curses::UI::Progressbar
Create and manipulate progressbar widgets
Curses::UI::Radiobuttonbox
Create and manipulate radiobuttonbox widgets
Curses::UI::Searchable
Add 'less'-like search abilities to a widget
Curses::UI::TextEditor
Create and manipulate texteditor widgets
Curses::UI::TextEntry
Create and manipulate textentry widgets
Curses::UI::TextViewer
Create and manipulate textviewer widgets
Curses::UI::Tutorial
Introduction
Curses::UI::Widget
The base class for all widgets
Curses::UI::Window
Create and manipulate Window widgets

Cwd
get pathname of current working directory

- D -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Data::Buffer
Read/write buffer class
Data::CompactDump
Perl extension for dumping xD structures in compact form
Data::Compare
compare perl data structures
Data::Dumper
stringified perl data structures, suitable for both printing and C<eval>
Data::DumpXML
Dump arbitrary data structures as XML
Data::DumpXML::Parser
Restore data dumped by Data::DumpXML
Data::Flow
Perl extension for simple-minded recipe-controlled build of data.
Data::FormValidator
Validates user input basedon input profile.
Data::FormValidator::Constraints
Basic sets of constraints on input profile.
Data::FormValidator::Constraints::Dates
Validate Dates and Times
Data::FormValidator::Constraints::Upload
Validate File Uploads
Data::FormValidator::ConstraintsFactory
Module to create constraints for HTML::FormValidator.
Data::FormValidator::Filters
Basic set of filters available in an Data::FormValidator profile.
Data::FormValidator::Results
results of form input validation.
Data::Grove
support for deeply nested structures
Data::Grove::Parent
provide parent properties to Data::Grove objects
Data::Grove::Visitor
add visitor/callback methods to Data::Grove objects
Data::ICal
Generates iCalendar calendar files
Data::ICal::DateTime
convenience methods for using Data::ICal with DateTime
Data::ICal::Entry
Represents an entry in an iCalendar file
Data::ICal::Entry::Alarm::Audio
Represents an audio alarm in an iCalendar file
Data::ICal::Entry::Alarm::Display
Represents a displayed alarm in an iCalendar file
Data::ICal::Entry::Alarm::Email
Represents an emailed alarm in an iCalendar file
Data::ICal::Entry::Alarm::Procedure
Represents a procedure-call alarm in an iCalendar file
Data::ICal::Entry::Event
Represents an event in an iCalendar file
Data::ICal::Entry::FreeBusy
Represents blocks of free and busy time in an iCalendar file
Data::ICal::Entry::Journal
Represents a journal entry in an iCalendar file
Data::ICal::Entry::TimeZone
Represents a time zone definition in an iCalendar file
Data::ICal::Entry::TimeZone::Daylight
Represents a Daylight Time base offset from UTC for parent TimeZone
Data::ICal::Entry::TimeZone::Standard
Represents a Standard Time base offset from UTC for parent TimeZone
Data::ICal::Entry::Todo
Represents a to-do entry in an iCalendar file
Data::ICal::Property
Represents a property on an entry in an iCalendar file
Data::Page
help when paging through sets of results
Data::Password
Perl extension for assesing password quality.
Data::RefSupport
Perl extension for working with xD data structures
Data::ShowTable
routines to display tabular data in several formats.

Date::Calc
Gregorian calendar date calculations
Date::Calc::Object
Object-oriented add-on for Date::Calc with overloaded operators
Date::Calendar
Calendar objects for different holiday schemes
Date::Calendar::Profiles
Some sample profiles for Date::Calendarand Date::Calendar::Year
Date::Calendar::Year
Implements embedded "year" objects for Date::Calendar
Date::Convert
Convert Between any two Calendrical Formats
Date::Format
Date formating subroutines
Date::ICal
Perl extension for ICalendar date objects.
Date::ICal::Duration
durations in iCalendar format, for math purposes.
Date::Leapyear
Is a particular year a leap year?
Date::Manip
date manipulation routines
Date::Parse
Parse date strings into time values
Date::Simple
a simple date object
Date::Simple::D8
Sub class of Date::Simple with eight digit date style formatting as default.
Date::Simple::Fmt
Sub class of Date::Simple with per object level formatting for overloaded stringification.
Date::Simple::ISO
Sub class of Date::Simple
Date::Simple::NoXS
Pure Perl support for Date::Simple.

DateTime
A date and time object
DateTime::Duration
Duration objects for date math
DateTime::Event::ICal
Perl DateTime extension for computing rfc2445 recurrences.
DateTime::Event::Recurrence
DateTime::Set extension for create basic recurrence sets
DateTime::Format::ICal
Parse and format iCal datetime and duration strings
DateTime::Format::Strptime
Parse and format strp and strf time patterns
DateTime::Infinite
Infinite past and future DateTime objects
DateTime::LeapSecond
leap seconds table and utilities
DateTime::Locale
Localization support for DateTime.pm
DateTime::Locale::Alias::ISO639_2
Adds ISO 639 2 language locale id aliases
DateTime::Locale::Base
Base class for individual locale objects
DateTime::LocaleCatalog
Provides a list of all valid locale names
DateTime::Set
Datetime sets and set math
DateTime::Span
Datetime spans
DateTime::SpanSet
set of DateTime spans
DateTime::TimeZone
Time zone object base class and factory
DateTime::TimeZone::Floating
A time zone that is always local
DateTime::TimeZone::Local
Code to determine the system's local time zone
DateTime::TimeZone::OffsetOnly
A DateTime::TimeZone object that just contains an offset
DateTime::TimeZone::OlsonDB
An object to represent an Olson time zone database
DateTime::TimeZone::UTC
The UTC time zone
DateTime::TimeZoneCatalog
Provides a list of all valid time zone names

DB
programmatic interface to the Perl debugging API (draft, subject tochange)

DBD::ADO
A DBI driver for Microsoft ADO
DBD::AnyData
DBI access to XML, CSV and other formats
DBD::Chart
DBI driver abstraction for DBD::Chart::Plot and GD::Graph
DBD::Chart::Plot
Graph/chart Plotting engine for DBD::Chart
DBD::CSV
DBI driver for CSV files
DBD::Excel
A class for DBI drivers that act on Excel File.
DBD::File
Base class for writing DBI drivers for plain files
DBD::Mock
Mock database driver for testing
DBD::Multiplex
A multiplexing driver for the DBI.
DBD::mysql
MySQL driver for the Perl5 Database Interface
DBD::mysql::INSTALL
How to install and configure DBD::mysql
DBD::Oracle
Oracle database driver for the DBI module
DBD::Proxy
A proxy driver for the DBI
DBD::Sponge
Create a DBI statement handle from Perl data
DBD::SQLite
Self Contained RDBMS in a DBI Driver

DbFramework::Attribute
Attribute class
DbFramework::Catalog
Catalog class
DbFramework::DataModel
Data Model class
DbFramework::DataModelObject
DataModelObject class
DbFramework::DataType::ANSII
ANSII data type class
DbFramework::DataType::Mysql
Mysql data type class
DbFramework::DefinitionObject
DefinitionObject class
DbFramework::ForeignKey
Foreign Key class
DbFramework::Key
Key class
DbFramework::Persistent
Persistent Perl object base class
DbFramework::PrimaryKey
Primary key class
DbFramework::Table
Table class
DbFramework::Template
Fill template with database values
DbFramework::Util
DbFramework utility functions

DBI
Database independent interface for Perl
DBI::Changes
List of significant changes to the DBI
DBI::Const::GetInfo
Data and functions for describing GetInfo results
DBI::Const::GetInfo::ANSI
ISO/IEC SQL/CLI Constants for GetInfo
DBI::Const::GetInfo::ODBC
ODBC Constants for GetInfo
DBI::Const::GetInfoReturn
Data and functions for describing GetInfo results
DBI::Const::GetInfoType
Data describing GetInfo type codes
DBI::DBD
Perl DBI Database Driver Writer's Guide
DBI::DBD::Metadata
Generate the code and data for some DBI metadata methods
DBI::FAQ
The Frequently Asked Questions for the Perl5 Database Interface
DBI::Format
A package for displaying result tables
DBI::Format::SQLMinus
A package for displaying result tables
DBI::Profile
Performance profiling and benchmarking for the DBI
DBI::ProfileData
manipulate DBI::ProfileDumper data dumps
DBI::ProfileDumper
profile DBI usage and output data to a file
DBI::ProfileDumper::Apache
capture DBI profiling data from Apache/mod_perl
DBI::ProxyServer
a server for the DBD::Proxy driver
DBI::PurePerl
a DBI emulation using pure perl
DBI::Shell
Interactive command shell for the DBI
DBI::W32ODBC
An experimental DBI emulation layer for Win32::ODBC

DBIx::Abstract
DBI SQL abstraction
DBIx::AnyDBD
DBD independant class
DBIx::Broker
a little layer somewhere between top-level code and raw DBI calls
DBIx::Compat
Perl extension for Compatibility Infos about DBD Drivers
DBIx::ContextualFetch
Add contextual fetches to DBI
DBIx::Database
Perl extension for DBI recordsets
DBIx::DataSource
Database-independant create and drop functions
DBIx::DataSource::Driver
Driver Writer's Guide and base class
DBIx::DataSource::mysql
MySQL driver for DBIx::DataSource
DBIx::DataSource::Pg
PostgreSQL driver for DBIx::DataSource
DBIx::DBSchema
Database-independent schema objects
DBIx::DBSchema::ColGroup
Column group objects
DBIx::DBSchema::ColGroup::Index
Index column group object
DBIx::DBSchema::ColGroup::Unique
Unique column group object
DBIx::DBSchema::Column
Column objects
DBIx::DBSchema::DBD
DBIx::DBSchema Driver Writer's Guide and Base Class
DBIx::DBSchema::DBD::mysql
MySQL native driver for DBIx::DBSchema
DBIx::DBSchema::DBD::Pg
PostgreSQL native driver for DBIx::DBSchema
DBIx::DBSchema::DBD::Sybase
Sybase database driver for DBIx::DBSchema
DBIx::DBSchema::Table
Table objects
DBIx::HTMLView
For handling DBI relation databases and web interfaces
DBIx::HTMLView::Bool
A boolean field
DBIx::HTMLView::CGIGermanListView
A List user interface for DBI databases
DBIx::HTMLView::CGIListView
A List user interface for DBI databases
DBIx::HTMLView::CGIQueryListView
A List user interface for DBI databases
DBIx::HTMLView::CGIReqEdit
A simple CGI editor for single posts
DBIx::HTMLView::CGIView
Common CGI functions for the viewers
DBIx::HTMLView::Date
A simple date filed
DBIx::HTMLView::DB
A generic DBI databse with SQL interface
DBIx::HTMLView::Field
Base class for field classes
DBIx::HTMLView::Fld
Base class for field and relation classes
DBIx::HTMLView::Fmt
Basic parser for fmt strings and files
DBIx::HTMLView::Id
A index field used to identify posts
DBIx::HTMLView::Int
An integer field
DBIx::HTMLView::msqlDB
interface for msql databases through DBI
DBIx::HTMLView::mysqlDB
interface for mysql databases through DBI
DBIx::HTMLView::N2N
A many to many relation between two tabels
DBIx::HTMLView::N2One
A many to one relation between two tabels
DBIx::HTMLView::Post
A post in a DBI database
DBIx::HTMLView::PostSet
A set posts as in a search result for example
DBIx::HTMLView::Relation
A relation base class
DBIx::HTMLView::Selection
A kriteria used to select posts
DBIx::HTMLView::Str
A single line string filed
DBIx::HTMLView::Table
A table within a generic DBI databse
DBIx::HTMLView::Text
A multi line string filed
DBIx::HTMLView::Tree

DBIx::Intrors
Embperl and DBIx::Recordset
DBIx::Librarian
Manage SQL in template files
DBIx::Librarian::Statement
an active SQL statement in a Librarian
DBIx::Librarian::Statement::SelectExactlyOne
strict one-row SELECT statement
DBIx::Librarian::Statement::SelectMany
multi-row SELECT statement
DBIx::Librarian::Statement::SelectOne
non-strict single-row SELECT statement
DBIx::Recordset
Perl extension for DBI recordsets
DBIx::Recordset::DBSeq
Sequence generator in DBI database
DBIx::Recordset::FileSeq
Sequence generator in Filesystem
DBIx::Renderer
talk SQL by using Perl data structures
DBIx::Renderer::Base
base class for DBI renderers
DBIx::Renderer::Constants
constants for the DBI rendering framework
DBIx::Renderer::Postgres
DBI renderer for the Postgres SQL variant
DBIx::SearchBuilder
Perl extension for easy SQL SELECT Statement generation
DBIx::SearchBuilder::Handle
Perl extension which is a generic DBI handle
DBIx::SearchBuilder::Handle::mysql
a mysql specific Handle object
DBIx::SearchBuilder::Handle::Oracle
an oracle specific Handle object
DBIx::SearchBuilder::Handle::Pg

DBIx::SearchBuilder::Record
Perl extension for subclassing, so you can deal with a Record
DBIx::SystemCatalog
Perl module for accessing system catalog in common databases
DBIx::Table
Class used to represent DBI database tables.
DBIx::TextIndex
Perl extension for full-text searching in SQL databases
DBIx::Tree
Perl module for generating a tree from a self-referential table

DB_File
Perl5 access to Berkeley DB version 1.x

DDL::Oracle
a DDL generator for Oracle databases

DebugCGI
very simple package to debug CGI writed perl

Devel::CoreStack
try to generate a stack dump from a core file
Devel::Cycle
Find memory cycles in objects
Devel::DProf
a Perl code profiler
Devel::GraphVizProf
per-line Perl profiler
Devel::Peek
A data debugging tool for the XS programmer
Devel::ptkdb
Perl debugger using a Tk GUI
Devel::SelfStubber
generate stubs for a SelfLoading module
Devel::StackTrace
Stack trace and stack trace frame objects
Devel::Symdump
dump symbol names or the symbol table

diagnostics
Perl compiler pragma to force verbose warning diagnostics

Digest
Modules that calculate message digests
Digest::base
Digest base class
Digest::file
Calculate digests of files
Digest::HMAC
Keyed-Hashing for Message Authentication
Digest::HMAC_MD5
Keyed-Hashing for Message Authentication
Digest::HMAC_SHA1
Keyed-Hashing for Message Authentication
Digest::MD2
Perl interface to the MD2 Algorithm
Digest::MD5
Perl interface to the MD5 Algorithm
Digest::SHA
Perl extension for SHA-1/224/256/384/512
Digest::SHA1
Perl interface to the SHA-1 algorithm

DirHandle
supply object methods for directory handles

Dumpvalue
provides screen dump of Perl data.

DynaLoader
Dynamically load C libraries into Perl code

- E -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Email::Valid
Check validity of Internet email addresses

Embedding_API
WebFetch Embedding API

English
use nice English names for ugly punctuation variables

enum
C style enumerated types and bitmask flags in Perl

Env
perl module that imports environment variables as scalars or arrays

Errno
System errno constants

Error
Error/exception handling in an OO-ish way

Event
Event loop processing
Event::MakeMaker
MakeMaker glue for the C-level Event API

Exception::Class
A module that allows you to declare real exception classes in Perl

Exporter
Implements default import method for modules
Exporter::Heavy
Exporter guts
Exporter::Lite
Lightweight exporting of variables
Exporter::Simple
Easier set-up of module exports

ExtUtils::AutoInstall
Automatic install of dependencies via CPAN
ExtUtils::CBuilder
Compile and link C code for Perl modules
ExtUtils::CBuilder::Platform::Windows
Builder class for Windows platforms
ExtUtils::Command
utilities to replace common UNIX commands in Makefiles etc.
ExtUtils::Command::MM
Commands for the MM's to use in Makefiles
ExtUtils::Embed
Utilities for embedding Perl in C/C++ applications
ExtUtils::F77
Simple interface to F77 libs
ExtUtils::Install
install files from here to there
ExtUtils::Installed
Inventory management of installed modules
ExtUtils::Liblist
determine libraries to use and how to use them
ExtUtils::MakeMaker
Create a module Makefile
ExtUtils::MakeMaker::bytes
Version-agnostic bytes.pm
ExtUtils::MakeMaker::FAQ
Frequently Asked Questions About MakeMaker
ExtUtils::MakeMaker::Tutorial
Writing a module with MakeMaker
ExtUtils::MakeMaker::vmsish
Platform-agnostic vmsish.pm
ExtUtils::Manifest
utilities to write and check a MANIFEST file
ExtUtils::Miniperl
write the C code for perlmain.c
ExtUtils::Mkbootstrap
make a bootstrap file for use by DynaLoader
ExtUtils::Mksymlists
write linker options files for dynamic extension
ExtUtils::MM
OS adjusted ExtUtils::MakeMaker subclass
ExtUtils::MM_Any
Platform-agnostic MM methods
ExtUtils::MM_BeOS
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Cygwin
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_DOS
DOS specific subclass of ExtUtils::MM_Unix
ExtUtils::MM_MacOS
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_NW5
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_OS2
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Unix
methods used by ExtUtils::MakeMaker
ExtUtils::MM_UWIN
U/WIN specific subclass of ExtUtils::MM_Unix
ExtUtils::MM_VMS
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Win32
methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Win95
method to customize MakeMaker for Win9X
ExtUtils::MY
ExtUtils::MakeMaker subclass for customization
ExtUtils::Packlist
manage .packlist files
ExtUtils::ParseXS
converts Perl XS code into C code
ExtUtils::testlib
add blib/* directories to @INC

- F -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Fatal
replace functions with equivalents which succeed or die

FCGI
Fast CGI module
FCGI::ProcManager
functions for managing FastCGI applications.

Fcntl
load the C Fcntl.h defines

fields
compile-time class fields

File::Basename
split a pathname into pieces
File::Cache
Share data between processes via filesystem
File::chdir
a more sensible way to change directories
File::CheckTree
run many filetest checks on a tree
File::Compare
Compare files or filehandles
File::Copy
Copy files or filehandles
File::CounterFile
Persistent counter class
File::DosGlob
DOS like globbing and then some
File::Find
traverse a file tree
File::Find::Rule
Alternative interface to File::Find
File::Find::Rule::Extending
the mini-guide to extending File::Find::Rule
File::Find::Rule::Procedural
File::Find::Rule's procedural interface
File::Glob
Perl extension for BSD glob routine
File::Listing
parse directory listing
File::MMagic
Guess file type
File::Path
create or remove directory trees
File::Remove
Remove files and directories
File::RsyncP
Perl Rsync client
File::RsyncP::Digest
Perl interface to rsync message digest algorithms
File::RsyncP::FileIO
Perl Rsync client file system IO
File::RsyncP::FileList
Perl interface to rsync file list encoding anddecoding.
File::Slurp
Efficient Reading/Writing of Complete Files
File::Spec
portably perform operations on file names
File::Spec::Cygwin
methods for Cygwin file specs
File::Spec::Epoc
methods for Epoc file specs
File::Spec::Functions
portably perform operations on file names
File::Spec::Mac
File::Spec for Mac OS
File::Spec::OS2
methods for OS/2 file specs
File::Spec::Unix
File::Spec for Unix, base for other File::Spec modules
File::Spec::VMS
methods for VMS file specs
File::Spec::Win32
methods for Win32 file specs
File::stat
by-name interface to Perl's built-in stat functions
File::Tail
Perl extension for reading from continously updated files
File::Temp
return name and handle of a temporary file safely

FileCache
keep more files open than the system permits

FileHandle
supply object methods for filehandles

Filesys::DiskFree
perform the Unix command 'df' in a portable fashion
Filesys::DiskSpace
Perl df

filetest
Perl pragma to control the filetest permission operators

Filter::cpp
cpp source filter
Filter::decrypt
template for a decrypt source filter
Filter::exec
exec source filter
Filter::sh
sh source filter
Filter::Simple
Simplified source filtering
Filter::tee
tee source filter
Filter::Util::Call
Perl Source Filter Utility Module
Filter::Util::Exec
exec source filter

FindBin
Locate directory of original perl script

Font::AFM
Interface to Adobe Font Metrics files
Font::TTF::AATKern

Font::TTF::AATutils

Font::TTF::Anchor

Font::TTF::Bsln
Baseline table in a font
Font::TTF::Cmap
Character map table
Font::TTF::Coverage

Font::TTF::Cvt_
Control Value Table in a TrueType font
Font::TTF::Delta

Font::TTF::Fdsc
Font Descriptors table in a font
Font::TTF::Feat
Font Features
Font::TTF::Fmtx
Font Metrics table
Font::TTF::Font
Memory representation of a font
Font::TTF::Fpgm
Font program in a TrueType font. Called when a font is loaded
Font::TTF::GDEF
Opentype GDEF table support
Font::TTF::Glyf
The Glyf data table
Font::TTF::Glyph
Holds a single glyph's information
Font::TTF::GPOS

Font::TTF::GSUB
Module support for the GSUB table in conjunction with TTOpen
Font::TTF::Hdmx
Horizontal device metrics
Font::TTF::Head
The head table for a TTF Font
Font::TTF::Hhea
Horizontal Header table
Font::TTF::Hmtx
Horizontal Metrics
Font::TTF::Kern
Kerning tables
Font::TTF::Kern::ClassArray

Font::TTF::Kern::CompactClassArray

Font::TTF::Kern::OrderedList

Font::TTF::Kern::StateTable

Font::TTF::Kern::Subtable

Font::TTF::Loca
the Locations table, which is intimately tied to the glyf table
Font::TTF::LTSH
Linear Threshold table
Font::TTF::Manual
TITLE
Font::TTF::Maxp
Maximum Profile table in a font
Font::TTF::Mort
Glyph Metamorphosis table in a font
Font::TTF::Mort::Chain

Font::TTF::Mort::Contextual

Font::TTF::Mort::Insertion

Font::TTF::Mort::Ligature

Font::TTF::Mort::Noncontextual

Font::TTF::Mort::Rearrangement

Font::TTF::Mort::Subtable

Font::TTF::Name
String table for a TTF font
Font::TTF::OldCmap
Character map table
Font::TTF::OldMort
Glyph Metamorphosis table in a font
Font::TTF::OS_2
the OS/2 table in a TTF font
Font::TTF::PCLT
PCLT TrueType font table
Font::TTF::Post
Holds the Postscript names for each glyph
Font::TTF::Prep
Preparation hinting program. Called when ppem changes
Font::TTF::Prop
Glyph Properties table in a font
Font::TTF::Segarr
Segmented array
Font::TTF::Table
Superclass for tables and used for tables we don't have a class for
Font::TTF::Ttc
Truetype Collection class
Font::TTF::Ttopen
Opentype superclass for standard Opentype lookup based tables
Font::TTF::Utils
Utility functions to save fingers
Font::TTF::Vhea
Vertical Header table
Font::TTF::Vmtx
Vertical Metrics
Font::TTF::XMLparse
provides support for XML parsing. Requires Expat module XML::Parser::Expat

FreezeThaw
converting Perl structures to strings and back.

- G -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

GD
Interface to Gd Graphics Library
GD::Barcode
Create barcode image with GD
GD::Barcode::Code39
Create Code39 barcode image with GD
GD::Barcode::COOP2of5
Create COOP2of5 barcode image with GD
GD::Barcode::EAN13
Create EAN13 barcode image with GD
GD::Barcode::EAN8
Create EAN8 barcode image with GD
GD::Barcode::IATA2of5
Create IATA2of5 barcode image with GD
GD::Barcode::Industrial2of5
Create Industrial2of5 barcode image with GD
GD::Barcode::ITF
Create ITF barcode image with GD
GD::Barcode::Matrix2of5
Create Matrix2of5 barcode image with GD
GD::Barcode::NW7
Create NW7 barcode image with GD
GD::Barcode::UPCA
Create UPC-A barcode image with GD
GD::Barcode::UPCE
Create UPC-E barcode image with GD
GD::Graph
Graph Plotting Module for Perl 5
GD::Graph::colour
Colour manipulation routines for use with GD::Graph
GD::Graph::Data
Data set encapsulation for GD::Graph
GD::Graph::Error
Error handling for GD::Graph classes
GD::Graph::FAQ
Frequently asked questions
GD::Graph::hbars
make bar graphs with horizontal bars
GD::Polyline
Polyline object and Polygon utilities for use with GD
GD::Text
Text utilities for use with GD
GD::Text::Align
Draw aligned strings
GD::Text::Wrap
Wrap strings in boxes

GDBM_File
Perl5 access to the gdbm library.

gencls
class interface compiler for Prima core modules

Geography::Countries
2-letter, 3-letter, and numerical codes for countries.

Getopt::Long
Extended processing of command line options
Getopt::Std
Process single-character switches with switch clustering

Graph
graph data structures and algorithms
Graph::AdjacencyMap
create and a map of graph vertices or edges
Graph::AdjacencyMap::Vertex
create and a map of graph vertices or edges
Graph::AdjacencyMatrix
create and query the adjacency matrix of graph G
Graph::Base
graph base class
Graph::BFS
graph breadth-first search
Graph::BitMatrix
create and manipulate a V x V bit matrix of graph G
Graph::DFS
graph depth-first search
Graph::Directed
directed graphs
Graph::HeapElem
internal use only
Graph::Matrix
create and manipulate a V x V matrix of graph G
Graph::TransitiveClosure

Graph::TransitiveClosure::Matrix
create and query transitive closure of graph
Graph::Traversal
graph traversal
Graph::Traversal::BFS
breadth-first traversal of graphs
Graph::Traversal::DFS
depth-first traversal of graphs
Graph::Undirected
directed graphs
Graph::UnionFind
union-find data structures

Graphics::Simple
a simple , device-independent graphics API for Perl
Graphics::Simple::Fig
implement Graphics::Simple in Fig files
Graphics::Simple::GnomeCanvas
implement Graphics::Simple using Gnome Canvas
Graphics::Simple::PDLPlot
Plot PDL data using Graphics::Simple
Graphics::Simple::PostScript
implement Graphics::Simple in PostScript files

GraphViz
Interface to the GraphViz graphing tool
GraphViz::Data::Grapher
Visualise data structures as a graph
GraphViz::DBI
graph database tables and relations
GraphViz::DBI::General
graph table relationships from a DBI handle
GraphViz::No
subclass of GraphViz with no nodes
GraphViz::Parse::RecDescent
Visualise grammars
GraphViz::Parse::Yacc
Visualise grammars
GraphViz::Parse::Yapp
Visualise grammars
GraphViz::Regex
Visualise a regular expression
GraphViz::Small
subclass of GraphViz with small nodes
GraphViz::XML
Visualise XML as a tree

- H -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Heap
Perl extensions for keeping data partially sorted
Heap::Binary
a Perl extension for keeping data partially sorted
Heap::Binomial
a Perl extension for keeping data partially sorted
Heap::Elem
Perl extension for elements to be put in Heaps
Heap::Elem::Num
Perl extension for Numeric Heap Elements
Heap::Elem::NumRev
Perl extension for Reversed Numeric Heap Elements
Heap::Elem::Ref
Perl extension for Object Reference Heap Elements
Heap::Elem::RefRev
Perl extension for reversed Object Reverence Heap Elements
Heap::Elem::Str
Perl extension for String Heap Elements
Heap::Elem::StrRev
Perl extension for Reversed String Heap Elements
Heap::Fibonacci
a Perl extension for keeping data partially sorted

Hints
Perl extension for hints databases
Hints::Base
Perl extension for hints program storage databases
Hints::Base::svplus
Hints::Base database for SchemaView Plus
Hints::X
Perl extension for dialog for showing hints from hints databases

HTML::AsSubs
functions that construct a HTML syntax tree
HTML::Changes
1.3.1 13 Feb. 2001
HTML::Clean
Cleans up HTML code for web browsers, not humans
HTML::Element
Class for objects that represent HTML elements
HTML::Element::traverse
discussion of HTML::Element's traverse method
HTML::Embperl
Building dynamic Websites with Perl
HTML::Embperl::Changes
2.0b5 27. Nov. 2001
HTML::Embperl::Faq
embed Perl code in your HTML docs
HTML::Embperl::Features
Main features of HTML::Embperl 1.3
HTML::Embperl::FeaturesD
Wesentliche Features von HTML::Embperl 1.3
HTML::Embperl::INSTALL
INSTALLATION
HTML::Embperl::Intro
Content
HTML::Embperl::IntroD
Content
HTML::Embperl::IntroEmbperlObject
Contents
HTML::Embperl::Mail
Sends results from Embperl via E-Mail
HTML::Embperl::NEWS
News for HTML::Embperl
HTML::Embperl::Recipe

HTML::Embperl::Session

HTML::Embperl::Syntax

HTML::Embperl::Syntax::ASP

HTML::Embperl::Syntax::Embperl

HTML::Embperl::Syntax::EmbperlBlocks

HTML::Embperl::Syntax::EmbperlHTML

HTML::Embperl::Syntax::HTML

HTML::Embperl::Syntax::Mail

HTML::Embperl::Syntax::Perl

HTML::Embperl::Syntax::POD

HTML::Embperl::Syntax::RTF

HTML::Embperl::Syntax::SSI

HTML::Embperl::Syntax::Text

HTML::Embperl::TipsAndTricks
Contents
HTML::EmbperlD
Erstellen dynamischer Websites mit Perl
HTML::EmbperlObject
Extents HTML::Embperl for building whole website with reusable components and objects
HTML::Entities
Encode or decode strings with HTML entities
HTML::Faq
embed Perl code in your HTML docs
HTML::Features
Main features of HTML::Embperl 1.3
HTML::FeaturesD
Wesentliche Features von HTML::Embperl 1.3
HTML::FillInForm
Populates HTML Forms with CGI data.
HTML::Filter
Filter HTML text through the parser
HTML::Form
Class that represents an HTML form element
HTML::FormatPS
Format HTML as PostScript
HTML::FormatRTF
Format HTML as RTF
HTML::Formatter
Base class for HTML formatters
HTML::FormatText
Format HTML as plaintext
HTML::FormParser
Do things with the contents of HTML forms.
HTML::HeadParser
Parse <HEAD> section of a HTML document
HTML::INSTALL
INSTALLATION
HTML::Intro
Content
HTML::IntroD
Content
HTML::IntroEmbperlObject
Contents
HTML::LinkExtor
Extract links from an HTML document
HTML::Mason
High-performance, dynamic web site authoring system
HTML::Mason::Admin
Mason Administrator's Guide
HTML::Mason::ApacheHandler
Mason/mod_perl interface
HTML::Mason::Commands
Old Mason command reference
HTML::Mason::Component
Mason Component Class
HTML::Mason::Components
Former Developer's Guide
HTML::Mason::Devel
Mason Developer's Manual
HTML::Mason::Interp
Mason Component Interpreter
HTML::Mason::MethodMaker
Used to create simple get & get/set methods in other classes
HTML::Mason::Parser
Mason Component Parser
HTML::Mason::Request
Mason Request Class
HTML::Mason::Tests
Test harness for testing Mason
HTML::NEWS
News for HTML::Embperl
HTML::Parse
Deprecated, a wrapper around HTML::TreeBuilder
HTML::Parser
HTML parser class
HTML::PullParser
Alternative HTML::Parser interface
HTML::Stream
HTML output stream class, and some markup utilities
HTML::TableContentParser
Do interesting things with the contents of tables.
HTML::TableExtract
Perl extension for extracting the text contained in tables within an HTML document.
HTML::TableExtractor
Do stuff with the layout of HTML tables.
HTML::Tagset
data tables useful in parsing HTML
HTML::Template
Perl module to use HTML Templates from CGI scripts
HTML::Template::XPath
Easy access to XML files from HTML::Template using XPath
HTML::TipsAndTricks
Contents
HTML::TokeParser
Alternative HTML::Parser interface
HTML::Tree
overview of HTML::TreeBuilder et al
HTML::Tree::AboutObjects
article: "User's View of Object-Oriented Modules"
HTML::Tree::AboutTrees
article on tree-shaped data structures in Perl
HTML::Tree::Scanning
article: "Scanning HTML"
HTML::TreeBuilder
Parser that builds a HTML syntax tree

HTTP::BrowserDetect
Determine the Web browser, version, and platform from an HTTP user agent string
HTTP::Cookies
HTTP cookie jars
HTTP::Cookies::Microsoft
access to Microsoft cookies files
HTTP::Cookies::Netscape
access to Netscape cookies files
HTTP::Daemon
a simple http server class
HTTP::Date
date conversion routines
HTTP::DAV
A WebDAV client library for Perl5
HTTP::DAV::Lock
Represents a WebDAV Lock.
HTTP::DAV::Resource
Represents and interfaces with WebDAV Resources
HTTP::DAV::Response
represents a WebDAV HTTP Response
HTTP::GHTTP
Perl interface to the gnome ghttp library
HTTP::Headers
Class encapsulating HTTP Message headers
HTTP::Headers::Util
Header value parsing utility functions
HTTP::Message
HTTP style message
HTTP::Negotiate
choose a variant to serve
HTTP::Proxy
A pure Perl HTTP proxy
HTTP::Proxy::BodyFilter
A base class for HTTP messages body filters
HTTP::Proxy::BodyFilter::complete
A filter that passes on a complete body or nothing
HTTP::Proxy::BodyFilter::htmlparser
Filter using HTML::Parser
HTTP::Proxy::BodyFilter::htmltext
A filter to transmogrify HTML text
HTTP::Proxy::BodyFilter::lines
A filter that outputs only complete lines
HTTP::Proxy::BodyFilter::save
A filter that saves transfered data to a file
HTTP::Proxy::BodyFilter::simple
A class for creating simple filters
HTTP::Proxy::BodyFilter::tags
A filter that outputs only complete tags
HTTP::Proxy::Engine
Generic child process manager engine for HTTP::Proxy
HTTP::Proxy::Engine::Legacy
The "older" HTTP::Proxy engine
HTTP::Proxy::Engine::NoFork
A basic, non forking HTTP::Proxy engine
HTTP::Proxy::Engine::ScoreBoard
A scoreboard-based HTTP::Proxy engine
HTTP::Proxy::HeaderFilter
A base class for HTTP message header filters
HTTP::Proxy::HeaderFilter::simple
A class for creating simple filters
HTTP::Proxy::HeaderFilter::standard
An internal filter to respect RFC2616
HTTP::Recorder
record interaction with websites
HTTP::Request
HTTP style request message
HTTP::Request::AsCGI
Setup a CGI enviroment from a HTTP::Request
HTTP::Request::Common
Construct common HTTP::Request objects
HTTP::Response
HTTP style response message
HTTP::Server::Simple

HTTP::Server::Simple::CGI
CGI.pm-style version of HTTP::Server::Simple
HTTP::Server::Simple::CGI::Environment
a HTTP::Server::Simple mixin to provide the CGI protocol
HTTP::SimpleLinkChecker
Check the HTTP response code for a link
HTTP::Status
HTTP Status code processing

- I -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

I18N::Collate
compare 8-bit scalar data according to the current locale
I18N::LangTags
functions for dealing with RFC3066-style language tags
I18N::LangTags::Detect
detect the user's language preferences
I18N::LangTags::List
tags and names for human languages

if
C<use> a Perl module if a condition holds

Ima::DBI
Database connection caching and organization

Image::Info
Extract meta information from image files
Image::Info::ASCII
ASCII support for Image::Info
Image::Info::BMP
Windows Device Indepdent Bitmap support for Image::Info
Image::Info::SVG
SVG support for Image::Info
Image::Info::XBM
XBM support for Image::Info
Image::Info::XPM
XPM support for Image::Info
Image::Size
read the dimensions of an image in several popular formats

Inline
Write Perl subroutines in other programming languages.

Inline-API
How to bind a programming language to Perl using Inline.pm

Inline-FAQ
The Inline FAQ

Inline-Support
Support Information for Inline.pm and related modules.

Inline::C
Write Perl Subroutines in C
Inline::C-Cookbook
A Cornucopia of Inline C Recipes
Inline::C::ParseRecDescent
The Classic Inline::C Parser
Inline::C::ParseRegExp
The New and Improved Inline::C Parser
Inline::CPR
C Perl Run. Embed Perl in C, ala Inline
Inline::Files
Multiple virtual files at the end of your code
Inline::Files::Virtual
Multiple virtual files in a single file
Inline::Pdlpp
Write PDL Subroutines inline with PDL::PP
Inline::Struct
Manipulate C structures directly from Perl.

integer
Perl pragma to use integer arithmetic instead of floating point

IO
load various IO modules
IO::All
IO::All of it to Graham and Damian!
IO::AtomicFile
write a file which is updated atomically
IO::Dir
supply object methods for directory handles
IO::File
supply object methods for filehandles
IO::Handle
supply object methods for I/O handles
IO::InnerFile
define a file inside another file
IO::Lines
IO:: interface for reading/writing an array of lines
IO::Pipe
supply object methods for pipes
IO::Poll
Object interface to system poll call
IO::Scalar
IO:: interface for reading/writing a scalar
IO::ScalarArray
IO:: interface for reading/writing an array of scalars
IO::Seekable
supply seek based methods for I/O objects
IO::Select
OO interface to the select system call
IO::Socket
Object interface to socket communications
IO::Socket::INET
Object interface for AF_INET domain sockets
IO::Socket::UNIX
Object interface for AF_UNIX domain sockets
IO::String
Emulate file interface for in-core strings
IO::Stringy
I/O on in-core objects like strings and arrays
IO::Tee
Multiplex output to multiple output handles
IO::Wrap
wrap raw filehandles in IO::Handle interface
IO::WrapTie
wrap tieable objects in IO::Handle interface
IO::Zlib
IO:: style interface to L<Compress::Zlib>

IPC::Msg
SysV Msg IPC object class
IPC::Open2
open a process for both reading and writing
IPC::Open3
open a process for reading, writing, and error handling
IPC::Run
system
IPC::Run::Debug
debugging routines for IPC::Run
IPC::Run::IO
I/O channels for IPC::Run.
IPC::Run::Timer
Timer channels for IPC::Run.
IPC::Run::Win32Helper
helper routines for IPC::Run on Win32 platforms.
IPC::Run::Win32IO
helper routines for IPC::Run on Win32 platforms.
IPC::Run::Win32Pump
helper processes to shovel data to/from parent, child
IPC::Semaphore
SysV Semaphore IPC object class
IPC::SysV
SysV IPC constants

- J -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Jcode
Japanese Charset Handler
Jcode::Unicode
Aux. routines for Jcode
Jcode::Unicode::Constants
UCS2-EUC conversion table
Jcode::Unicode::NoXS
Non-XS version of Jcode::Unicode

- L -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

less
perl pragma to request less of something from the compiler

lib
manipulate @INC at compile time

libapreq
Apache Request C Library

Lingua::EN::Inflect
Convert singular to plural. Select "a" or "an".
Lingua::EN::Inflect::Number
Force number of words to singular or plural
Lingua::EN::MatchNames
Smart matching for human names.
Lingua::EN::NameCase
Perl module to fix the case of people's names.
Lingua::EN::NameGrammar
grammar tree for Lingua::EN::NameParse
Lingua::EN::NameParse
routines for manipulating a person's name
Lingua::EN::Nickname
Genealogical nickname matching
Lingua::FR::Numbers
Converts numeric values into their French stringequivalents
Lingua::FR::Numbers::Ordinate
Convert numbers into French ordinate adjectives.

List::Util
A selection of general-utility list subroutines

locale
Perl pragma to use and avoid POSIX locales for built-in operations

Locale::Constants
constants for Locale codes
Locale::Country
ISO codes for country identification
Locale::Currency
ISO three letter codes for currency identification
Locale::gettext
message handling functions
Locale::gettext_pp
Pure Perl Implementation of Uniforum Message Translation
Locale::gettext_xs
XS Implementation of Uniforum Message Translation
Locale::Language
ISO two letter codes for language identification
Locale::Maketext
framework for localization
Locale::Maketext::Extract
Extract translatable strings from source
Locale::Maketext::Lexicon
Use other catalog formats in Maketext
Locale::Maketext::Lexicon::Auto
Auto fallback lexicon for Maketext
Locale::Maketext::Lexicon::Gettext
PO and MO file parser for Maketext
Locale::Maketext::Lexicon::Msgcat
Msgcat catalog parser Maketext
Locale::Maketext::Lexicon::Tie
Use tied hashes as lexicons for Maketext
Locale::Maketext::TPJ13
article about software localization
Locale::Messages
Gettext Like Message Retrieval
Locale::Msgcat
Perl extension for blah blah blah
Locale::Recode
Object-Oriented Portable Charset Conversion
Locale::Recode::_Aliases
Internal Charset Alias Database for libintl-perl
Locale::Recode::_Conversions
Internal Table of Known Conversions
Locale::RecodeData
Abstract Base Class for Charset Converters
Locale::RecodeData::ASMO_449
Conversion routines for ASMO_449
Locale::RecodeData::ATARI_ST
Conversion routines for ATARI-ST
Locale::RecodeData::ATARI_ST_EURO
Conversion routines for ATARI-ST-EURO
Locale::RecodeData::CP10007
Conversion routines for CP10007
Locale::RecodeData::CP1250
Conversion routines for CP1250
Locale::RecodeData::CP1251
Conversion routines for CP1251
Locale::RecodeData::CP1252
Conversion routines for CP1252
Locale::RecodeData::CP1253
Conversion routines for CP1253
Locale::RecodeData::CP1254
Conversion routines for CP1254
Locale::RecodeData::CP1256
Conversion routines for CP1256
Locale::RecodeData::CP1257
Conversion routines for CP1257
Locale::RecodeData::CSN_369103
Conversion routines for CSN_369103
Locale::RecodeData::CWI
Conversion routines for CWI
Locale::RecodeData::DEC_MCS
Conversion routines for DEC_MCS
Locale::RecodeData::EBCDIC_AT_DE
Conversion routines for EBCDIC_AT_DE
Locale::RecodeData::EBCDIC_AT_DE_A
Conversion routines for EBCDIC_AT_DE_A
Locale::RecodeData::EBCDIC_CA_FR
Conversion routines for EBCDIC_CA_FR
Locale::RecodeData::EBCDIC_DK_NO
Conversion routines for EBCDIC_DK_NO
Locale::RecodeData::EBCDIC_DK_NO_A
Conversion routines for EBCDIC_DK_NO_A
Locale::RecodeData::EBCDIC_ES
Conversion routines for EBCDIC_ES
Locale::RecodeData::EBCDIC_ES_A
Conversion routines for EBCDIC_ES_A
Locale::RecodeData::EBCDIC_ES_S
Conversion routines for EBCDIC_ES_S
Locale::RecodeData::EBCDIC_FI_SE
Conversion routines for EBCDIC_FI_SE
Locale::RecodeData::EBCDIC_FI_SE_A
Conversion routines for EBCDIC_FI_SE_A
Locale::RecodeData::EBCDIC_FR
Conversion routines for EBCDIC_FR
Locale::RecodeData::EBCDIC_IS_FRISS
Conversion routines for EBCDIC_IS_FRISS
Locale::RecodeData::EBCDIC_IT
Conversion routines for EBCDIC_IT
Locale::RecodeData::EBCDIC_PT
Conversion routines for EBCDIC_PT
Locale::RecodeData::EBCDIC_UK
Conversion routines for EBCDIC_UK
Locale::RecodeData::EBCDIC_US
Conversion routines for EBCDIC_US
Locale::RecodeData::ECMA_CYRILLIC
Conversion routines for ECMA_CYRILLIC
Locale::RecodeData::GEORGIAN_ACADEMY
Conversion routines for GEORGIAN-ACADEMY
Locale::RecodeData::GEORGIAN_PS
Conversion routines for GEORGIAN-PS
Locale::RecodeData::GOST_19768_74
Conversion routines for GOST_19768_74
Locale::RecodeData::GREEK7
Conversion routines for GREEK7
Locale::RecodeData::GREEK7_OLD
Conversion routines for GREEK7_OLD
Locale::RecodeData::GREEK_CCITT
Conversion routines for GREEK_CCITT
Locale::RecodeData::HP_ROMAN8
Conversion routines for HP_ROMAN8
Locale::RecodeData::IBM037
Conversion routines for IBM037
Locale::RecodeData::IBM038
Conversion routines for IBM038
Locale::RecodeData::IBM1004
Conversion routines for IBM1004
Locale::RecodeData::IBM1026
Conversion routines for IBM1026
Locale::RecodeData::IBM1047
Conversion routines for IBM1047
Locale::RecodeData::IBM256
Conversion routines for IBM256
Locale::RecodeData::IBM273
Conversion routines for IBM273
Locale::RecodeData::IBM274
Conversion routines for IBM274
Locale::RecodeData::IBM275
Conversion routines for IBM275
Locale::RecodeData::IBM277
Conversion routines for IBM277
Locale::RecodeData::IBM278
Conversion routines for IBM278
Locale::RecodeData::IBM280
Conversion routines for IBM280
Locale::RecodeData::IBM281
Conversion routines for IBM281
Locale::RecodeData::IBM284
Conversion routines for IBM284
Locale::RecodeData::IBM285
Conversion routines for IBM285
Locale::RecodeData::IBM290
Conversion routines for IBM290
Locale::RecodeData::IBM297
Conversion routines for IBM297
Locale::RecodeData::IBM420
Conversion routines for IBM420
Locale::RecodeData::IBM423
Conversion routines for IBM423
Locale::RecodeData::IBM424
Conversion routines for IBM424
Locale::RecodeData::IBM437
Conversion routines for IBM437
Locale::RecodeData::IBM500
Conversion routines for IBM500
Locale::RecodeData::IBM850
Conversion routines for IBM850
Locale::RecodeData::IBM851
Conversion routines for IBM851
Locale::RecodeData::IBM852
Conversion routines for IBM852
Locale::RecodeData::IBM855
Conversion routines for IBM855
Locale::RecodeData::IBM857
Conversion routines for IBM857
Locale::RecodeData::IBM860
Conversion routines for IBM860
Locale::RecodeData::IBM861
Conversion routines for IBM861
Locale::RecodeData::IBM862
Conversion routines for IBM862
Locale::RecodeData::IBM863
Conversion routines for IBM863
Locale::RecodeData::IBM864
Conversion routines for IBM864
Locale::RecodeData::IBM865
Conversion routines for IBM865
Locale::RecodeData::IBM866
Conversion routines for IBM866
Locale::RecodeData::IBM868
Conversion routines for IBM868
Locale::RecodeData::IBM869
Conversion routines for IBM869
Locale::RecodeData::IBM870
Conversion routines for IBM870
Locale::RecodeData::IBM871
Conversion routines for IBM871
Locale::RecodeData::IBM874
Conversion routines for IBM874
Locale::RecodeData::IBM875
Conversion routines for IBM875
Locale::RecodeData::IBM880
Conversion routines for IBM880
Locale::RecodeData::IBM891
Conversion routines for IBM891
Locale::RecodeData::IBM903
Conversion routines for IBM903
Locale::RecodeData::IBM904
Conversion routines for IBM904
Locale::RecodeData::IBM905
Conversion routines for IBM905
Locale::RecodeData::IBM918
Conversion routines for IBM918
Locale::RecodeData::IEC_P27_1
Conversion routines for IEC_P27_1
Locale::RecodeData::INIS
Conversion routines for INIS
Locale::RecodeData::INIS_8
Conversion routines for INIS_8
Locale::RecodeData::INIS_CYRILLIC
Conversion routines for INIS_CYRILLIC
Locale::RecodeData::ISO_10367_BOX
Conversion routines for ISO_10367_BOX
Locale::RecodeData::ISO_2033_1983
Conversion routines for ISO_2033_1983
Locale::RecodeData::ISO_5427
Conversion routines for ISO_5427
Locale::RecodeData::ISO_5427_EXT
Conversion routines for ISO_5427_EXT
Locale::RecodeData::ISO_5428
Conversion routines for ISO_5428
Locale::RecodeData::ISO_8859_1
Conversion routines for ISO-8859-1
Locale::RecodeData::ISO_8859_10
Conversion routines for ISO-8859-10
Locale::RecodeData::ISO_8859_11
Conversion routines for ISO-8859-11
Locale::RecodeData::ISO_8859_13
Conversion routines for ISO-8859-13
Locale::RecodeData::ISO_8859_14
Conversion routines for ISO-8859-14
Locale::RecodeData::ISO_8859_15
Conversion routines for ISO-8859-15
Locale::RecodeData::ISO_8859_16
Conversion routines for ISO-8859-16
Locale::RecodeData::ISO_8859_2
Conversion routines for ISO-8859-2
Locale::RecodeData::ISO_8859_3
Conversion routines for ISO-8859-3
Locale::RecodeData::ISO_8859_4
Conversion routines for ISO-8859-4
Locale::RecodeData::ISO_8859_5
Conversion routines for ISO-8859-5
Locale::RecodeData::ISO_8859_6
Conversion routines for ISO-8859-6
Locale::RecodeData::ISO_8859_7
Conversion routines for ISO-8859-7
Locale::RecodeData::ISO_8859_8
Conversion routines for ISO-8859-8
Locale::RecodeData::ISO_8859_9
Conversion routines for ISO-8859-9
Locale::RecodeData::KOI8_R
Conversion routines for KOI8-R
Locale::RecodeData::KOI8_RU
Conversion routines for KOI8-RU
Locale::RecodeData::KOI8_T
Conversion routines for KOI8-T
Locale::RecodeData::KOI8_U
Conversion routines for KOI8-U
Locale::RecodeData::KOI_8
Conversion routines for KOI-8
Locale::RecodeData::LATIN_GREEK
Conversion routines for LATIN_GREEK
Locale::RecodeData::LATIN_GREEK_1
Conversion routines for LATIN_GREEK_1
Locale::RecodeData::MACARABIC
Conversion routines for MACARABIC
Locale::RecodeData::MACCROATIAN
Conversion routines for MACCROATIAN
Locale::RecodeData::MACCYRILLIC
Conversion routines for MACCYRILLIC
Locale::RecodeData::MACGREEK
Conversion routines for MACGREEK
Locale::RecodeData::MACHEBREW
Conversion routines for MACHEBREW
Locale::RecodeData::MACICELAND
Conversion routines for MACICELAND
Locale::RecodeData::MACINTOSH
Conversion routines for MACINTOSH
Locale::RecodeData::MACROMANIA
Conversion routines for MACROMANIA
Locale::RecodeData::MACTHAI
Conversion routines for MACTHAI
Locale::RecodeData::MACTURKISH
Conversion routines for MACTURKISH
Locale::RecodeData::MACUKRAINE
Conversion routines for MACUKRAINE
Locale::RecodeData::MAC_IS
Conversion routines for MAC-IS
Locale::RecodeData::MAC_SAMI
Conversion routines for MAC-SAMI
Locale::RecodeData::MAC_UK
Conversion routines for MAC-UK
Locale::RecodeData::NATS_DANO
Conversion routines for NATS_DANO
Locale::RecodeData::NATS_SEFI
Conversion routines for NATS_SEFI
Locale::RecodeData::NEXTSTEP
Conversion routines for NEXTSTEP
Locale::RecodeData::SAMI_WS2
Conversion routines for SAMI_WS2
Locale::RecodeData::TIS_620
Conversion routines for TIS-620
Locale::RecodeData::US_ASCII
Conversion routines for US-ASCII
Locale::RecodeData::UTF_8
Conversion routines for UTF-8
Locale::RecodeData::VISCII
Conversion routines for VISCII
Locale::RecodeData::_Encode
Internal wrapper around Encode
Locale::Script
ISO codes for script identification
Locale::TextDomain
Perl Interface to Uniforum Message Translation

Log::Dispatch
Dispatches messages to one or more outputs
Log::Dispatch::ApacheLog
Object for logging to Apache::Log objects
Log::Dispatch::Base
Code shared by dispatch and output objects.
Log::Dispatch::Email
Base class for objects that send log messagesvia email
Log::Dispatch::Email::MailSend
Subclass of Log::Dispatch::Email that uses the Mail::Send module
Log::Dispatch::Email::MailSender
Subclass of Log::Dispatch::Email that uses the Mail::Sender module
Log::Dispatch::Email::MailSendmail
Subclass of Log::Dispatch::Email that uses the Mail::Sendmail module
Log::Dispatch::Email::MIMELite
Subclass of Log::Dispatch::Email that uses the MIME::Lite module
Log::Dispatch::File
Object for logging to files
Log::Dispatch::File::Locked
Extension to Log::Dispatch::File to facilitate locking
Log::Dispatch::Handle
Object for logging to IO::Handle objects (andsubclasses thereof)
Log::Dispatch::Output
Base class for all Log::Dispatch::* object
Log::Dispatch::Screen
Object for logging to the screen
Log::Dispatch::Syslog
Object for logging to system log.
Log::Log4perl
Log4j implementation for Perl
Log::Log4perl::Appender
Log appender class
Log::Log4perl::Appender::Buffer
Buffering Appender
Log::Log4perl::Appender::DBI
implements appending to a DB
Log::Log4perl::Appender::File
Log to file
Log::Log4perl::Appender::Limit
Limit message delivery via block period
Log::Log4perl::Appender::RRDs
Log to a RRDtool Archive
Log::Log4perl::Appender::Screen
Log to STDOUT/STDERR
Log::Log4perl::Appender::ScreenColoredLevels
Colorize messages according to level
Log::Log4perl::Appender::Socket
Log to a socket
Log::Log4perl::Appender::Synchronized
Synchronizing other appenders
Log::Log4perl::Appender::TestArrayBuffer
Subclass of Appender::TestBuffer
Log::Log4perl::Appender::TestBuffer
Appender class for testing
Log::Log4perl::Appender::TestFileCreeper
Intentionally slow test appender
Log::Log4perl::Config
Log4perl configuration file syntax
Log::Log4perl::Config::BaseConfigurator
Configurator Base Class
Log::Log4perl::Config::DOMConfigurator
reads xml config files
Log::Log4perl::Config::PropertyConfigurator
reads properties file
Log::Log4perl::Config::Watch
Detect file changes
Log::Log4perl::DateFormat
Log4perl advanced date formatter helper class
Log::Log4perl::FAQ
Frequently Asked Questions on Log::Log4perl
Log::Log4perl::Filter
Log4perl Custom Filter Base Class
Log::Log4perl::Filter::Boolean
Special filter to combine the results of others
Log::Log4perl::Filter::LevelMatch
Filter to match the log level exactly
Log::Log4perl::Filter::LevelRange
Filter for a range of log levels
Log::Log4perl::Filter::StringMatch
Filter to match the log level exactly
Log::Log4perl::JavaMap
maps java log4j appenders to Log::Dispatch classes
Log::Log4perl::JavaMap::ConsoleAppender
wraps Log::Dispatch::Screen
Log::Log4perl::JavaMap::FileAppender
wraps Log::Dispatch::File
Log::Log4perl::JavaMap::JDBCAppender
wraps Log::Log4perl::Appender::DBI
Log::Log4perl::JavaMap::NTEventLogAppender
wraps Log::Dispatch::Win32EventLog
Log::Log4perl::JavaMap::RollingFileAppender
wraps Log::Dispatch::FileRotate
Log::Log4perl::JavaMap::SyslogAppender
wraps Log::Dispatch::Syslog
Log::Log4perl::JavaMap::TestBuffer
wraps Log::Log4perl::Appender::TestBuffer
Log::Log4perl::Layout
Log4perl Layout Virtual Base Class
Log::Log4perl::Layout::NoopLayout
Pass-thru Layout
Log::Log4perl::Layout::PatternLayout
Pattern Layout
Log::Log4perl::Layout::SimpleLayout
Simple Layout
Log::Log4perl::Level
Predefined log levels
Log::Log4perl::Logger
Main Logger Class
Log::Log4perl::MDC
Mapped Diagnostic Context
Log::Log4perl::NDC
Nested Diagnostic Context
Log::Log4perl::Util
Internal utility functions

LWP
The World-Wide Web library for Perl
LWP::Authen::Ntlm
Library for enabling NTLM authentication in LWP
LWP::ConnCache
Connection cache manager
LWP::Debug
debug routines for the libwww-perl library
LWP::DebugFile
routines for tracing/debugging LWP
LWP::MediaTypes
guess media type for a file or a URL
LWP::MemberMixin
Member access mixin class
LWP::Parallel
Extension for LWP to allow parallel HTTP and FTP access
LWP::Parallel::Protocol
Base class for parallel LWP protocols
LWP::Parallel::RobotUA
A class for Parallel Web Robots
LWP::Parallel::UserAgent
A class for parallel User Agents
LWP::ParallelUA
Parallel LWP::UserAgent
LWP::Protocol
Base class for LWP protocols
LWP::RobotPUA
Parallel LWP::RobotUA
LWP::RobotUA
a class for well-behaved Web robots
LWP::Simple
simple procedural interface to LWP
LWP::UserAgent
Web user agent class

lwpcook
The libwww-perl cookbook

lwptut
An LWP Tutorial

- M -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Mac::AppleSingleDouble
Read Mac files in AppleSingle or AppleDouble format.

Mail::Address
Parse mail addresses
Mail::Alias
Maniulates mail alias files of various formats. Works on files directly or loads files into memory and works on the buffer.
Mail::Audit
Library for creating easy mail filters
Mail::Audit::KillDups
Mail::Audit plugin for duplicate suppression
Mail::Audit::List
Mail::Audit plugin for automatic list delivery
Mail::Audit::MAPS
Mail::Audit plugin for RBL checking
Mail::Audit::PGP
Mail::Audit plugin for PGP header fixing
Mail::Audit::Razor
Mail::Audit plugin for the Vipul's Razor spam detection system
Mail::Box
manage a mailbox, a folder with messages
Mail::Box-Cookbook
Examples how to use Mail::Box
Mail::Box-Index
list of all extended documentation
Mail::Box-Overview
objects used by Mail::Box
Mail::Box::Collection
a collection of subfolders
Mail::Box::Dbx
read Outlook Express folders
Mail::Box::Dbx::Message
one message in a Dbx folder
Mail::Box::Dir
handle folders with a file per message.
Mail::Box::Dir::Message
one message in a directory organized folder
Mail::Box::FastScalar
fast alternative to IO::Scalar
Mail::Box::File
handle file-based folders
Mail::Box::File::Message
one message in a Mbox folder
Mail::Box::Identity
represents an unopened folder
Mail::Box::IMAP4
handle IMAP4 folders as client
Mail::Box::IMAP4::Head
header fields related IMAP interface
Mail::Box::IMAP4::Message
one message on a IMAP4 server
Mail::Box::Index
Keep indexfiles on messages.
Mail::Box::Locker
manage the locking of mail folders
Mail::Box::Locker::DotLock
lock a folder with a separate file
Mail::Box::Locker::Flock
lock a folder using kernel file-locking
Mail::Box::Locker::Multi
lock a folder in all ways which work
Mail::Box::Locker::NFS
lock a folder with a separate file, NFS-safe
Mail::Box::Locker::POSIX
lock a folder using kernel file-locking
Mail::Box::Maildir
handle Maildir folders
Mail::Box::Maildir::Message
one message in a Maildir folder
Mail::Box::Manage::User
manage the folders of a user
Mail::Box::Manager
manage a set of folders
Mail::Box::Mbox
handle folders in Mbox format
Mail::Box::Mbox::Message
one message in a Mbox folder
Mail::Box::Message
manage one message within a mail-folder
Mail::Box::Message::Destructed
a destructed message
Mail::Box::Message::Dummy
a placeholder for a missing message in a list.
Mail::Box::MH
handle MH folders
Mail::Box::MH::Index
keep index files for messages.
Mail::Box::MH::Labels
maintain MH message related labels
Mail::Box::MH::Message
one message in an MH-folder
Mail::Box::Net
handle folders which are stored remote.
Mail::Box::Net::Message
one message from a distant folder
Mail::Box::Parser
reading and writing messages
Mail::Box::Parser::C
Parsing folders for MailBox with C routines
Mail::Box::Parser::Perl
reading messages from file using Perl
Mail::Box::POP3
handle POP3 folders as client
Mail::Box::POP3::Message
one message on a POP3 server
Mail::Box::Search
select messages within a mail box
Mail::Box::Search::Grep
select messages within a mail box like grep does
Mail::Box::Search::IMAP
select messages within a IMAP folder
Mail::Box::Search::SpamAssassin
select spam messages with Mail::SpamAssassin
Mail::Box::Thread
one discussion thread in a folder
Mail::Box::Thread::Manager
maintain threads within a set of folders
Mail::Box::Thread::Node
one node in a message thread
Mail::Box::Threads
maintain threads within a folder
Mail::Box::Tie
access an existing message-folder as an array or hash
Mail::Box::Tie::ARRAY
access an existing message folder as array
Mail::Box::Tie::HASH
access an existing message folder as a hash
Mail::Cap
Parse mailcap files
Mail::Field
Base class for manipulation of mail header fields
Mail::Field::AddrList
object representation of e-mail address lists
Mail::Filter
Filter mail through multiple subroutines
Mail::Header
manipulate mail RFC822 compliant headers
Mail::Identity
an e-mail role
Mail::IMAPClient
An IMAP Client API
Mail::IMAPClient::BodyStructure
Perl extension to Mail::IMAPClient to facilitate the parsing of server responses to the FETCH BODYSTRUCTURE and FETCH ENVELOPEIMAP client commands.
Mail::IMAPClient::MessageSet
an extension to Mail::IMAPClient thatexpresses lists of message sequence numbers or message UID's in the shortestway permissable by RFC2060.
Mail::Internet
manipulate Internet format mail messages
Mail::Mailer
Simple interface to electronic mailing mechanisms
Mail::Message
general message object
Mail::Message::Body
the data of a body in a message
Mail::Message::Body::Construct
adds functionality to Mail::Message::Body
Mail::Message::Body::Delayed
body of a Mail::Message but not read yet.
Mail::Message::Body::Encode
organize general message encodings
Mail::Message::Body::File
body of a message temporarily stored in a file
Mail::Message::Body::Lines
body of a Mail::Message stored as array of lines
Mail::Message::Body::Multipart
body of a message with attachments
Mail::Message::Body::Nested
body of a message which contains a message
Mail::Message::Body::String
body of a Mail::Message stored as single string
Mail::Message::Construct
extends the functionality of a Mail::Message
Mail::Message::Construct::Bounce
bounce a Mail::Message
Mail::Message::Construct::Build
building a Mail::Message from components
Mail::Message::Construct::Forward
forwarding a Mail::Message
Mail::Message::Construct::Read
read a Mail::Message from a file handle
Mail::Message::Construct::Rebuild
modify a Mail::Message
Mail::Message::Construct::Reply
reply to a Mail::Message
Mail::Message::Construct::Text
capture a Mail::Message as text
Mail::Message::Convert
conversions between message types
Mail::Message::Convert::Html
Format messages in HTML
Mail::Message::Convert::HtmlFormatPS
Convert HTML into PostScript
Mail::Message::Convert::HtmlFormatText
Convert HTML into Text
Mail::Message::Convert::MailInternet
translate Mail::Message to Mail::Internet vv
Mail::Message::Convert::MimeEntity
translate Mail::Message to MIME::Entity vv
Mail::Message::Convert::TextAutoformat
Reformat plain text messages
Mail::Message::Dummy
a placeholder for a missing messages
Mail::Message::Field
one line of a message header
Mail::Message::Field::Address
One e-mail address
Mail::Message::Field::Addresses
Fields with e-mail addresses
Mail::Message::Field::AddrGroup
A group of Mail::Message::Field::Address objects
Mail::Message::Field::Attribute
one attribute of a full field
Mail::Message::Field::Fast
one line of a message header
Mail::Message::Field::Flex
one line of a message header
Mail::Message::Field::Full
construct one smart line in a message header
Mail::Message::Field::Structured
one line of a structured message header
Mail::Message::Field::Unstructured
smart unstructured field
Mail::Message::Field::URIs
message header field with uris
Mail::Message::Head
the header of one message
Mail::Message::Head::Complete
the header of one message
Mail::Message::Head::Delayed
a not-read header of a Mail::Message
Mail::Message::Head::FieldGroup
a sub set of fields in a header
Mail::Message::Head::ListGroup
mailinglist related header fields
Mail::Message::Head::Partial
subset of header information of a message
Mail::Message::Head::ResentGroup
header fields tracking message delivery
Mail::Message::Head::SpamGroup
spam fighting related header fields
Mail::Message::Head::Subset
subset of header information of a message
Mail::Message::Part
a part of a message, but a message by itself
Mail::Message::Replace::MailHeader
fake Mail::Header
Mail::Message::Replace::MailInternet
fake Mail::Internet
Mail::Message::TransferEnc
message transfer encoder/decoder
Mail::Message::TransferEnc::Base64
encode/decode base64 message bodies
Mail::Message::TransferEnc::Binary
encode/decode binary message bodies
Mail::Message::TransferEnc::EightBit
encode/decode 8bit message bodies
Mail::Message::TransferEnc::QuotedPrint
handle quoted-printable message bodies
Mail::Message::TransferEnc::SevenBit
encode/decode 7bit message bodies
Mail::Message::Wrapper::SpamAssassin
Connect a Mail::Message with Mail::SpamAssassin
Mail::POP3Client
Perl 5 module to talk to a POP3 server
Mail::Reporter
base-class and error reporter for Mail::Box
Mail::Send
Simple electronic mail interface
Mail::Sendmail
Simple platform independent mailer
Mail::Server
Base class for email servers in MailBox
Mail::Server::IMAP4
IMAP4 server implementation
Mail::Server::IMAP4::Fetch
message info for IMAP protocol speed-up
Mail::Server::IMAP4::List
folder related IMAP4 answers
Mail::Server::IMAP4::Search
select messages within a IMAP folder
Mail::SpamAssassin
Mail::Audit spam detector plugin
Mail::SpamAssassin::Conf
SpamAssassin configuration file
Mail::SpamAssassin::PerMsgStatus
per-message status
Mail::SpamAssassin::PersistentAddrList
persistent address list base class
Mail::SpamAssassin::SMTP::SmartHost
A simple smarthost module for Net::SMTP::Server.
Mail::Stats
Perl module for getting quick statistics on procmail generatedmailbox files.
Mail::Stats::Record
Perl module for holding stats about a mailbox
Mail::Transport
base class for message exchange
Mail::Transport::Dbx
Parse Outlook Express mailboxes
Mail::Transport::Exim
transmit messages using external Exim program
Mail::Transport::IMAP4
proxy to Mail::IMAPClient
Mail::Transport::Mailx
transmit messages using external mailx program
Mail::Transport::POP3
receive messages via POP3
Mail::Transport::Qmail
transmit messages using external Qmail program
Mail::Transport::Receive
receive messages
Mail::Transport::Send
send a message
Mail::Transport::Sendmail
transmit messages using external Sendmail program
Mail::Transport::SMTP
transmit messages without external program
Mail::Util
mail utility functions
Mail::Webmail::MessageParser
class to parse HTML webmail messages.
Mail::Webmail::Yahoo
Enables bulk download of yahoo.com -based webmail.

Makefile::GraphViz
Plot the Detailed Structure of Makefiles Using GraphViz
Makefile::Parser
A Simple Parser for Makefiles

Math::Bezier
solution of Bezier Curves
Math::BigFloat
Arbitrary size floating point math package
Math::BigInt
Arbitrary size integer math package
Math::BigInt::Calc
Pure Perl module to support Math::BigInt
Math::BigInt::CalcEmu
Emulate low-level math with BigInt code
Math::Complex
complex numbers and associated mathematical functions
Math::libPARI
Functions and Operations Available in PARI and GP
Math::Pari
Perl interface to PARI.
Math::PariInit
load C<Math::Pari> with specified $primelimit and $initmem.
Math::Project
Perl extension for computing intersection with upright linethrough input point
Math::Random::MT
The Mersenne Twister PRNG
Math::Trig
trigonometric functions
Math::TrulyRandom
Perl interface to a truly random number generator function

Maypole
MVC web application framework
Maypole::CLI
Command line interface to Maypole for testing and debugging
Maypole::Model::Base
Base class for model classes
Maypole::Model::CDBI
Model class based on Class::DBI
Maypole::View::Mason
A HTML::Mason view class for Maypole
Maypole::View::TT
A Template Toolkit view class for Maypole
Maypole::Workflow
Describes the progress of a request through Maypole

MD5
Perl interface to the MD5 Message-Digest Algorithm

Memoize
Make functions faster by trading space for time
Memoize::AnyDBM_File
glue to provide EXISTS for AnyDBM_File for Storable use
Memoize::Expire
Plug-in module for automatic expiration of memoized values
Memoize::ExpireFile
test for Memoize expiration semantics
Memoize::ExpireTest
test for Memoize expiration semantics
Memoize::NDBM_File
glue to provide EXISTS for NDBM_File for Storable use
Memoize::Saves
Plug-in module to specify which return values should be memoized
Memoize::SDBM_File
glue to provide EXISTS for SDBM_File for Storable use
Memoize::Storable
store Memoized data in Storable database

MHonArc::Char
Character related utilties for MHonArc.
MHonArc::CharEnt
HTML Character routines for MHonArc.
MHonArc::CharMaps

MHonArc::Encode
Text encoding routines for MHonArc
MHonArc::UTF8
UTF-8 routines for MHonArc
MHonArc::UTF8::Encode
UTF-8 Encode-based routines for MHonArc
MHonArc::UTF8::MapUTF8
UTF-8 Unicode::MapUTF8-based routines for MHonArc
MHonArc::UTF8::MhaEncode
UTF-8 based routines for MHonArc

MIME::Base64
Encoding and decoding of base64 strings
MIME::Body
the body of a MIME message
MIME::changes
CHANGE LOG
MIME::Decoder
an object for decoding the body part of a MIME stream
MIME::Decoder::Base64
encode/decode a "base64" stream
MIME::Decoder::Binary
perform no encoding/decoding
MIME::Decoder::BinHex
decode a "binhex" stream
MIME::Decoder::Gzip64
decode a "base64" gzip stream
MIME::Decoder::NBit
encode/decode a "7bit" or "8bit" stream
MIME::Decoder::QuotedPrint
encode/decode a "quoted-printable" stream
MIME::Decoder::UU
decode a "uuencoded" stream
MIME::Entity
class for parsed-and-decoded MIME message
MIME::Field::ContDisp
a "Content-disposition" field
MIME::Field::ConTraEnc
a "Content-transfer-encoding" field
MIME::Field::ContType
a "Content-type" field
MIME::Field::ParamVal
subclass of Mail::Field, for structured MIME fields
MIME::Head
MIME message header
MIME::Lite
low-calorie MIME generator
MIME::Parser
experimental class for parsing MIME streams
MIME::Parser::Filer
manage file-output of the parser
MIME::Parser::Reader
a line-oriented reader for a MIME::Parser
MIME::Parser::Redoer
auxilliary parser logic to re-parse files
MIME::Parser::RedoUU
a Redoer which sniffs out uuencoded data.
MIME::Parser::Results
results of the last entity parsed
MIME::QuotedPrint
Encoding and decoding of quoted-printable strings
MIME::Tools
modules for parsing MIME entities
MIME::Type
Definition of one MIME type
MIME::Types
Definition of MIME types
MIME::WordDecoder
decode RFC-1522 encoded words to a local representation
MIME::Words
deal with RFC-1522 encoded words

MLDBM
store multi-level hash structure in single level tied hash

Module::Build
Build and install Perl modules
Module::Build::Base
Configuration for $module_name
Module::Build::Compat
Compatibility with ExtUtils::MakeMaker
Module::Build::ConfigData
Configuration for Module::Build
Module::Build::Cookbook
Examples of Module::Build Usage
Module::Build::Platform::aix
Builder class for AIX platform
Module::Build::Platform::Amiga
Builder class for Amiga platforms
Module::Build::Platform::cygwin
Builder class for Cygwin platform
Module::Build::Platform::darwin
Builder class for Mac OS X platform
Module::Build::Platform::Default
Stub class for unknown platforms
Module::Build::Platform::EBCDIC
Builder class for EBCDIC platforms
Module::Build::Platform::MacOS
Builder class for MacOS platforms
Module::Build::Platform::MPEiX
Builder class for MPEiX platforms
Module::Build::Platform::os2
Builder class for OS/2 platform
Module::Build::Platform::RiscOS
Builder class for RiscOS platforms
Module::Build::Platform::Unix
Builder class for Unix platforms
Module::Build::Platform::VMS
Builder class for VMS platforms
Module::Build::Platform::VOS
Builder class for VOS platforms
Module::Build::Platform::Windows
Builder class for Windows platforms
Module::Build::PPMMaker
Perl Package Manager file creation
Module::Info
Information about Perl modules
Module::Pluggable
automatically give your module the ability to have plugins
Module::ScanDeps
Recursively scan Perl code for dependencies
Module::ScanDeps::DataFeed
Runtime dependency scanning helper
Module::Signature
Module signature file manipulation

mod_perl
Embed a Perl interpreter in the Apache HTTP server

mod_perl_cvs
Access to the mod_perl CVS development tree

mod_perl_method_handlers
How to use mod_perl's MethodHandlers

mod_perl_traps
common/known mod_perl traps

mod_perl_tuning
mod_perl performance tuning

MP3::Info
Manipulate / fetch info from MP3 audio files
MP3::Napster
Perl interface to the Napster Server
MP3::Napster::Base
Autoload object accessors
MP3::Napster::Channel
Object-oriented access to Napster channels
MP3::Napster::IOEvent

MP3::Napster::Registry
Manage local songs shared by MP3::Napster
MP3::Napster::Server

MP3::Napster::Song
Object-oriented access to Napster shared songs
MP3::Napster::User
Object-oriented access to Napster users
MP3::Napster::UserCommand


MPEG::MP3Info
Manipulate / fetch info from MP3 audio files

Mysql
Perl interfaces to the mSQL and mysql databases

- N -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

NDBM_File
Tied access to ndbm files

Net::CDDBScan
String search interface to CDDB datbase
Net::CIDR
Manipulate IPv4/IPv6 netblocks in CIDR notation
Net::Cmd
Network Command class
Net::Config
Local configuration data for libnet
Net::Daemon
Perl extension for portable daemons
Net::Daemon::Log
Utility functions for logging
Net::Daemon::Test
support functions for testing Net::Daemon servers
Net::DNS
Perl interface to the DNS resolver
Net::DNS::FAQ
Frequently Asked Net::DNS Questions
Net::DNS::Header
DNS packet header class
Net::DNS::Nameserver
DNS server class
Net::DNS::Packet
DNS packet object class
Net::DNS::Question
DNS question class
Net::DNS::Resolver
DNS resolver class
Net::DNS::Resolver::Base
Common Resolver Class
Net::DNS::Resolver::Cygwin
Cygwin Resolver Class
Net::DNS::Resolver::Recurse
Perform recursive dns lookups
Net::DNS::Resolver::UNIX
UNIX Resolver Class
Net::DNS::Resolver::Win32
Windows Resolver Class
Net::DNS::RR
DNS Resource Record class
Net::DNS::RR::A
DNS A resource record
Net::DNS::RR::AAAA
DNS AAAA resource record
Net::DNS::RR::AFSDB
DNS AFSDB resource record
Net::DNS::RR::CERT
DNS CERT resource record
Net::DNS::RR::CNAME
DNS CNAME resource record
Net::DNS::RR::DNAME
DNS DNAME resource record
Net::DNS::RR::EID
DNS EID resource record
Net::DNS::RR::HINFO
DNS HINFO resource record
Net::DNS::RR::ISDN
DNS ISDN resource record
Net::DNS::RR::LOC
DNS LOC resource record
Net::DNS::RR::MB
DNS MB resource record
Net::DNS::RR::MG
DNS MG resource record
Net::DNS::RR::MINFO
DNS MINFO resource record
Net::DNS::RR::MR
DNS MR resource record
Net::DNS::RR::MX
DNS MX resource record
Net::DNS::RR::NAPTR
DNS NAPTR resource record
Net::DNS::RR::NIMLOC
DNS NIMLOC resource record
Net::DNS::RR::NS
DNS NS resource record
Net::DNS::RR::NSAP
DNS NSAP resource record
Net::DNS::RR::NULL
DNS NULL resource record
Net::DNS::RR::OPT
DNS OPT
Net::DNS::RR::PTR
DNS PTR resource record
Net::DNS::RR::PX
DNS PX resource record
Net::DNS::RR::RP
DNS RP resource record
Net::DNS::RR::RT
DNS RT resource record
Net::DNS::RR::SOA
DNS SOA resource record
Net::DNS::RR::SRV
DNS SRV resource record
Net::DNS::RR::SSHFP
DNS SSHFP resource record
Net::DNS::RR::TKEY
DNS TKEY resource record
Net::DNS::RR::TSIG
DNS TSIG resource record
Net::DNS::RR::TXT
DNS TXT resource record
Net::DNS::RR::Unknown
Unknown RR record
Net::DNS::RR::X25
DNS X25 resource record
Net::DNS::Select
Wrapper Around Select
Net::DNS::Update
Create a DNS update packet
Net::Domain
Attempt to evaluate the current host's internet name and domain
Net::Domain::TLD
Gives ability to retrieve currently available tld names/descriptions and perform verification of given tld name
Net::DummyInetd
A dummy Inetd server
Net::FTP
FTP Client class
Net::hostent
by-name interface to Perl's built-in gethost* functions
Net::HTTP
Low-level HTTP connection
Net::HTTP::NB
Non-blocking HTTP client
Net::ICal
Interface to RFC2445 calendaringand scheduling protocol.
Net::ICal::Alarm
represents an alarm.
Net::ICal::Attendee
represents an attendee or organizer of a meeting
Net::ICal::Calendar
Hold and manipulate events, todo items andjournal entries.
Net::ICal::Component
the base class for ICalender components
Net::ICal::Daylight
class for representing DAYLIGHT timezone sections
Net::ICal::Duration
represent a length of time
Net::ICal::ETJ
iCalendar event, todo and journal entry base class
Net::ICal::Event
Event class
Net::ICal::Freebusy
Freebusy class
Net::ICal::FreebusyItem
represents the FREEBUSY property forVFREEBUSY objects.
Net::ICal::Journal
Journal class
Net::ICal::Period
represent a period of time
Net::ICal::Property
base class for ICalender properties
Net::ICal::Recurrence
Represent a single recurrence rule
Net::ICal::Standard
class for representing STANDARD timezone sections
Net::ICal::Time
represent a time and date
Net::ICal::Timezone
class for representing VTIMEZONEs
Net::ICal::Todo
Todo class
Net::ICal::Trigger
represent the TRIGGER property for VALARMs
Net::ICal::Util
Utility functions for Net::ICal modules
Net::IP
Perl extension for manipulating IPv4/IPv6 addresses
Net::IPv4Addr
Perl extension for manipulating IPv4 addresses.
Net::LDAP
Lightweight Directory Access Protocol
Net::LDAP::Constant
Constants for use with Net::LDAP
Net::LDAP::Control
LDAPv3 control object base class
Net::LDAP::Control::EntryChange
LDAPv3 Entry Change Notification control object
Net::LDAP::Control::ManageDsaIT
LDAPv3 Manage DSA-IT control object
Net::LDAP::Control::Paged
LDAPv3 Paged results control object
Net::LDAP::Control::PersistentSearch
LDAPv3 Persistent Search control object
Net::LDAP::Control::ProxyAuth
LDAPv3 Proxy Authentication control object
Net::LDAP::Control::Sort
Server Side Sort control object
Net::LDAP::Control::SortResult
Server Side Sort result control object
Net::LDAP::Control::VLV
LDAPv3 Virtual List View control object
Net::LDAP::Control::VLVResponse
LDAPv3 Virtual List View server response
Net::LDAP::DSML
A DSML Writer for Net::LDAP
Net::LDAP::Entry
An LDAP entry object
Net::LDAP::Examples
PERL LDAP by Example
Net::LDAP::Express
Simplified interface for Net::LDAP
Net::LDAP::Extension::SetPassword
LDAPv3 Modify Password extension object
Net::LDAP::Extension::WhoAmI
LDAP "Who am I?" Operation
Net::LDAP::Extra
Load extra Net::LDAP methods
Net::LDAP::FAQ
Frequently Asked Questions about Net::LDAP
Net::LDAP::Filter
representation of LDAP filters
Net::LDAP::LDIF
LDIF reading and writing
Net::LDAP::Message
Message response from LDAP server
Net::LDAP::Reference
search reference
Net::LDAP::RFC
List of related RFC's
Net::LDAP::RootDSE
An LDAP RootDSE object
Net::LDAP::Schema
Load and manipulate an LDAP v3 Schema
Net::LDAP::Search
Object returned by Net::LDAP search method
Net::LDAP::Security
Security issues with LDAP connections
Net::LDAP::Util
Utility functions
Net::LDAPI
use LDAP over a UNIX domain socket
Net::LDAPS
use LDAP over an SSL connection
Net::libnetFAQ
libnet Frequently Asked Questions
Net::netent
by-name interface to Perl's built-in getnet* functions
Net::Netrc
OO interface to users netrc file
Net::NNTP
NNTP Client class
Net::PH
CCSO Nameserver Client class
Net::Ping
check a remote host for reachability
Net::POP3
Post Office Protocol 3 Client class
Net::protoent
by-name interface to Perl's built-in getproto* functions
Net::servent
by-name interface to Perl's built-in getserv* functions
Net::Server
Extensible, general Perl server engine
Net::Server::Daemonize
bdpf Safe fork and daemonization utilities
Net::Server::Fork
Net::Server personality
Net::Server::INET
Net::Server personality
Net::Server::Multiplex
Multiplex several connections within one process
Net::Server::MultiType
Net::Server personality
Net::Server::PreFork
Net::Server personality
Net::Server::PreForkSimple
Net::Server personality
Net::Server::Proto
adp0 - Net::Server Protocol compatibility layer
Net::Server::Proto::SSL
adp0 - Net::Server SSL protocol.
Net::Server::Proto::TCP
adp0 - Net::Server TCP protocol.
Net::Server::Proto::UDP
adp0 - Net::Server UDP protocol.
Net::Server::Proto::UNIX
adp0 - Net::Server UNIX protocol.
Net::Server::SIG
adpf - Safer signal handling
Net::Server::Single
Net::Server personality
Net::SMTP
Simple Mail Transfer Protocol Client
Net::SNMP
Object oriented interface to SNMP
Net::SNPP
Simple Network Pager Protocol Client
Net::SSH
Perl extension for secure shell
Net::Syslog
Perl extension for sending syslog messages directly to a remote syslogd.
Net::Telnet
interact with TELNET port or other TCP ports
Net::Time
time and daytime network client interface

Netscape::Bookmarks
parse, manipulate, or create Netscape Bookmarks files
Netscape::Bookmarks::Alias
object for an Alias in a Netscape Bookmarks file
Netscape::Bookmarks::Category
manipulate, or create Netscape Bookmarks files
Netscape::Bookmarks::Link
manipulate, or create Netscape Bookmarks links
Netscape::Bookmarks::Separator
manipulate, or create Netscape Bookmarks files

NEXT
Provide a pseudo-class NEXT that allows method redispatch

Number::Compare
numeric comparisons

- O -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

O
Generic interface to Perl Compiler backends

Object::Realize::Later
Delayed creation of objects

ODBM_File
Tied access to odbm files

OLE::PropertySet
Handles Property Sets
OLE::Storage
An Interface to B<Structured Storage> Documents.
OLE::Storage::Handler
Handle functions for OLE::Storage::Var
OLE::Storage::Io
Laola's IO interface
OLE::Storage::Iolist
Data management for OLE::Storage::Io
OLE::Storage::Property
maintain Properties for OLE::Storage::Var
OLE::Storage::Var
Variable handling for properties
OLE::Storage_Lite
Simple Class for OLE document interface.

Opcode
Disable named opcodes when compiling perl code

open
perl pragma to set default disciplines for input and output

ops
Perl pragma to restrict unsafe operations when compiling

Oraperl
Perl access to Oracle databases for old oraperl scripts

overload
Package for overloading perl operations

- P -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

PadWalker
walk pads

Palm::Address
Handler for Palm AddressBook databases.
Palm::Datebook
Handler for Palm DateBook databases.
Palm::Mail
Handler for Palm Mail databases.
Palm::Memo
Handler for Palm Memo databases.
Palm::PDB
Parse Palm database files.
Palm::Raw
Handler for "raw" Palm databases.
Palm::StdAppInfo
Handles standard AppInfo block
Palm::ToDo
Handler for Palm ToDo databases.

PApp::SQL
absolutely easy yet fast and powerful sql access

PAR
Perl Archive Toolkit
PAR::Dist
Create and manipulate PAR distributions
PAR::FAQ
Frequently Asked Questions about PAR
PAR::Filter
Input filter for PAR
PAR::Filter::Bleach
Bleach filter
PAR::Filter::Bytecode
Bytecode filter
PAR::Filter::Obfuscate
Obfuscating filter
PAR::Filter::PatchContent
Content patcher
PAR::Filter::PodStrip
POD-stripping filter
PAR::Heavy
PAR guts
PAR::Intro
Introduction to Perl Archive Toolkit
PAR::Tutorial
Cross-Platform Packaging and Deployment with PAR

Parallel::ForkManager
A simple parallel processing fork manager
Parallel::Jobs
run jobs in parallel with access to their stdout and stderr

Params::Validate
Validate method/function parameters
Params::ValidatePP
pure Perl implementation of Params::Validate
Params::ValidateXS
XS implementation of Params::Validate

Parse::CLex
Generator of lexical analyzers
Parse::Lex
Generator of lexical analyzers
Parse::LexEvent
Generator of event-oriented lexical analyzers
Parse::RecDescent
Generate Recursive-Descent Parsers
Parse::Template
Processor for templates containing Perl expressions

parse::template
Processeur de templates contenant des expressions Perl

Parse::Token
Definition of tokens used by C<Parse::Lex>
Parse::Yapp
Perl extension for generating and using LALR parsers.
Parse::YYLex
version of Parse::Lex to be used by a byacc parser.

Patch::SREZIC::Tk::Balloon
pop up help balloons.
Patch::SREZIC::Tk::CmdLine
Process standard X11 command line options and set initial resources
Patch::SREZIC::Tk::FBox
a file dialog
Patch::SREZIC::Tk::HList
Create and manipulate Tix Hierarchial List widgets
Patch::SREZIC::Tk::IconList
an icon list widget
Patch::SREZIC::Tk::LabFrame
labeled frame.

PDF
Library for PDF access and manipulation in Perl
PDF::API2
The Next Generation API for creating and modifing PDFs.
PDF::API2::cFont

PDF::API2::Color
A OO-Color Module for PDFs.
PDF::API2::Lite
A lite high-level wrapper around PDF::API2 for pdf-creation only.
PDF::Core
Core Library for PDF library
PDF::Create
create PDF files
PDF::Parse
Library with parsing functions for PDF library

PDL
the Perl Data Language
PDL::API
making piddles from Perl and C/XS code
PDL::AutoLoader
MatLab style AutoLoader for PDL
PDL::Bad
PDL does not process bad values
PDL::BadValues
Discussion of bad value support in PDL
PDL::Basic
Basic utility functions for PDL
PDL::CallExt
call functions in external shared libraries
PDL::Char
PDL subclass which allows reading and writing of fixed-length character strings as byte PDLs
PDL::Complex
handle complex numbers
PDL::Core
fundamental PDL functionality
PDL::Core::Dev
PDL development module
PDL::Dataflow
description of the dataflow philosophy
PDL::Dbg
functions to support debugging of PDL scripts
PDL::Delta
PDL changes between V1.0 and V2.0
PDL::DiskCache
simple caching object for tieing lists of data
PDL::Doc
support for PDL online documentation
PDL::Doc::Perldl
commands for accessing PDL doc database from 'perldl' shell
PDL::Exporter
PDL export control
PDL::FAQ
Frequently asked questions about PDL
PDL::FFT
FFTs for PDL
PDL::Filter::Linear
linear filtering for PDL
PDL::Filter::LinPred
Linear predictive filtering
PDL::Fit::Gaussian
routines for fitting gaussians
PDL::Fit::Linfit
routines for fitting data with linear combinations of functions.
PDL::Fit::LM
Levenber-Marquardt fitting routine for PDL
PDL::Fit::Polynomial
routines for fitting with polynomials
PDL::Func
useful functions
PDL::Gaussian
Gaussian distributions.
PDL::Graphics2D
An object oriented interface to PDL graphics
PDL::Graphics::IIS
Display PDL images on IIS devices
PDL::Graphics::LUT
provides access to a number of look-up tables
PDL::Graphics::OpenGL
a PDL interface to the OpenGL graphics library.PDL::Graphics::OpenGLOO - an Object Oriented interface to the interface.
PDL::Graphics::OpenGLQ
quick routines to plot lots of stuff from piddles.
PDL::Graphics::PGPLOT
PGPLOT enhanced interface for PDL
PDL::Graphics::PGPLOT::Window
A OO interface to PGPLOT windows
PDL::Graphics::PGPLOTOptions
Setting PGPLOT options
PDL::Graphics::State
A package to keep track of plotting commands
PDL::Graphics::TriD
PDL 3D interface
PDL::Graphics::TriD::ButtonControl
default event handler subroutines
PDL::Graphics::TriD::Contours
3D Surface contours for TriD
PDL::Graphics::TriD::Labels
Text tools
PDL::Graphics::TriD::MathGraph
Mathematical Graph objects for PDL
PDL::Graphics::TriD::Objects
Simple Graph Objects for TriD
PDL::Graphics::TriD::Rout
Helper routines for Three-dimensional graphics
PDL::Graphics::TriD::Tk
A Tk widget interface to the PDL::Graphics::TriD.
PDL::Graphics::TriD::VRML
TriD VRML backend
PDL::Image2D
Miscellaneous 2D image processing functions
PDL::ImageND
useful image processing routines which work in N-dimensions
PDL::ImageRGB
some utility functions for RGB image data handling
PDL::Impatient
PDL for the impatient
PDL::Index
an index of PDL documentation
PDL::Indexing
how to index piddles.
PDL::Internals
description of some aspects of the current internals
PDL::Intro
Introduction to the Perl Data Language
PDL::IO::Dumper
data dumping for structs with PDLs
PDL::IO::FastRaw
A simple, fast and convenient io format for PerlDL.
PDL::IO::FlexRaw
A flexible binary i/o format for PerlDL.
PDL::IO::Misc
misc IO routines for PDL
PDL::IO::NDF
PDL Module for reading and writing StarlinkN-dimensional data structures as PDLs.
PDL::IO::Pic
image I/O for PDL
PDL::IO::Pnm
pnm format I/O for PDL
PDL::IO::Storable
helper functions to make PDL usable with Storable
PDL::Lite
minimum PDL module OO loader
PDL::LiteF
minimum PDL module function loader
PDL::Lvalue
declare PDL lvalue subs
PDL::Math
extended mathematical operations and special functions
PDL::Matrix
a convenience matrix class for column-major access
PDL::MatrixOps

PDL::NiceSlice
toward a nicer slicing syntax for PDL
PDL::Objects
Object-Orientation, what is it and how to exploit it
PDL::Ops
Fundamental mathematical operators
PDL::Opt::Simplex
Simplex optimization routines
PDL::Options
simplifies option passing by hash in PerlDL
PDL::pdldoc
shell interface to PDL documentation
PDL::perldl
Simple shell for PDL
PDL::Philosophy
what's behind PDL?
PDL::Pod::Parser
base class for creating pod filters and translators
PDL::Pod::Select
function to extract selected sections of pod documentation
PDL::Pod::Usage
print a usage message using a script's embedded pod documentation
PDL::PP

PDL::PP-Inline
Write PDL Subroutines inline with PDL::PP
PDL::PP::Dump
dump pp_xxx calls to stdout
PDL::PP::Signature
Internal module to handle signatures
PDL::pptemplate
script to generate Makefile.PL and PP file skeleton
PDL::Primitive
primitive operations for pdl
PDL::RandVar
Random number sequences.
PDL::RandVar::Histogram
Arbitary distribution random variables
PDL::RandVar::Sobol
Sobol subrandom sequences
PDL::Reduce
a C<reduce> function for PDL
PDL::Slatec
PDL interface to the slatec numerical programming library
PDL::Slices
Stupid index tricks
PDL::Tests
tests for some PP features
PDL::Tips
Small tidbits of useful arcana. Programming tidbits and such.
PDL::Transform
Image transformations and N-D functions
PDL::Transform::Cartography
Useful cartographic projections
PDL::Types
define fundamental PDL Datatypes
PDL::Ufunc
primitive ufunc operations for pdl

Perl6::Variables
Perl 6 variable syntax for Perl 5

perldoc
Look up Perl documentation in Pod format.

perlfilter
Source Filters

perlpod
the Plain Old Documentation format

perlpodspec
Plain Old Documentation: format specification and notes

POD2::FR
French translation of Perl core documentation
POD2::FR::perl
NOM
POD2::FR::perlapio
NOM
POD2::FR::perlartistic
NOM
POD2::FR::perlbook
NOM
POD2::FR::perlboot
NOM
POD2::FR::perlbot
NOM
POD2::FR::perlcheat
NOM
POD2::FR::perldata
NOM
POD2::FR::perldebguts
NOM
POD2::FR::perldebtut
NOM
POD2::FR::perldebug
NOM
POD2::FR::perldiag
NOM
POD2::FR::perldsc
NOM
POD2::FR::perlembed
NOM
POD2::FR::perlfaq
NOM
POD2::FR::perlfaq1
NOM
POD2::FR::perlfaq2
NOM
POD2::FR::perlfaq3
NOM
POD2::FR::perlfaq4
NOM
POD2::FR::perlfaq5
NOM
POD2::FR::perlfaq6
NOM
POD2::FR::perlfaq7
NOM
POD2::FR::perlfaq8
NOM
POD2::FR::perlfaq9
NOM
POD2::FR::perlform
NOM
POD2::FR::perlfunc
NOM
POD2::FR::perlhist
NOM
POD2::FR::perlintern
NOM
POD2::FR::perlintro
NOM
POD2::FR::perlipc
NOM
POD2::FR::perllocale
NOM
POD2::FR::perllol
NOM
POD2::FR::perlmod
NOM
POD2::FR::perlmodinstall
NOM
POD2::FR::perlmodlib
NOM
POD2::FR::perlobj
NOM
POD2::FR::perlop
NOM
POD2::FR::perlpod
NOM
POD2::FR::perlport
NOM
POD2::FR::perlre
NOM
POD2::FR::perlref
NOM
POD2::FR::perlreftut
NOM
POD2::FR::perlrequick
NOM
POD2::FR::perlretut
NOM
POD2::FR::perlrun
NOM
POD2::FR::perlsec
NOM
POD2::FR::perlstyle
NOM
POD2::FR::perlsub
NOM
POD2::FR::perlsyn
NOM
POD2::FR::perlthrtut
NOM
POD2::FR::perltie
NOM
POD2::FR::perltooc
NOM
POD2::FR::perltoot
NOM
POD2::FR::perltrap
NOM
POD2::FR::perlvar
NOM
POD2::FR::perlxs
NOM
POD2::FR::perlxstut
NOM

Pod::Checker
check pod documents for syntax errors
Pod::Coverage
Checks if the documentation of a module is comprehensive
Pod::Coverage::CountParents
subclass of Pod::Coverage that examines the inheritance tree
Pod::Coverage::ExportOnly
subclass of Pod::Coverage than only examines exported functions
Pod::Coverage::Overloader
deprecated subclass of Pod::Coverage
Pod::Escapes
for resolving Pod EE<lt>...E<gt> sequences
Pod::Find
find POD documents in directory trees
Pod::foo

Pod::Html
module to convert pod files to HTML
Pod::HtmlPsPdf
documentation projects builder in HTML, PS and PDF formats
Pod::HtmlPsPdf::Html
module to convert pod files to HTML
Pod::InputObjects
objects representing POD input paragraphs, commands, etc.
Pod::LaTeX
Convert Pod data to formatted Latex
Pod::Man
Convert POD data to formatted *roff input
Pod::newrun
how to execute the Perl interpreter
Pod::newvar
Perl predefined variables
Pod::newvar2
Perl predefined variables
Pod::ParseLink
Parse an LE<lt>E<gt> formatting code in POD text
Pod::Parser
base class for creating POD filters and translators
Pod::ParseUtils
helpers for POD parsing and conversion
Pod::Pdf
A POD to PDF translator
Pod::Perldoc::ToChecker
let Perldoc check Pod for errors
Pod::Perldoc::ToMan
let Perldoc render Pod as man pages
Pod::Perldoc::ToNroff
let Perldoc convert Pod to nroff
Pod::Perldoc::ToPod
let Perldoc render Pod as ... Pod!
Pod::Perldoc::ToRtf
let Perldoc render Pod as RTF
Pod::Perldoc::ToText
let Perldoc render Pod as plaintext
Pod::Perldoc::ToTk
let Perldoc use Tk::Pod to render Pod
Pod::Perldoc::ToXml
let Perldoc render Pod as XML
Pod::Plainer
Perl extension for converting Pod to old style Pod.
Pod::PlainText
Convert POD data to formatted ASCII text
Pod::POM
POD Object Model
Pod::POM::Node
base class for a POM node
Pod::SAX
a SAX parser for Pod
Pod::Select
extract selected sections of POD from input
Pod::Simple
framework for parsing Pod
Pod::Simple::Checker
check the Pod syntax of a document
Pod::Simple::Debug
put Pod::Simple into trace/debug mode
Pod::Simple::DumpAsText
dump Pod-parsing events as text
Pod::Simple::DumpAsXML
turn Pod into XML
Pod::Simple::HTML
convert Pod to HTML
Pod::Simple::HTMLBatch
convert several Pod files to several HTML files
Pod::Simple::LinkSection
represent "section" attributes of L codes
Pod::Simple::Methody
turn Pod::Simple events into method calls
Pod::Simple::PullParser
a pull-parser interface to parsing Pod
Pod::Simple::PullParserEndToken
end-tokens from Pod::Simple::PullParser
Pod::Simple::PullParserStartToken
start-tokens from Pod::Simple::PullParser
Pod::Simple::PullParserTextToken
text-tokens from Pod::Simple::PullParser
Pod::Simple::PullParserToken
tokens from Pod::Simple::PullParser
Pod::Simple::RTF
format Pod as RTF
Pod::Simple::Search
find POD documents in directory trees
Pod::Simple::SimpleTree
parse Pod into a simple parse tree
Pod::Simple::Subclassing
write a formatter as a Pod::Simple subclass
Pod::Simple::Text
format Pod as plaintext
Pod::Simple::TextContent
get the text content of Pod
Pod::Simple::XMLOutStream
turn Pod into XML
Pod::test

Pod::Text
Convert POD data to formatted ASCII text
Pod::Text::Color
Convert POD data to formatted color ASCII text
Pod::Text::Overstrike
Convert POD data to formatted overstrike text
Pod::Text::Termcap
Convert POD data to ASCII text with format escapes
Pod::Tree
Create a static syntax tree for a POD
Pod::Tree::HTML
Generate HTML from a Pod::Tree
Pod::Tree::Node
nodes in a Pod::Tree
Pod::Tree::PerlBin
translate program PODs to HTML
Pod::Tree::PerlDist
translate Perl distribution documentation to HTML
Pod::Tree::PerlFunc
translate F<perlfunc.pod> to HTML
Pod::Tree::PerlLib
translate module PODs to HTML
Pod::Tree::PerlMap
map names to URLs
Pod::Tree::PerlPod
translate Perl PODs to HTML
Pod::Tree::PerlTop
generate a top-level index for Perl PODs
Pod::Tree::Pod
Convert a Pod::Tree back to a POD
Pod::Usage
print a usage message from embedded pod documentation
Pod::XML
Module to convert POD to XML

POSIX
Perl interface to IEEE Std 1003.1

PostScript::BasicTypesetter
Module for basic typesetting
PostScript::Elements
Generate PostScript code for circles, boxes, lines
PostScript::File
Base class for creating Adobe PostScript files
PostScript::Font
module to fetch data from PostScript fonts
PostScript::Font::TTtoType42
Wrap a TrueType font into PostScript Type42
PostScript::FontInfo
module to fetch data from PostScript font C<.inf> files
PostScript::FontMetrics
module to fetch data from Adobe Font Metrics file
PostScript::Graph::Bar
draw a bar chart on a postscript file
PostScript::Graph::Key
a Key area for PostScript::Graph::Paper
PostScript::Graph::Paper
prepare blank graph for a postscript file
PostScript::Graph::Style
style settings for postscript objects
PostScript::Graph::XY
graph lines and points
PostScript::ISOLatin1Encoding
ISOLatin1Encoding for PostScript fonts
PostScript::ISOLatin9Encoding
ISOLatin9Encoding for PostScript fonts
PostScript::Metrics
helper module for PostScript::TextBlock
PostScript::Poster
Perl extension for posterizing PostScript
PostScript::PrinterFontMetrics
module to fetch data from Printer Font Metrics files
PostScript::PseudoISO
Module with handy ISO enhancements
PostScript::Resources
module to fetch data from Unix PostScript Resource 'C<.upr>' files
PostScript::StandardEncoding
Adobe StandardEncoding for PostScript fonts
PostScript::TextBlock
An object that may be used to construct a block of text in PostScript.
PostScript::WinANSIEncoding
WinANSIEncoding for PostScript fonts

Prima
a perl graphic toolkit
Prima::Application
root of widget objects hierarchy
Prima::Buttons
button widgets and grouping widgets.
Prima::Calendar
standard calendar widget
Prima::Classes
binder module for the built-in classes.
Prima::Clipboard
GUI-driven interprocess communication
Prima::codecs
How to write a codec for Prima image subsystem
Prima::ColorDialog
standard color selection facilities
Prima::ComboBox
standard combo box widget
Prima::Const
predefined constants
Prima::DetailedList
a multi-column list viewer with controlling header widget.
Prima::DockManager
advanced dockable widgets
Prima::Docks
dockable widgets
Prima::Drawable
2-D graphic interface
Prima::Edit
standard text editing widget
Prima::EditDialog
standard interface dialogsto find and replace options selection.
Prima::ExtLists
extended functionality for list boxes
Prima::File
asynchronous stream I/O.
Prima::FileDialog
File system related widgets and dialogs.
Prima::FontDialog
standard font dialog
Prima::FrameSet
standard frameset widget
Prima::gp-problems
Problems, questionable or intricate topics in 2-D Graphics
Prima::Grids
grid widgets
Prima::Header
a multi-tabbed header widget.
Prima::HelpViewer
the built-in pod file browser
Prima::Image
Bitmap routines
Prima::image-load
Using image subsystem
Prima::Image::TransparencyControl
standard dialogfor transparent color index selection.
Prima::ImageDialog
file open and save dialogs.
Prima::ImageViewer
standard image, icon, and bitmap viewer class.
Prima::IniFile
support of Windows-like initialization files
Prima::InputLine
standard input line widget
Prima::internals
Prima internal architecture
Prima::IntUtils
internal functions
Prima::KeySelector
key combination widget and routines
Prima::Label
static text widget
Prima::Lists
user-selectable item list widgets
Prima::Make
module for automated Makefile creating
Prima::MDI
top-level windows emulation classes
Prima::Menu
pull-down and pop-up menu objects
Prima::MsgBox
standard message and input dialog boxes
Prima::Notebooks
multipage widgets
Prima::Object
Prima toolkit base classes
Prima::Outlines
tree view widgets
Prima::PodView
POD browser widget
Prima::PrintDialog
standard printer setup dialog
Prima::Printer
system printing services
Prima::PS::Drawable
PostScript interface to Prima::Drawable
Prima::PS::Encodings
manage latin-based encodings
Prima::PS::Fonts
PostScript device fonts metrics
Prima::PS::Printer
PostScript interface to Prima::Printer
Prima::ScrollBar
standard scroll bars class
Prima::ScrollWidget
scrollable generic document widget.
Prima::Sliders
sliding bars, spin buttons and input lines, dial widget etc.
Prima::StartupWindow
a simplistic startup banner window
Prima::StdBitmap
shared access to the standard toolkit bitmaps
Prima::StdDlg
wrapper module to the toolkit standard dialogs
Prima::Stress
stress test module
Prima::TextView
rich text browser widget
Prima::Timer
programmable periodical events
Prima::Utils
miscellanneous routines
Prima::VB::CfgMaint
maintains visual builder widget palette configuration.
Prima::VB::Classes
Visual Builder widgets and types
Prima::VB::VBLoader
Visual Builder file loader
Prima::Widget
window management
Prima::Widgets
miscellaneous widget classes
Prima::Window
top-level window management

Print::Printcap
Perl extension for parsing /etc/printcap

private
Add private data members to Perl classes

Proc::Killall
Kill all instances of a process by pattern matching the command-line
Proc::Killfam
kill a list of pids, and all their sub-children
Proc::ProcessTable
Perl extension to access the unix process table
Proc::ProcessTable::Process
Perl process objects
Proc::Simple
launch and control background processes

protected
"private" data fields which are inherited by child classes

public
Add public data members to Perl classes

Python
Encapuslate python objects
Python::Err
Python exception objects
Python::Object
Encapuslate python objects

- R -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Razor::Client
Client API for Vipul's Razor.
Razor::Errorhandler
Error handling mechanism for Razor.
Razor::String
String manipulation functions for Vipul's Razor

re
Perl pragma to alter regular expression behaviour

Readonly
Facility for creating read-only scalars, arrays, hashes.

reaper
support for reaping child processes via $SIG{CHLD}

Regexp::Common
Provide commonly requested regular expressions
Regexp::Common::balanced
provide regexes for strings with balancedparenthesized delimiters or arbitrary delimiters.
Regexp::Common::CC
provide patterns for credit card numbers.
Regexp::Common::comment
provide regexes for comments.
Regexp::Common::delimited
provides a regex for delimited strings
Regexp::Common::lingua
provide regexes for language related stuff.
Regexp::Common::list
provide regexes for lists
Regexp::Common::net
provide regexes for IPv4 addresses.
Regexp::Common::number
provide regexes for numbers
Regexp::Common::profanity
provide regexes for profanity
Regexp::Common::SEN
provide regexes for Social-Economical Numbers.
Regexp::Common::URI
provide patterns for URIs.
Regexp::Common::URI::fax
Returns a pattern for fax URIs.
Regexp::Common::URI::file
Returns a pattern for file URIs.
Regexp::Common::URI::ftp
Returns a pattern for FTP URIs.
Regexp::Common::URI::gopher
Returns a pattern for gopher URIs.
Regexp::Common::URI::http
Returns a pattern for HTTP URIs.
Regexp::Common::URI::news
Returns a pattern for file URIs.
Regexp::Common::URI::pop
Returns a pattern for POP URIs.
Regexp::Common::URI::prospero
Returns a pattern for prospero URIs.
Regexp::Common::URI::RFC1035
Definitions from RFC1035;
Regexp::Common::URI::RFC1738
Definitions from RFC1738;
Regexp::Common::URI::RFC1808
Definitions from RFC1808;
Regexp::Common::URI::RFC2384
Definitions from RFC2384;
Regexp::Common::URI::RFC2396
Definitions from RFC2396;
Regexp::Common::URI::RFC2806
Definitions from RFC2806;
Regexp::Common::URI::tel
Returns a pattern for telephone URIs.
Regexp::Common::URI::telnet
Returns a pattern for telnet URIs.
Regexp::Common::URI::tv
Returns a pattern for tv URIs.
Regexp::Common::URI::wais
Returns a pattern for WAIS URIs.
Regexp::Common::whitespace
provides a regex for leading ortrailing whitescape
Regexp::Common::zip
provide regexes for postal codes.
Regexp::Common::_support
Support functions for Regexp::Common.

RPC::PlClient
Perl extension for writing PlRPC clients
RPC::PlServer
Perl extension for writing PlRPC servers

RTF::Control
Application of RTF::Parser for document conversion
RTF::HTML::Converter
Perl extension for converting RTF into HTML
RTF::Parser
An event-driven RTF Parser
RTF::TEXT::Converter
Perl extension for converting RTF into text
RTF::Tokenizer
Tokenize RTF

- S -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Safe
Compile and execute code in restricted compartments

Scalar::Properties
run-time properties on scalar variables
Scalar::Util
A selection of general-utility scalar subroutines

Schedule::Parallel

Schedule::Parallel::Fork

Schedule::Parallel::Thread


SDBM_File
Tied access to sdbm files

Search::Dict
search for key in dictionary file

SelectSaver
save and restore selected file handle

SelfLoader
load functions only on demand

Set::Array
Arrays as objects with lots of handy methods (including Setcomparisons) and support for method chaining.
Set::Bag
bag class
Set::Infinite
Sets of intervals
Set::Infinite::Arithmetic

Set::Infinite::Basic
Sets of intervals6=head1 SYNOPSIS
Set::Infinite::Date
date scalar. Deprecated. use Date::Set instead.
Set::Infinite::_recurrence
Extends Set::Infinite with recurrence functions
Set::Infinite::_Simple
an interval of 2 scalars
Set::Object
set of objects
Set::Scalar
basic set operations
Set::Scalar::Base
base class for Set::Scalar
Set::Scalar::Null
internal class for Set::Scalar
Set::Scalar::Real
internal class for Set::Scalar
Set::Scalar::Universe
universes for set members
Set::Scalar::Valued
valued sets
Set::Scalar::ValuedUniverse
universes for valued set members
Set::Scalar::Virtual
internal class for Set::Scalar

SHA
Perl interface to the NIST Secure Hash Algorithm

Shell
run shell commands transparently within perl

sigtrap
Perl pragma to enable simple signal handling

Smil
Perl extension for dynamic generation of SMIL files.

Socket
load the C socket.h defines and structure manipulators

Socket6
IPv6 related part of the C socket.h defines and structure manipulators

Sort::Versions
a perl 5 module for sorting of revision-like numbers

Spiffy
Spiffy Perl Interface Framework For You

Spreadsheet::ParseExcel
Get information from Excel file
Spreadsheet::ParseExcel::SaveParser
Expand of Spreadsheet::ParseExcel with Spreadsheet::WriteExcel
Spreadsheet::ParseExcel::Utility
Utility function for Spreadsheet::ParseExcel
Spreadsheet::WriteExcel
Write to a cross-platform Excel binary file.
Spreadsheet::WriteExcel::BIFFwriter
An abstract base class for Excel workbooks and worksheets.
Spreadsheet::WriteExcel::Big
A class for creating Excel files > 7MB.
Spreadsheet::WriteExcel::Chart
A writer class for Excel Charts.
Spreadsheet::WriteExcel::examples::Big
A class for creating Excel files > 7MB.
Spreadsheet::WriteExcel::examples::WorkbookBig
A writer class for Excel Workbooks > 7MB.
Spreadsheet::WriteExcel::Format
A class for defining Excel formatting.
Spreadsheet::WriteExcel::Formula
A class for generating Excel formulas
Spreadsheet::WriteExcel::OLEwriter
A writer class to store BIFF data in a OLE compound storage file.
Spreadsheet::WriteExcel::Utility
Helper functions for Spreadsheet::WriteExcel.
Spreadsheet::WriteExcel::Workbook
A writer class for Excel Workbooks.
Spreadsheet::WriteExcel::WorkbookBig
A writer class for Excel Workbooks > 7MB.
Spreadsheet::WriteExcel::Worksheet
A writer class for Excel Worksheets.

SQL::Abstract
Generate SQL from Perl data structures
SQL::Catalog
query queries, label queries, db independant SQL, separate Perl and SQL
SQL::Dialects::ANSI
ANSI config file for SQL::Parse
SQL::Dialects::AnyData
AnyData config file for SQL::Parse
SQL::Dialects::CSV
CSV config file for SQL::Parse
SQL::Eval
Base for deriving evalution objects for SQL::Statement
SQL::Parser
validate, parse, or build SQL strings
SQL::README
INSTALLATION AND USAGE INSTRUCTIONS
SQL::Schema
Convert a data dictionary into SQL statements
SQL::Schema::Constraint
A constraint of a database table
SQL::Schema::Function
A function stored within the database
SQL::Schema::Package
A package stored within the database
SQL::Schema::Package::Body
A package's body stored within the database
SQL::Schema::Procedure
A procedure stored within the database
SQL::Schema::Sequence
An Oracle sequence
SQL::Schema::Source
A source stored within the database
SQL::Schema::Table
A database table
SQL::Schema::Table::Column
A column of a database table
SQL::Schema::Trigger
A database trigger
SQL::Schema::View
A database view
SQL::Statement
SQL parsing and processing engine
SQL::Translator
manipulate structured data definitions
SQL::Translator::Manual
NAME
SQL::Translator::Parser
describes how to write a parser
SQL::Translator::Parser::Access
parser for Access as produced by mdbtools
SQL::Translator::Parser::DBI
"parser" for DBI handles
SQL::Translator::Parser::DBI::DB2
parser for DBD::DB2
SQL::Translator::Parser::DBI::MySQL
parser for DBD::mysql
SQL::Translator::Parser::DBI::PostgreSQL
parser for DBD::Pg
SQL::Translator::Parser::DBI::SQLite
parser for DBD::SQLite
SQL::Translator::Parser::DBI::Sybase
parser for DBD::Sybase
SQL::Translator::Parser::Excel
parser for Excel
SQL::Translator::Parser::MySQL
parser for MySQL
SQL::Translator::Parser::Oracle
parser for Oracle
SQL::Translator::Parser::PostgreSQL
parser for PostgreSQL
SQL::Translator::Parser::SQLite
parser for SQLite
SQL::Translator::Parser::Storable
parser for Schema objects serialized with the Storable module
SQL::Translator::Parser::Sybase
parser for Sybase
SQL::Translator::Parser::XML
Alias to XML::SQLFairy parser
SQL::Translator::Parser::XML::SQLFairy
parser for SQL::Translator's XML.
SQL::Translator::Parser::xSV
parser for arbitrarily delimited text files
SQL::Translator::Parser::YAML
Parse a YAML representation of a schema
SQL::Translator::Producer
describes how to write a producer
SQL::Translator::Producer::ClassDBI
create Class::DBI classes from schema
SQL::Translator::Producer::Diagram
ER diagram producer for SQL::Translator
SQL::Translator::Producer::Dumper
SQL Dumper producer for SQL::Translator
SQL::Translator::Producer::GraphViz
GraphViz producer for SQL::Translator
SQL::Translator::Producer::HTML
HTML producer for SQL::Translator
SQL::Translator::Producer::MySQL
MySQL-specific producer for SQL::Translator
SQL::Translator::Producer::Oracle
Oracle SQL producer
SQL::Translator::Producer::POD
POD producer for SQL::Translator
SQL::Translator::Producer::PostgreSQL
PostgreSQL producer for SQL::Translator
SQL::Translator::Producer::SQLite
SQLite producer for SQL::Translator
SQL::Translator::Producer::SQLServer
MS SQLServer producer for SQL::Translator
SQL::Translator::Producer::Storable
# -------------------------------------------------------------------# $Id: Storable.pm,v 1.5 2004/02/09 23:02:17 kycl4rk Exp $# -------------------------------------------------------------------# Copyright 2002-4 SQLFairy Authors## This program is free software; you can redistribute it and/or# modify it under the terms of the GNU General Public License as# published by the Free Software Foundation; version 2.## This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU# General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA# 02111-1307 USA# -------------------------------------------------------------------=head1 NAME
SQL::Translator::Producer::Sybase
Sybase producer for SQL::Translator
SQL::Translator::Producer::TT::Base
TT based Producer baseclass.
SQL::Translator::Producer::TT::Table
Produces output using the Template Toolkit from a SQL schema, per table.
SQL::Translator::Producer::TTSchema
Produces output using the Template Toolkit from a SQL schema
SQL::Translator::Producer::XML
Alias to XML::SQLFairy producer
SQL::Translator::Producer::XML::SQLFairy
SQLFairy's default XML format
SQL::Translator::Producer::YAML
A YAML producer for SQL::Translator
SQL::Translator::Schema
SQL::Translator schema object
SQL::Translator::Schema::Constants
constants module
SQL::Translator::Schema::Constraint
SQL::Translator constraint object
SQL::Translator::Schema::Field
SQL::Translator field object
SQL::Translator::Schema::Index
SQL::Translator index object
SQL::Translator::Schema::Object
Base class SQL::Translator Schema objects.
SQL::Translator::Schema::Procedure
SQL::Translator procedure object
SQL::Translator::Schema::Table
SQL::Translator table object
SQL::Translator::Schema::Trigger
SQL::Translator trigger object
SQL::Translator::Schema::View
SQL::Translator view object
SQL::Translator::Utils
SQL::Translator Utility functions

StatsView::Graph
Solaris performance data collection and graphing package

Storable
persistence for Perl data structures

strict
Perl pragma to restrict unsafe constructs

String::Approx
Perl extension for approximate matching

Sub::Identify
Retrieve names of code references
Sub::Uplevel
apparently run a function in a higher stack frame

subs
Perl pragma to predeclare sub names

SVG
Perl extension for generating Scalable Vector Graphics documents
SVG::DOM
A library of DOM methods for SVG objects.
SVG::Element
Generate the element bits for SVG.pm
SVG::Manual
Perl extension for generating Scalable Vector Graphics documents
SVG::XML
Handle the XML generation bits for SVG.pm

Switch
A switch statement for Perl

Symbol
manipulate Perl symbols and their names

Syntax::Highlight::Perl
Highlighting of Perl Syntactical Structures

Sys::Hostname
Try every conceivable way to get hostname
Sys::Syslog
Perl interface to the UNIX syslog calls

- T -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Taint
Perl utility extensions for tainted data

Template
Front-end module to the Template Toolkit
Template::Base
Base class module implementing common functionality
Template::Config
Factory module for instantiating other TT2 modules
Template::Constants
Defines constants for the Template Toolkit
Template::Context
Runtime context in which templates are processed
Template::Document
Compiled template document object
Template::Exception
Exception handling class module
Template::FAQ
Frequently Asked Questions about the Template Toolkit
Template::Filters
Post-processing filters for template blocks
Template::Iterator
Data iterator used by the FOREACH directive
Template::Library::HTML
Template library for building basic HTML pages
Template::Library::PostScript
Template library for generating PostScript
Template::Library::Splash
Template library for building stylish HTML user interfaces
Template::Manual
User guide and reference manual for the Template Toolkit
Template::Manual::Config
Configuration options
Template::Manual::Credits
Author and contributor credits
Template::Manual::Directives
Template directives
Template::Manual::Filters
Standard filters
Template::Manual::Internals
Template Toolkit internals
Template::Manual::Intro
Introduction to the Template Toolkit
Template::Manual::Plugins
Standard plugins
Template::Manual::Refs
Related modules, projects and other resources
Template::Manual::Syntax
Directive syntax, structure and semantics
Template::Manual::Variables
Template variables and code bindings
Template::Manual::Views
Template Toolkit views
Template::Manual::VMethods
Virtual Methods
Template::Modules
Core modules comprising the Template Toolkit
Template::Namespace::Constants
Compile time constant folding
Template::Parser
LALR parser for compiling template documents
Template::Plugin
Base class for Template Toolkit plugins
Template::Plugin::Autoformat
Interface to Text::Autoformat module
Template::Plugin::CGI
Interface to the CGI module
Template::Plugin::Class
allow calling of class methods on arbitrary classes
Template::Plugin::Datafile
Plugin to construct records from a simple data file
Template::Plugin::Date
Plugin to generate formatted date strings
Template::Plugin::DBI
Template interface to the DBI module
Template::Plugin::Directory
Plugin for generating directory listings
Template::Plugin::Dumper
Plugin interface to Data::Dumper
Template::Plugin::File
Plugin providing information about files
Template::Plugin::Filter
Base class for plugin filters
Template::Plugin::Format
Plugin to create formatting functions
Template::Plugin::GD::Constants
Interface to GD module constants
Template::Plugin::GD::Graph::area
Create area graphs with axes and legends
Template::Plugin::GD::Graph::bars
Create bar graphs with axes and legends
Template::Plugin::GD::Graph::bars3d
Create 3D bar graphs with axes and legends
Template::Plugin::GD::Graph::lines
Create line graphs with axes and legends
Template::Plugin::GD::Graph::lines3d
Create 3D line graphs with axes and legends
Template::Plugin::GD::Graph::linespoints
Create line/point graphs with axes and legends
Template::Plugin::GD::Graph::mixed
Create mixed graphs with axes and legends
Template::Plugin::GD::Graph::pie
Create pie charts with legends
Template::Plugin::GD::Graph::pie3d
Create 3D pie charts with legends
Template::Plugin::GD::Graph::points
Create point graphs with axes and legends
Template::Plugin::GD::Image
Interface to GD Graphics Library
Template::Plugin::GD::Polygon
Interface to GD module Polygon class
Template::Plugin::GD::Text
Text utilities for use with GD
Template::Plugin::GD::Text::Align
Draw aligned strings in GD images
Template::Plugin::GD::Text::Wrap
Break and wrap strings in GD images
Template::Plugin::HTML
Plugin to create HTML elements
Template::Plugin::Image
Plugin access to image sizes
Template::Plugin::Iterator
Plugin to create iterators
Template::Plugin::Pod
Plugin interface to Pod::POM
Template::Plugin::Procedural
Base class for procedural plugins
Template::Plugin::String
Object oriented interface for string manipulation
Template::Plugin::Table
Plugin to present data in a table
Template::Plugin::URL
Plugin to construct complex URLs
Template::Plugin::View
Plugin to create views
Template::Plugin::Wrap
Plugin interface to Text::Wrap
Template::Plugin::XML::DOM
Plugin interface to XML::DOM
Template::Plugin::XML::RSS
Plugin interface to XML::RSS
Template::Plugin::XML::Simple
Plugin interface to XML::Simple
Template::Plugin::XML::Style
Simple XML stylesheet transfomations
Template::Plugin::XML::XPath
Plugin interface to XML::XPath
Template::Plugins
Plugin provider module
Template::Provider
Provider module for loading/compiling templates
Template::Service
General purpose template processing service
Template::Stash
Magical storage for template variables
Template::Stash::Context
Experimetal stash allowing list/scalar context definition
Template::Stash::XS
Experimetal high-speed stash written in XS
Template::Test
Module for automating TT2 test scripts
Template::Tools::tpage
Process templates from command line
Template::Tools::ttree
Process entire directory trees of templates
Template::Tutorial
Template Toolkit Tutorials
Template::Tutorial::Datafile
Creating Data Output Files Using the Template Toolkit
Template::Tutorial::Web
Generating Web Content Using the Template Toolkit
Template::View
customised view of a template processing context

Term::ANSIColor
Color screen output using ANSI escape sequences
Term::Cap
Perl termcap interface
Term::Complete
Perl word completion module
Term::ProgressBar
provide a progress meter on a standard terminal
Term::ReadKey
A perl module for simple terminal control
Term::ReadLine
Perl interface to various C<readline> packages. Ifno real package is found, substitutes stubs instead of basic functions.
Term::ReadLine::Gnu
Perl extension for the GNU Readline/History Library
Term::Size
Perl extension for retrieving terminal size

Test
provides a simple framework for writing test scripts
Test::Builder
Backend for building test libraries
Test::Builder::Module
Base class for test modules
Test::Builder::Tester
test testsuites that have been built withTest::Builder
Test::Builder::Tester::Color
turn on colour in Test::Builder::Tester
Test::CGI::Untaint
Test CGI::Untaint Local Extraction Handlers
Test::Differences
Test strings and data structures and show differences if not ok
Test::Exception
Test exception based code
Test::Harness
Run Perl standard test scripts with statistics
Test::Harness::Assert
simple assert
Test::Harness::Iterator
Internal Test::Harness Iterator
Test::Harness::Straps
detailed analysis of test results
Test::Harness::TAP
Documentation for the TAP format
Test::Helper
easy creation of test scripts
Test::LongString
tests strings for equality, with more helpful failures
Test::Manifest
interact with a t/test_manifest file
Test::MockModule
Override subroutines in a module for unit testing
Test::More
yet another framework for writing test scripts
Test::NoWarnings
Make sure you didn't emit any warnings while testing
Test::Pod
check for POD errors in files
Test::Pod::Coverage
Check for pod coverage in your distribution.
Test::Reporter::Date::Format
Date formating subroutines
Test::Reporter::Mail::Util
mail utility functions
Test::Reporter::Time::Zone
miscellaneous timezone manipulations routines
Test::Simple
Basic utilities for writing tests.
Test::SQL::Translator
Test::More test functions for the Schema objects.
Test::Tester
Ease testing test modules built with Test::Builder
Test::Tester::Capture
Help testing test modules built with Test::Builder
Test::Tester::CaptureRunner
Help testing test modules built with Test::Builder
Test::Tutorial
A tutorial about writing really basic tests
Test::WWW::Mechanize
Testing-specific WWW::Mechanize subclass
Test::WWW::Mechanize::CGI
Test CGI applications with Test::WWW::Mechanize
Test::WWW::Simple
Test Web applications using TAP

Text::Abbrev
create an abbreviation table from a list
Text::Autoformat
Automatic text wrapping and reformatting
Text::Balanced
Extract delimited text sequences from strings.
Text::BibTeX
interface to read and parse BibTeX files
Text::BibTeX::Bib
defines the "Bib" database structure
Text::BibTeX::BibFormat
formats bibliography entries
Text::BibTeX::BibSort
generate sort keys for bibliographic entries
Text::BibTeX::Entry
read and parse BibTeX files
Text::BibTeX::File
interface to whole BibTeX files
Text::BibTeX::Name
interface to BibTeX-style author names
Text::BibTeX::NameFormat
format BibTeX-style author names
Text::BibTeX::Structure
provides base classes for user structure modules
Text::BibTeX::Value
interfaces to BibTeX values and simple values
Text::btool_faq
Frequently-Asked Questions about btparse and Text::BibTeX
Text::CSV
comma-separated values manipulation routines
Text::CSV::Simple
Simpler parsing of CSV files
Text::CSV_XS
comma-separated values manipulation routines
Text::DHCPparse
Perl extension for parsing dhcpd lease files
Text::Diff
Perform diffs on files and record sets
Text::Diff::Table
Text::Diff plugin to generate "table" format output
Text::English
Porter's stemming algorithm
Text::FillIn
a class implementing a fill-in template
Text::Flowchart
ASCII Flowchart maker
Text::Format
Various subroutines to format text.
Text::FormatTable
Format text tables
Text::Glob
match globbing patterns against text
Text::Iconv
Perl interface to iconv codeset conversion function
Text::Metaphone
A modern soundex. Phonetic encoding of words.
Text::ParseWords
parse text into an array of tokens or array of arrays
Text::PDF::AFont
Embedding of Adobe PFB/PFA + AFM format fonts. Inherits fromL<Text::PDF::Dict>
Text::PDF::Array
Corresponds to a PDF array. Inherits from L<PDF::Objind>
Text::PDF::Bool
A special form of L<PDF::String> which holds the stringsB<true> or B<false>
Text::PDF::Dict
PDF Dictionaries and Streams. Inherits from L<PDF::Objind>
Text::PDF::File
Holds the trailers and cross-reference tables for a PDF file
Text::PDF::Filter
Abstract superclass for PDF stream filters
Text::PDF::Image

Text::PDF::ImageGD

Text::PDF::ImageJPEG

Text::PDF::ImagePNG

Text::PDF::ImagePPM

Text::PDF::Name
Inherits from L<Text::PDF::String> and stores PDF names (thingsbeginning with /)
Text::PDF::Null
PDF Null type object. This is a subclass ofText::PDF::Objind and cannot be subclassed.
Text::PDF::Number
Numbers in PDF. Inherits from L<Text::PDF::String>
Text::PDF::Objind
PDF indirect object reference. Also acts as an abstractsuperclass for all elements in a PDF file.
Text::PDF::Page
Represents a PDF page, inherits from L<Text::PDF::Pages>
Text::PDF::Pages
a PDF pages hierarchical element. Inherits from L<Text::PDF::Dict>
Text::PDF::SFont
PDF Standard inbuilt font resource object. Inherits fromL<Text::PDF::Dict>
Text::PDF::String
PDF String type objects and superclass for simple objectsthat are basically stringlike
Text::PDF::TTFont
Inherits from L<Text::PDF::Dict> and represents a TrueTypefont within a PDF file.
Text::PDF::TTFont0
Inherits from L<PDF::Dict> and represents a TrueType Type 0font within a PDF file.
Text::PDF::Utils
Utility functions for PDF library
Text::Query
Query processing framework
Text::Query::Advanced
Match text against Boolean expression
Text::Query::Build
Base class for query builders
Text::Query::BuildAdvancedString
Builder for Text::Query::ParseAdvanced to build regexps
Text::Query::BuildSimpleString
Builder for Text::Query::ParseSimple to build regexps
Text::Query::Optimize
Base class for query parsers
Text::Query::Parse
Base class for query parsers
Text::Query::ParseAdvanced
Parse AltaVista advanced query syntax
Text::Query::ParseSimple
Parse AltaVista simple query syntax
Text::Query::Simple
Match text against simple query expression and return relevance value for ranking
Text::Query::Solve
Base class for query resolution
Text::Query::SolveAdvancedString
Apply query expression on strings
Text::Query::SolveSimpleString
Apply query expression on strings
Text::Reflow
Perl module for reflowing text files using Knuth's paragraphing algorithm.
Text::Reform
Manual text wrapping and reformatting
Text::Soundex
Implementation of the Soundex Algorithm as Described by Knuth
Text::Tabs
expand and unexpand tabs per the unix expand
Text::Template
Expand template text with embedded Perl
Text::Template::Preprocess
Expand template text with embedded Perl
Text::Unaccent
Remove accents from a string
Text::vFile::asData
parse vFile formatted files into data structures
Text::WikiFormat::SAX
a SAX parser for Wiki text
Text::Wrap
line wrapping to form simple paragraphs
Text::Wrapper
Simple word wrapping routine
Text::xSV
read character separated files

Tie::Array
base class for tied arrays
Tie::EncryptedHash
Hashes with encrypting fields.
Tie::File
Access the lines of a disk file via a Perl array
Tie::Handle
base class definitions for tied handles
Tie::Hash
base class definitions for tied hashes
Tie::IxHash
ordered associative arrays for Perl
Tie::RangeHash
Allows hashes to associate values with a range of keys
Tie::RefHash
use references as hash keys
Tie::Scalar
base class definitions for tied scalars
Tie::StrictHash
A hash with 'strict'-like semantics
Tie::SubstrHash
Fixed-table-size, fixed-key-length hashing
Tie::Watch
place watchpoints on Perl variables.

Time::CTime
format times ala POSIX asctime
Time::DaysInMonth
simply report the number of days in a month
Time::gmtime
by-name interface to Perl's built-in gmtime function
Time::HiRes
High resolution alarm, sleep, gettimeofday, interval timers
Time::JulianDay
Julian calendar manipulations
Time::Local
efficiently compute time from local and GMT time
Time::localtime
by-name interface to Perl's built-in localtime function
Time::ParseDate
date parsing both relative and absolute
Time::Piece
Object Oriented time objects
Time::Seconds
a simple API to convert seconds to other date values
Time::Timezone
miscellaneous timezone manipulations routines
Time::tm
internal object used by Time::gmtime and Time::localtime
Time::Zone
miscellaneous timezone manipulations routines

Tk
a graphical user interface toolkit for Perl
Tk::Adjuster
Allow size of packed widgets to be adjusted by user
Tk::after
Execute a command after a time delay
Tk::Animation
Display sequence of Tk::Photo images
Tk::Balloon
pop up help balloons.
Tk::bind
Arrange for X events to invoke callbacks
Tk::bindtags
Determine which bindings apply to a window, and order of evaluation
Tk::Bitmap
Images that display two colors
Tk::BrowseEntry
entry widget with popup choices.
Tk::Button
Create and manipulate Button widgets
Tk::callbacks
Specifying code for Tk to call.
Tk::Canvas
Create and manipulate Canvas widgets
Tk::Checkbutton
Create and manipulate Checkbutton widgets
Tk::chooseColor
pops up a dialog box for the user to select a color.
Tk::Clipboard
Manipulate Tk clipboard
Tk::CmdLine
Process standard X11 command line options and set initial resources
Tk::ColorEditor
a general purpose Tk widget Color Editor
Tk::Common
private class used by Drag&Drop
Tk::composite
Defining a new composite widget class
Tk::Compound
Create multi-line compound images.
Tk::ConfigSpecs
Defining behaviour of 'configure' for composite widgets.
Tk::Derived
Base class for widgets derived from others
Tk::Dialog
Create modal dialog and wait for a response.
Tk::DialogBox
create and manipulate a dialog screen.
Tk::DirTree
Create and manipulate DirTree widgets
Tk::DItem
Tix Display Items
Tk::DropSite
Receive side of Drag & Drop abstraction
Tk::Entry
Create and manipulate Entry widgets
Tk::Error
Method invoked to process background errors
Tk::event
Miscellaneous event facilities: define virtual events and generate events
Tk::Eventloop
ToolKit for Events
Tk::exit
End the application
Tk::FBox
a file dialog
Tk::FileDialog
A highly configurable File Dialog widget for Perl/Tk.
Tk::fileevent
Execute a callback when a filehandle becomes readable or writable
Tk::FileSelect
a widget for choosing files
Tk::focus
Manage the input focus
Tk::Font
Create and inspect fonts.
Tk::FontDialog
a font dialog widget for perl/Tk
Tk::form
Geometry manager based on attachment rules
Tk::Frame
Create and manipulate Frame widgets
Tk::getOpenFile
pop up a dialog box for the user to select a file to open or save.
Tk::grab
Confine pointer and keyboard events to a window sub-tree
Tk::GraphViz
Render an interactive GraphViz graph
Tk::grid
Geometry manager that arranges widgets in a grid
Tk::HistEntry
Entry widget with history capability
Tk::HList
Create and manipulate Tix Hierarchial List widgets
Tk::HTML::IO
Tk I/O routines for the LWP library
Tk::IconList
an icon list widget
Tk::Image
Create and manipulate images
Tk::InputO
Create and manipulate TIX InputO widgets
Tk::Internals
what is Perl Tk interface doing when you call Tk functions.
Tk::IO
high level interface to Tk's 'fileevent' mechanism
Tk::Item
Base class for Menu items
Tk::Label
Create and manipulate Label widgets
Tk::LabFrame
labeled frame.
Tk::Listbox
Create and manipulate Listbox widgets
Tk::MainWindow
Root widget of a widget tree
Tk::mega
perl/Tk support to write widgets in perl
Tk::Menu
Create and manipulate Menu widgets
Tk::Menubutton
Create and manipulate Menubutton widgets
Tk::Message
Create and manipulate Message widgets
Tk::messageBox
pop up a message window and wait for user response.
Tk::MListbox
Multicolumn Listbox.
Tk::More
a 'more' or 'less' like text widget
Tk::Mwm
Communicate with the Motif window manager.
Tk::NoteBook
display several windows in limited space with notebook metaphor.
Tk::option
Using the option database in Perl/Tk
Tk::Optionmenu
Let the user select one of some predefined options values
Tk::options
Standard options supported by widgets and their manipulation
Tk::overview
An overview of an Object Oriented Tk8.0 extension for perl5
Tk::pack
Geometry manager that packs around edges of cavity
Tk::palette
Modify the Tk color palette
Tk::Pane
A window panner
Tk::Parse
Parse perl's pod files.
Tk::Photo
Full-color images
Tk::Pixmap
Create color images from XPM files.
Tk::place
Geometry manager for fixed or rubber-sheet placement
Tk::Pod
Pod browser toplevel widget
Tk::Pod::Cache
internal Tk-Pod module for cache control
Tk::Pod::FindPods
find Pods installed on the current system
Tk::Pod::Search
Widget to access perlindex Pod full text index
Tk::Pod::Search_db
dirty OO wrapper for C<perlindex>'s search functionality
Tk::Pod::SimpleBridge
render Pod::Simple events to a Tk::Pod window
Tk::Pod::Text
Pod browser widget
Tk::Pod::Tree
list Pod file hierarchy
Tk::Pod::Util
Tk::Pod specific utility functions
Tk::Pod_usage
How to use the perl/Tk Pod browser widget
Tk::Popup
popup dialog windows.
Tk::PrintDialog

Tk::ProgressBar
A graphical progress bar
Tk::pTk
how to make your B<Tk> source portable to otherinterpreted languages.
Tk::Radiobutton
Create and manipulate Radiobutton widgets
Tk::Reindex
change the base index of Text-like widgets
Tk::RemoteFileSelect

Tk::ROText
'readonly' perl/Tk Text widget
Tk::Scale
Create and manipulate Scale widgets
Tk::Scrollbar
Create and manipulate Scrollbar widgets
Tk::Scrolled
Create a widget with attached scrollbar
Tk::SearchDialog

Tk::selection
Manipulate the X selection
Tk::send
Execute a command in a different application
Tk::Shell
Handlers for Tk::Workspace.pm shell clients.
Tk::Splashscreen
display a Splashscreen during program initialization.
Tk::Submethods
add aliases for tk sub-commands
Tk::SunConst
Constants for Sun's Drag&Drop protocol
Tk::Table
Scrollable 2 dimensional table of Tk widgets
Tk::TableMatrix
Create and manipulate tables
Tk::TableMatrix::Spreadsheet
Table Display with Spreadsheet-like bindings.
Tk::TableMatrix::SpreadsheetHideRows
Table Display with selectable hide/un-hide of rows
Tk::Task
allow multiple "tasks" to proceed at once
Tk::Tcl-perl
very old suspect documentation on porting.
Tk::Text
Create and manipulate Text widgets
Tk::TextUndo
perl/tk text widget with bindings to undo changes.
Tk::Tiler
Scrollable frame with sub-widgets arranged into rows
Tk::TixGrid
Create and manipulate Tix Grid widgets
Tk::tixWm
Tix's addition to the standard TK wm command.
Tk::tkvars
Variables used or set by Tk
Tk::TList
Create and manipulate Tix Tabular List widgets
Tk::TM::Lib
User interface for database applications. Tk::TM - Tk Transaction Manager - screen transactions with user.
Tk::TM::Try
Tk Transaction Manager Error processing functions. See Tk::TM::Lib for main descriptions and principles.
Tk::TM::wApp
Tk Transaction Manager Application Window. See Tk::TM::Lib for main descriptions and principles.
Tk::Toplevel
Create and manipulate Toplevel widgets
Tk::Trace
emulate Tcl/Tk B<trace> functions.
Tk::Tree
Create and manipulate Tree widgets
Tk::TreeGraph
Tk widget to draw a tree in a Canvas
Tk::UserGuide
Writing Tk applications in perl5.
Tk::waitVariableX
a waitVariable with extensions.
Tk::Widget
Base class of all widgets
Tk::WidgetDemo
create a standard widget demonstration window.
Tk::widgets
preload widget classes
Tk::WinPhoto
Load a Photo image from a window
Tk::Wm
Communicate with window manager
Tk::Workspace

Tk::WorkspaceText
Text editor widget.
Tk::X
Perl extension for Xlib constants.
Tk::X11Font
a class for finding X Fonts
Tk::XFontSelect

Tk::XMLViewer
Tk widget to display XML
Tk::Xrm
X Resource/Defaults/Options routines that obey the rules.

Tree::Binary
A Object Oriented Binary Tree for Perl
Tree::Binary::Search
A Binary Search Tree for perl
Tree::Binary::Search::Node
A node for a Tree::Binary::Search tree
Tree::Binary::Visitor::Base
A Visitor base class for Tree::Binary::Visitor::* objects
Tree::Binary::Visitor::BreadthFirstTraversal
Visitor object for Tree::Binary objects
Tree::Binary::Visitor::InOrderTraversal
Visitor object for Tree::Binary objects
Tree::Binary::Visitor::PostOrderTraversal
Visitor object for Tree::Binary objects
Tree::Binary::Visitor::PreOrderTraversal
Visitor object for Tree::Binary objects
Tree::Binary::VisitorFactory
A factory object for dispensing Visitor objects
Tree::DAG_Node
Tree::DAG_Node -class for representing nodes in a tree
Tree::Nary
Perl implementation of N-ary search trees.
Tree::RedBlack
Perl implementation of Red/Black tree, a type of balanced tree.
Tree::RedBlack::Node
Node class for Perl implementation of Red/Black tree
Tree::Simple
A simple tree object
Tree::Simple::Visitor
Visitor object for Tree::Simple objects
Tree::Visualize
A module for visualizing Tree structures
Tree::Visualize::ASCII::BoundingBox
A bounding box for ASCII drawings
Tree::Visualize::ASCII::Connectors::BottomUp::LeftRightConnector

Tree::Visualize::ASCII::Connectors::BottomUp::MultiConnector

Tree::Visualize::ASCII::Connectors::Diagonal::LeftRightConnector
A connector for Diagonal layouts
Tree::Visualize::ASCII::Connectors::LeftSide::LeftRightConnector

Tree::Visualize::ASCII::Connectors::LeftSide::MultiConnector

Tree::Visualize::ASCII::Connectors::RightSide::LeftRightConnector

Tree::Visualize::ASCII::Connectors::RightSide::MultiConnector

Tree::Visualize::ASCII::Connectors::TopDown::LeftRightConnector
A connector for TopDown layouts
Tree::Visualize::ASCII::Connectors::TopDown::MultiConnector

Tree::Visualize::ASCII::Layouts::Binary
A base class for Tree::Binary and Tree::Binary::Search layouts
Tree::Visualize::ASCII::Layouts::Binary::BottomUp

Tree::Visualize::ASCII::Layouts::Binary::Diagonal
A Diagonal Tree::Binary and Tree::Binary::Search layout
Tree::Visualize::ASCII::Layouts::Binary::LeftSide

Tree::Visualize::ASCII::Layouts::Binary::RightSide

Tree::Visualize::ASCII::Layouts::Binary::TopDown
A TopDown Tree::Binary and Tree::Binary::Search layout
Tree::Visualize::ASCII::Layouts::Simple
A base class for Tree::Simple layouts
Tree::Visualize::ASCII::Layouts::Simple::BottomUp

Tree::Visualize::ASCII::Layouts::Simple::LeftSide

Tree::Visualize::ASCII::Layouts::Simple::RightSide

Tree::Visualize::ASCII::Layouts::Simple::TopDown
A TopDown Tree::Simple layout
Tree::Visualize::ASCII::Node::Brackets
A simple bracket node
Tree::Visualize::ASCII::Node::Parens
A simple parentheses node
Tree::Visualize::ASCII::Node::PlainBox
A simple ASCII box node
Tree::Visualize::Config
A set of configuration variables for Tree::Visualize
Tree::Visualize::Connector::Factory
A Tree::Visualize::Connector::IConnector Factory
Tree::Visualize::Connector::IConnector
An abstract base class for Connector objects
Tree::Visualize::Exceptions
A set of exception object for the Tree::Visualize module
Tree::Visualize::Factory
A Abstract Factory for creating certain components for Tree::Visualize
Tree::Visualize::GraphViz::Layouts::Binary::SearchTree

Tree::Visualize::GraphViz::Layouts::Binary::Tree

Tree::Visualize::GraphViz::Layouts::Simple::Tree

Tree::Visualize::GraphViz::Node::PlainNode

Tree::Visualize::Layout::Factory
A Tree::Visualize::Layout::ILayout Factory
Tree::Visualize::Layout::ILayout
An abstract base class for Layout objects
Tree::Visualize::Node::Factory
A Tree::Visualize::Node::INode Factory
Tree::Visualize::Node::INode
An abstract base class for Node drawings

- U -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Unicode::CharName
Look up Unicode character names
Unicode::Lite
Easy conversion between encodings
Unicode::Map
maps charsets from and to utf16 unicode
Unicode::Map8
Mapping table between 8-bit chars and Unicode
Unicode::MapUTF8
Conversions to and from arbitrary character sets and UTF8
Unicode::String
String of Unicode characters

UNIVERSAL
base class for ALL classes
UNIVERSAL::exports
Lightweight, universal exporting of variables
UNIVERSAL::moniker

UNIVERSAL::require
require modules from a variable

Unix::Syslog
Perl interface to the UNIX syslog calls

Untaint
Module for laundering tainted data.

URI
Uniform Resource Identifiers
URI::Bookmark
Perl module class encapsulating an entry in a typicalbookmark file.
URI::Bookmark::Netscape
Perl module containing routines forindividual Netscape bookmarks
URI::Bookmarks
Perl module class encapsulating bookmark files
URI::Bookmarks::Netscape
Perl module containing routines forNetscape bookmark files
URI::data
URI that contains immediate data
URI::Escape
Escape and unescape unsafe characters
URI::file
URI that maps to local file names
URI::Find
Find URIs in arbitrary text
URI::Find::Schemeless
Find schemeless URIs in arbitrary text.
URI::Find::Schemeless::Stricter
Find schemeless URIs in arbitrary text.
URI::Heuristic
Expand URI using heuristics
URI::ldap
LDAP Uniform Resource Locators
URI::QueryParam
Additional query methods for URIs
URI::Split
Parse and compose URI strings
URI::URL
Uniform Resource Locators
URI::WithBase
URIs which remember their base

User::grent
by-name interface to Perl's built-in getgr* functions
User::Identity
maintains info about a physical person
User::Identity::Archive
base class for archiving user information
User::Identity::Archive::Plain
simple, plain text archiver
User::Identity::Collection
base class for collecting roles of a user
User::Identity::Collection::Emails
a collection of email roles
User::Identity::Collection::Item
base class for any collectable item
User::Identity::Collection::Locations
a collection of locations
User::Identity::Collection::Systems
a collection of system descriptions
User::Identity::Collection::Users
a collection of users
User::Identity::Item
general base class for User::Identity
User::Identity::Location
physical location of a person
User::Identity::System
physical system of a person
User::pwent
by-name interface to Perl's built-in getpw* functions

utf8
Perl pragma to enable/disable UTF-8 in source code

- V -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

vars
Perl pragma to predeclare global variable names

version
Perl extension for Version Objects
version::AlphaBeta
Use alphanumeric version objects

- W -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

Want
A generalisation of C<wantarray>

warnings
Perl pragma to control optional warnings
warnings::register
warnings import function

WeakRef
an API to the Perl weak references

WebFetch
Perl module to download and save information from the Web
WebFetch::32BitsOnline
download and save 32BitsOnline headlines
WebFetch::CNETnews
download and save c|net news.com headlines or news search
WebFetch::CNNsearch
search for stories at CNN Interactive
WebFetch::COLA
news from the comp.os.linux.announce newsgroup
WebFetch::DebianNews
download and save Debian News headlines
WebFetch::Freshmeat
download and save Freshmeat headlines
WebFetch::General
download and save headlines from other WebFetch sites
WebFetch::LinuxDevNet
download and save Linux Dev.Net headlines
WebFetch::LinuxTelephony
download and save LinuxTelephony headlines
WebFetch::LinuxToday
download and save LinuxToday headlines
WebFetch::ListSubs
summarize mail list subscriptions
WebFetch::PerlStruct
accepts a Perl structure with pre-parsed news
WebFetch::SiteNews
download and save SiteNews headlines
WebFetch::Slashdot
download and save Slashdot headlines
WebFetch::YahooBiz
download and save YahooBiz headlines

Win32
Interfaces to some Win32 API Functions
Win32::DBIODBC
Win32::ODBC emulation layer for the DBI

Workflow
Simple, flexible system to implement workflows
Workflow::Action
Base class for Workflow actions
Workflow::Action::InputField
Metadata about information required by an Action
Workflow::Action::Null
Workflow action for the terminally lazy
Workflow::Base
Base class with constructor
Workflow::Condition
Evaluate a condition depending on the workflow state and environment
Workflow::Condition::Evaluate
Inline condition that evaluates perl code for truth
Workflow::Condition::HasUser
Condition to determine if a user is available
Workflow::Config
Parse configuration files for the workflow components
Workflow::Config::Perl
Parse workflow configurations as Perl data structures
Workflow::Config::XML
Parse workflow configurations from XML content
Workflow::Context
Data blackboard for Workflows, Actions, Conditions and Validators
Workflow::Exception
Base class for workflow exceptions
Workflow::Factory
Generates new workflow and supporting objects
Workflow::History
Recorded work on a workflow action or workflow itself
Workflow::Persister
Base class for workflow persistence
Workflow::Persister::DBI
Persist workflow and history to DBI database
Workflow::Persister::DBI::AutoGeneratedId
Pull IDs from databases that autogenerate them
Workflow::Persister::DBI::ExtraData
Fetch extra data with each workflow and put it into the context
Workflow::Persister::DBI::SequenceId
Persister to fetch ID from a sequence
Workflow::Persister::File
Persist workflow and history to the filesystem
Workflow::Persister::RandomId
Persister to generate random ID
Workflow::Persister::SPOPS
Persist workflows using SPOPS
Workflow::Persister::UUID
Persister to generate Universally Unique Identifiers
Workflow::State
Information about an individual state in a workflow
Workflow::Validator
Ensure data are valid
Workflow::Validator::HasRequiredField
Validator to ensure certain data are in the context
Workflow::Validator::InEnumeratedType
Ensure a value is one of a declared set of values
Workflow::Validator::MatchesDateFormat
Ensure a stringified date matches a given pattern

WWW::Mechanize
Handy web browsing in a Perl object
WWW::Mechanize::CGI
Use WWW::Mechanize with CGI applications.
WWW::Mechanize::Cookbook
Recipes for using WWW::Mechanize
WWW::Mechanize::Examples
Sample programs that use WWW::Mechanize
WWW::Mechanize::FAQ
Frequently Asked Questions about WWW::Mechanize
WWW::Mechanize::Image
Image object for WWW::Mechanize
WWW::Mechanize::Link
Link object for WWW::Mechanize
WWW::Mechanize::Pluggable
custmomizable via plugins
WWW::Mechanize::Plugin::HelloWorld
a sample WWW::Mechanize::Pluggable plugin
WWW::RobotRules
database of robots.txt-derived permissions
WWW::RobotRules::AnyDBM_File
Persistent RobotRules

- X -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

XML::Checker
A perl module for validating XML
XML::Checker::Parser
an XML::Parser that validates at parse time
XML::DOM
A perl module for building DOM Level 1 compliant document structures
XML::DOM-ecmascript
XML::Grove and DOM Level One
XML::DOM::AttDef
A single XML attribute definition in an ATTLIST in XML::DOM
XML::DOM::AttlistDecl
An XML ATTLIST declaration in XML::DOM
XML::DOM::Attr
An XML attribute in XML::DOM
XML::DOM::CDATASection
Escaping XML text blocks in XML::DOM
XML::DOM::CharacterData
Common interface for Text, CDATASections and Comments
XML::DOM::Comment
An XML comment in XML::DOM
XML::DOM::Document
An XML document node in XML::DOM
XML::DOM::DocumentFragment
Facilitates cut & paste in XML::DOM documents
XML::DOM::DocumentType
An XML document type in XML::DOM
XML::DOM::DOMImplementation
Information about XML::DOM implementation
XML::DOM::Element
An XML element node in XML::DOM
XML::DOM::ElementDecl
An XML ELEMENT declaration in XML::DOM
XML::DOM::Entity
An XML ENTITY in XML::DOM
XML::DOM::EntityReference
An XML ENTITY reference in XML::DOM
XML::DOM::NamedNodeMap
A hash table interface for XML::DOM
XML::DOM::Node
Super class of all nodes in XML::DOM
XML::DOM::NodeList
A node list as used by XML::DOM
XML::DOM::Notation
An XML NOTATION in XML::DOM
XML::DOM::Parser
An XML::Parser that builds XML::DOM document structures
XML::DOM::PerlSAX
Old name of L<XML::Handler::BuildDOM>
XML::DOM::ProcessingInstruction
An XML processing instruction in XML::DOM
XML::DOM::Text
A piece of XML text in XML::DOM
XML::DOM::ValParser
an XML::DOM::Parser that validates at parse time
XML::DOM::XMLDecl
XML declaration in XML::DOM
XML::Dumper
Perl module for dumping Perl objects from/to XML
XML::Encoding
A perl module for parsing XML encoding maps.
XML::ESISParser
Perl SAX parser using nsgmls
XML::Filter::BufferText
Filter to put all characters in one event
XML::Filter::DetectWS
A PerlSAX filter that detects ignorable whitespace
XML::Filter::Reindent
Reformats whitespace for pretty printing XML
XML::Filter::SAXT
Replicates SAX events to several SAX event handlers
XML::Grove
Perl-style XML objects
XML::Grove::AsCanonXML
output XML objects in canonical XML
XML::Grove::AsString
output content of XML objects as a string
XML::Grove::Builder
PerlSAX handler for building an XML::Grove
XML::Grove::Factory
simplify creation of XML::Grove objects
XML::Grove::IDs
return an index of `id' attributes in a grove
XML::Grove::Path
return the object at a path
XML::Grove::PerlSAX
an PerlSAX event interface for XML objects
XML::Grove::Sub
run a filter sub over a grove
XML::Grove::Subst
substitute values into a template
XML::Grove::XPointer
deprecated module once intended for XPointer
XML::Handler::BuildDOM
PerlSAX handler that creates XML::DOM document structures
XML::Handler::CanonXMLWriter
output XML in canonical XML format
XML::Handler::Composer
Another XML printer/writer/generator
XML::Handler::PrintEvents
Prints PerlSAX events
XML::Handler::Sample
a trivial PerlSAX handler
XML::Handler::Subs
a PerlSAX handler base class for calling user-defined subs
XML::Handler::XMLWriter
a PerlSAX handler for writing readable XML
XML::LibXML
Perl Binding for libxml2
XML::LibXML::Attr
XML::LibXML Attribute Class
XML::LibXML::Boolean
Boolean true/false values
XML::LibXML::CDATASection
XML::LibXML Class for CDATA Sections
XML::LibXML::Comment
XML::LibXML Comment Class
XML::LibXML::Common
Routines and Constants common for XML::LibXML and XML::GDOME
XML::LibXML::Document
XML::LibXML DOM Document Class
XML::LibXML::DocumentFragment
XML::LibXML's DOM L2 Document Fragment Implementation
XML::LibXML::DOM
XML::LibXML DOM Implementation
XML::LibXML::Dtd
XML::LibXML DTD Handling
XML::LibXML::Element
XML::LibXML Class for Element Nodes
XML::LibXML::Iterator
XML::LibXML's Tree Iteration Class
XML::LibXML::Literal
Simple string values.
XML::LibXML::Namespace
XML::LibXML Namespace Implementation
XML::LibXML::Node
Abstract Base Class of XML::LibXML Nodes
XML::LibXML::NodeList
a list of XML document nodes
XML::LibXML::NodeList::Iterator
Iteration Class for XML::LibXML XPath results
XML::LibXML::Number
Simple numeric values.
XML::LibXML::Parser
Parsing XML Data with XML::LibXML
XML::LibXML::PI
XML::LibXML Processing Instructions
XML::LibXML::SAX
XML::LibXML direct SAX parser
XML::LibXML::SAX::Builder
Building DOM trees from SAX events.
XML::LibXML::SAX::Generator
Generate SAX events from a LibXML tree
XML::LibXML::Text
XML::LibXML Class for Text Nodes
XML::LibXSLT
Interface to the gnome libxslt library
XML::miniXQL
Module for doing stream based XML queries
XML::NamespaceSupport
a simple generic namespace support class
XML::NodeFilter
Generic XML::NodeFilter Class
XML::Parser
A perl module for parsing XML documents
XML::Parser::Expat
Lowlevel access to James Clark's expat XML parser
XML::Parser::PerlSAX
Perl SAX parser using XML::Parser
XML::Parser::Style::Debug
Debug style for XML::Parser
XML::Parser::Style::Object

XML::Parser::Style::Objects

XML::Parser::Style::Stream
Stream style for XML::Parser
XML::Parser::Style::Subs

XML::Parser::Style::Tree

XML::PatAct::ActionTempl
An action module for
XML::PatAct::Amsterdam
An action module for simplistic style-sheets
XML::PatAct::MatchName
A pattern module for matching element names
XML::PatAct::PatternTempl
A pattern module for
XML::PatAct::ToObjects
An action module for creating Perl objects
XML::Perl2SAX
translate Perl SAX methods to Java/CORBA style methods
XML::RegExp
Regular expressions for XML tokens
XML::RSS
creates and updates RSS files
XML::SAX
Simple API for XML
XML::SAX2Perl
translate Java/CORBA style SAX methods to Perl methods
XML::SAX::Base
Base class SAX Drivers and Filters
XML::SAX::DocumentLocator
Helper class for document locators
XML::SAX::Exception
Exception classes for XML::SAX
XML::SAX::Expat
SAX2 Driver for Expat
XML::SAX::Intro
An Introduction to SAX Parsing with Perl
XML::SAX::ParserFactory
Obtain a SAX parser
XML::SAX::PurePerl
Pure Perl XML Parser with SAX2 interface
XML::SAX::PurePerl::Reader
Abstract Reader factory class
XML::SAX::Writer
SAX2 Writer
XML::SAX::Writer::XML
SAX2 XML Writer
XML::Schematron
Perl implementation of the Schematron.
XML::Schematron::LibXSLT
Perl extension for validating XML with XPath/XSLT expressions.
XML::Schematron::Sablotron
Perl extension for validating XML with XPath/XSLT expressions.
XML::Schematron::XPath
Perl extension for validating XML with XPath expressions.
XML::Simple
Easy API to maintain XML
XML::Simple::FAQ
Frequently Asked Questions about XML::Simple
XML::SimpleParser
Perl extension for XML parsing without external libraries
XML::Twig
A perl module for processing huge XML documents in tree mode.
XML::UM
Convert UTF-8 strings to any encoding supported by XML::Encoding
XML::Writer
Perl extension for writing XML documents.
XML::XPath
a set of modules for parsing and evaluating XPath statements
XML::XPath::Boolean
Boolean true/false values
XML::XPath::Builder
SAX handler for building an XPath tree
XML::XPath::Literal
Simple string values.
XML::XPath::Node
internal representation of a node
XML::XPath::Node::Attribute
a single attribute
XML::XPath::Node::Comment
an XML comment: <!--comment-->
XML::XPath::Node::Element
an <element>
XML::XPath::Node::Namespace
an XML namespace node
XML::XPath::Node::PI
an XML processing instruction node
XML::XPath::Node::Text
an XML text node
XML::XPath::NodeSet
a list of XML document nodes
XML::XPath::Number
Simple numeric values.
XML::XPath::PerlSAX
A PerlSAX event generator for my wierd node structure
XML::XPath::XMLParser
The default XML parsing class that produces a node tree
XML::XPathScript
a Perl framework for XML stylesheets
XML::XPathScript::Processor
the XML transformation engine in XML::XPathScript
XML::XQL
A perl module for querying XML tree structures with XQL
XML::XQL::Date
Adds an XQL::Node type for representing and comparing dates and times
XML::XQL::DOM
Adds XQL support to XML::DOM nodes
XML::XQL::Query
Creates an XQL query evaluater from a XQL expression
XML::XQL::Tutorial
Describes the XQL query syntax
XML::XSLT
A perl module for processing XSLT

XSLoader
Dynamically load C libraries into Perl code

- Y -

[ABCDEFGHIJKLMNOPQRSTUVWXYZ]

YAML
YAML Ain't Markup Language
YAML::Node
A generic data node that encapsulates YAML information


Créé par UpdateIndex (P.Gaborit) - Tuesday 18 April 2006 - 18:00:57