B::Assembler - Assemble Perl bytecode
B::Asmdata - Autogenerated data about Perl ops, used to generate bytecode
B::Disassembler - Disassemble 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::Debug - Walk Perl syntax tree, printing debug info about ops
B::Deparse (0.56) - Perl compiler backend to produce perl code
B::Showlex - Show lexical variables used in functions or files
B::Lint - Perl lint
B::Stackobj - Helper module for CC backend
B::Terse - Walk Perl syntax tree, printing terse info about ops
B::Xref - Generates cross reference reports for Perl programs
Data::Dumper (2.09) - stringified perl data structures, suitable for both printing and C
IO::Handle (1.1505) - supply object methods for I/O handles
IO::File (1.06021) - supply object methods for filehandles
IO::Seekable (1.06) - supply seek based methods for I/O objects
IO::Pipe (1.0901) - supply object methods for pipes
IO::Select (1.10) - OO interface to the select system call
IO::Socket (1.1603) - Object interface to socket communications
DynaLoader (1.03) - Dynamically load C libraries into Perl code
B - The Perl Compiler
Config - access Perl configuration information
DB_File (1.60) - Perl5 access to Berkeley DB version 1.x
NDBM_File (1.01) - Tied access to ndbm files
Errno (1.09) - System errno constants
Fcntl (1.03) - load the C Fcntl.h defines
IO - load various IO modules
Opcode (1.04) - Disable named opcodes when compiling perl code
O - Generic interface to Perl Compiler backends
SDBM_File (1.00) - Tied access to sdbm files
ops - Perl pragma to restrict unsafe operations when compiling
Socket (1.7) - load the C socket.h defines and structure manipulators
Safe (2.06) - Compile and execute code in restricted compartments
attrs (1.0) - set/get attributes of a subroutine
re (0.02) - Perl pragma to alter regular expression behaviour
CGI::Apache - Backward compatibility module for CGI.pm
CGI::Carp (1.14) - CGI routines for writing to the HTTPD (or other) error log
CGI::Cookie (1.12) - Interface to Netscape Cookies
CGI::Fast - CGI Interface for Fast CGI
CGI::Pretty (1.03) - module to produce nicely formatted HTML code
CGI::Push (1.01) - Simple Interface to Server Push
CGI::Switch - Backward compatibility module for defunct CGI::Switch
Class::Struct - declare struct-like datatypes as Perl classes
Data::Dumper (2.09) - stringified perl data structures, suitable for both printing and C
Devel::SelfStubber (1.01) - generate stubs for a SelfLoading module
ExtUtils::Installed (0.02) - Inventory management of installed modules
ExtUtils::Command (1.01) - utilities to replace common UNIX commands in Makefiles etc.
ExtUtils::Embed (1.2505) - Utilities for embedding Perl in C/C++ applications
ExtUtils::Install (1.28) - install files from here to there
ExtUtils::MakeMaker (5.4301) - create an extension Makefile
ExtUtils::Liblist (1.25) - determine libraries to use and how to use them
ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
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::Mkbootstrap (1.13) - make a bootstrap file for use by DynaLoader
ExtUtils::Manifest (1.33) - utilities to write and check a MANIFEST file
ExtUtils::Miniperl - write the C code for perlmain.c
ExtUtils::Mksymlists (1.17) - write linker options files for dynamic extension
ExtUtils::Packlist (0.03) - manage .packlist files
ExtUtils::testlib (1.11) - add blib/* directories to @INC
File::Spec::Win32 - methods for Win32 file specs
File::Spec::Mac (1.0) - File::Spec for MacOS
File::Spec::OS2 - methods for OS/2 file specs
File::Spec::Unix - methods used by File::Spec
File::Spec::VMS - methods for VMS file specs
File::CheckTree - run many filetest checks on a tree
File::Basename (2.6) - split a pathname into pieces
File::Compare (1.1001) - Compare files or filehandles
File::Copy (2.02) - Copy files or filehandles
File::DosGlob - DOS like globbing and then some
File::Find - traverse a file tree
File::Path (1.0401) - create or remove a series of directories
File::Spec (0.6) - portably perform operations on file names
File::stat - by-name interface to Perl's built-in stat() functions
Getopt::Long (2.17) - extended processing of command line options
Getopt::Std - Process single-character switches with switch clustering
I18N::Collate - compare 8-bit scalar data according to the current locale
IPC::Open2 (1.01) - open a process for both reading and writing
IPC::Msg (1.00) - SysV Msg IPC object class
IPC::Semaphore (1.00) - SysV Semaphore IPC object class
IPC::Open3 (1.0102) - open a process for reading, writing, and error handling
IPC::SysV (1.03) - SysV IPC constants
Math::BigFloat - Arbitrary length float math package
Math::BigInt - Arbitrary size integer math package
Math::Complex (1.25) - complex numbers and associated mathematical functions
Math::Trig (1) - trigonometric functions
Net::hostent - by-name interface to Perl's built-in gethost*() functions
Net::Ping (2.02) - check a remote host for reachability
Net::netent - by-name interface to Perl's built-in getnet*() functions
Net::protoent - by-name interface to Perl's built-in getproto*() functions
Net::servent - by-name interface to Perl's built-in getserv*() functions
Pod::Html (1.01) - module to convert pod files to HTML
Pod::Text (1.0203) - convert POD data to formatted ASCII text
Search::Dict - search for key in dictionary file
Sys::Hostname - Try every conceivable way to get hostname
Sys::Syslog - Perl interface to the UNIX syslog(3) calls
Term::Complete - Perl word completion module
Term::Cap - Perl termcap interface
Term::ReadLine - Perl interface to various C packages. If no real package is found, substitutes stubs instead of basic functions.
Test::Harness (1.1602) - run perl standard test scripts with statistics
Text::ParseWords (3.1) - parse text into an array of tokens or array of arrays
Text::Abbrev - create an abbreviation table from a list
Text::Soundex - Implementation of the Soundex Algorithm as Described by Knuth
Text::Tabs (96.121201) - expand and unexpand tabs per the unix expand(1) and unexpand(1)
Text::Wrap (97.02) - line wrapping to form simple paragraphs
Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
Tie::Array (1.00) - base class for tied arrays
Tie::Handle - base class definitions for tied handles
Tie::Hash - base class definitions for tied hashes
Tie::RefHash - use references as hash keys
Tie::Scalar - base class definitions for tied scalars
Time::localtime (1.01) - by-name interface to Perl's built-in localtime() function
Time::Local - efficiently compute time from local and GMT time
Time::gmtime (1.01) - by-name interface to Perl's built-in gmtime() function
Time::tm - internal object used by Time::gmtime and Time::localtime
User::grent - by-name interface to Perl's built-in getgr*() functions
User::pwent - by-name interface to Perl's built-in getpw*() functions
i386-netbsd::B::Assembler - Assemble Perl bytecode
i386-netbsd::B::Asmdata - Autogenerated data about Perl ops, used to generate bytecode
i386-netbsd::B::Disassembler - Disassemble Perl bytecode
i386-netbsd::B::Bblock - Walk basic blocks
i386-netbsd::B::Bytecode - Perl compiler's bytecode backend
i386-netbsd::B::C - Perl compiler's C backend
i386-netbsd::B::CC - Perl compiler's optimized C translation backend
i386-netbsd::B::Debug - Walk Perl syntax tree, printing debug info about ops
i386-netbsd::B::Deparse - Perl compiler backend to produce perl code
i386-netbsd::B::Showlex - Show lexical variables used in functions or files
i386-netbsd::B::Lint - Perl lint
i386-netbsd::B::Stackobj - Helper module for CC backend
i386-netbsd::B::Terse - Walk Perl syntax tree, printing terse info about ops
i386-netbsd::B::Xref - Generates cross reference reports for Perl programs
i386-netbsd::Data::Dumper - stringified perl data structures, suitable for both printing and C
i386-netbsd::IO::Handle - supply object methods for I/O handles
i386-netbsd::IO::File - supply object methods for filehandles
i386-netbsd::IO::Seekable - supply seek based methods for I/O objects
i386-netbsd::IO::Pipe - supply object methods for pipes
i386-netbsd::IO::Select - OO interface to the select system call
i386-netbsd::IO::Socket - Object interface to socket communications
i386-netbsd::DynaLoader - Dynamically load C libraries into Perl code
i386-netbsd::B - The Perl Compiler
i386-netbsd::Config - access Perl configuration information
i386-netbsd::DB_File - Perl5 access to Berkeley DB version 1.x
i386-netbsd::NDBM_File - Tied access to ndbm files
i386-netbsd::Errno - System errno constants
i386-netbsd::Fcntl - load the C Fcntl.h defines
i386-netbsd::IO - load various IO modules
i386-netbsd::Opcode - Disable named opcodes when compiling perl code
i386-netbsd::O - Generic interface to Perl Compiler backends
i386-netbsd::SDBM_File - Tied access to sdbm files
i386-netbsd::ops - Perl pragma to restrict unsafe operations when compiling
i386-netbsd::Socket - load the C socket.h defines and structure manipulators
i386-netbsd::Safe - Compile and execute code in restricted compartments
i386-netbsd::attrs - set/get attributes of a subroutine
i386-netbsd::re - Perl pragma to alter regular expression behaviour
AnyDBM_File - provide framework for multiple DBMs
AutoLoader - load subroutines only on demand
CGI (2.56) - Simple Common Gateway Interface Class
AutoSplit (1.0302) - split a package for autoloading
Benchmark - benchmark running times of code
Carp - warn of errors (from perspective of caller)
Cwd (2.01) - get pathname of current working directory
DirHandle - supply object methods for directory handles
English - use nice English (or awk) names for ugly punctuation variables
Env - perl module that imports environment variables
Exporter - Implements default import method for modules
Fatal (1.02) - replace functions with equivalents which succeed or die
FileCache - keep more files open than the system permits
FileHandle (2.00) - supply object methods for filehandles
FindBin (1.41) - Locate directory of original perl script
SelectSaver - save and restore selected file handle
SelfLoader (1.08) - load functions only on demand
Shell - run shell commands transparently within perl
Symbol (1.02) - manipulate Perl symbols and their names
Test (1.04) - provides a simple framework for writing test scripts
UNIVERSAL - base class for ALL classes (blessed references)
autouse (1.01) - postpone load of modules until a function is used
base - Establish IS-A relationship with base class at compile time
blib (1.00) - Use MakeMaker's uninstalled version of a package
constant (1.00) - Perl pragma to declare constants
diagnostics - Perl compiler pragma to force verbose warning diagnostics
fields (0.02) - compile-time class fields
integer - Perl pragma to compute arithmetic in integer instead of double
less - perl pragma to request less of something from the compiler
lib - manipulate @INC at compile time
locale - Perl pragma to use and avoid POSIX locales for built-in operations
overload - Package for overloading perl operations
sigtrap (1.02) - Perl pragma to enable simple signal handling
strict (1.01) - Perl pragma to restrict unsafe constructs
subs - Perl pragma to predeclare sub names
vars - Perl pragma to predeclare global variable names
Apache::RedirectLogFix - Properly set redirect status for loggers
Apache::Constants (1.09) - Constants defined in apache header files
Apache::Debug (1.61) - Utilities for debugging embedded perl code
Apache::ExtUtils - Utils for Apache:C/Perl glue
Apache::FakeRequest (1.00) - fake request object for debugging
Apache::Include (1.00) - Utilities for mod_perl/mod_include integration
Apache::Leak (1.00) - Module for tracking memory leaks in mod_perl code
Apache::Log (1.01) - Interface to Apache logging
Apache::Options (1.61) - OPT_* defines from httpd_core.h
Apache::PerlRun - Run unaltered CGI scripts under mod_perl
Apache::PerlRunXS (0.03) - XS implementation of Apache::PerlRun/Apache::Registry
Apache::PerlSections - Utilities for work with sections
Apache::Registry (2.01) - Run unaltered CGI scrips under mod_perl
Apache::RegistryLoader (1.90) - Compile Apache::Registry scripts at server startup
Apache::Resource - Limit resources used by httpd children
Apache::SIG (1.91) - Override apache signal handlers with Perl's
Apache::SizeLimit - Because size does matter.
Apache::StatINC (1.06) - Reload %INC files when updated on disk
Apache::Status (2.01) - Embedded interpreter status information
Apache::Symbol - Things for symbol things
Apache::Symdump - Symbol table snapshots
Apache::Table (0.01) - Perl interface to the Apache table structure
Apache::URI (1.00) - URI component parsing and unparsing
Apache::Util (1.01) - Interface to Apache C util functions
Apache::httpd_conf (0.01) - Generate an httpd.conf file
Apache::src (0.01) - Methods for locating and parsing bits of Apache source code
Bundle::DBD::mysql (2.0217) - A bundle to install Perl drivers for mSQL or MySQL
Bundle::Apache (1.01) - Install Apache mod_perl and related modules
Bundle::DBI (1.03) - A bundle to install DBI and required modules.
Compress::Zlib (1.10) - Interface to zlib compression library
Crypt::Blowfish (2.06) - Perl Blowfish encryption module
Crypt::DES - Perl DES encryption module
Crypt::SSLeay (0.16) - OpenSSL & SSLeay glue that provides LWP https support
DBD::ADO - A DBI driver for Microsoft ADO (Active Data Objects)
DBD::Multiplex (0.2) - A DBI driver multiplexer
DBD::Proxy - A proxy driver for the DBI
DBD::mysql (2.0217) - mSQL and mysql drivers for the Perl5 Database Interface (DBI)
DBI::Format (1.1) - A package for displaying result tables
DBI::DBD (10.8) - DBD Driver Writer's Guide
DBI::FAQ (0.37) - The Frequently Asked Questions for the Perl5 Database Interface
DBI::ProxyServer - a server for the DBD::Proxy driver
DBI::Shell (10.7) - Interactive command shell for the DBI
DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
Date::Calc (4.2) - Gregorian calendar date calculations
Digest::MD5 (2.20) - Perl interface to the MD5 Algorithm
File::Sync (0.09) - Perl access to fsync() and sync() function calls
HTML::HeadParser (2.14) - Parse section of a HTML document
HTML::Entities (1.19) - Encode or decode strings with HTML entities
HTML::Filter (2.09) - Filter HTML text through the parser
HTML::LinkExtor (1.29) - Extract links from an HTML document
HTML::Parser (3.15) - HTML parser class
HTML::TokeParser (2.20) - Alternative HTML::Parser interface
IO::Pty (0.01) - Pseudo TTY object class
Image::Magick (5.36) - Perl extension for calling ImageMagick's libmagick routines
MIME::QuotedPrint (2.03) - Encoding and decoding of quoted-printable strings
MIME::Base64 (2.11) - Encoding and decoding of base64 strings
Mail::Cclient (0.6) - Mailbox access via the c-client library API
Net::SSLeay (1.05) - Perl extension for using OpenSSL
SQL::Statement (0.1016) - SQL parsing and processing engine
SQL::Eval - Base for deriving evalution objects for SQL::Statement
String::Approx (3.15) - Perl extension for approximate matching (fuzzy matching)
Text::CSV_XS (0.20) - comma-separated values manipulation routines
Time::HiRes (01.20) - High resolution ualarm, usleep, and gettimeofday
Unicode::CharName (1.04) - Look up Unicode character names
Unicode::Map (0.110) - maps charsets from and to utf16 unicode
Unicode::String (2.06) - String of Unicode characters (UCS2/UTF16)
Win32::DBIODBC - Win32::ODBC emulation layer for the DBI
XML::Parser::Expat (2.30) - Lowlevel access to James Clark's expat XML parser
XML::Parser (2.30) - A perl module for parsing XML documents
Apache (1.26) - Perl interface to the Apache server API
DBI (1.14) - Database independent interface for Perl
Mysql (1.2017) - Perl interfaces to the mSQL and mysql databases
5.005::Apache::RedirectLogFix - Properly set redirect status for loggers
5.005::Apache::Constants - Constants defined in apache header files
5.005::Apache::Debug - Utilities for debugging embedded perl code
5.005::Apache::ExtUtils - Utils for Apache:C/Perl glue
5.005::Apache::FakeRequest - fake request object for debugging
5.005::Apache::Include - Utilities for mod_perl/mod_include integration
5.005::Apache::Leak - Module for tracking memory leaks in mod_perl code
5.005::Apache::Log - Interface to Apache logging
5.005::Apache::Options - OPT_* defines from httpd_core.h
5.005::Apache::PerlRun - Run unaltered CGI scripts under mod_perl
5.005::Apache::PerlRunXS - XS implementation of Apache::PerlRun/Apache::Registry
5.005::Apache::PerlSections - Utilities for work with sections
5.005::Apache::Registry - Run unaltered CGI scrips under mod_perl
5.005::Apache::RegistryLoader - Compile Apache::Registry scripts at server startup
5.005::Apache::Resource - Limit resources used by httpd children
5.005::Apache::SIG - Override apache signal handlers with Perl's
5.005::Apache::SizeLimit - Because size does matter.
5.005::Apache::StatINC - Reload %INC files when updated on disk
5.005::Apache::Status - Embedded interpreter status information
5.005::Apache::Symbol - Things for symbol things
5.005::Apache::Symdump - Symbol table snapshots
5.005::Apache::Table - Perl interface to the Apache table structure
5.005::Apache::URI - URI component parsing and unparsing
5.005::Apache::Util - Interface to Apache C util functions
5.005::Apache::httpd_conf - Generate an httpd.conf file
5.005::Apache::src - Methods for locating and parsing bits of Apache source code
5.005::Bundle::DBD::mysql - A bundle to install Perl drivers for mSQL or MySQL
5.005::Bundle::Apache - Install Apache mod_perl and related modules
5.005::Bundle::DBI - A bundle to install DBI and required modules.
5.005::Compress::Zlib - Interface to zlib compression library
5.005::Crypt::Blowfish - Perl Blowfish encryption module
5.005::Crypt::DES - Perl DES encryption module
5.005::Crypt::SSLeay - OpenSSL & SSLeay glue that provides LWP https support
5.005::DBD::ADO - A DBI driver for Microsoft ADO (Active Data Objects)
5.005::DBD::Multiplex - A DBI driver multiplexer
5.005::DBD::Proxy - A proxy driver for the DBI
5.005::DBD::mysql - mSQL and mysql drivers for the Perl5 Database Interface (DBI)
5.005::DBI::Format - A package for displaying result tables
5.005::DBI::DBD - DBD Driver Writer's Guide
5.005::DBI::FAQ - The Frequently Asked Questions for the Perl5 Database Interface
5.005::DBI::ProxyServer - a server for the DBD::Proxy driver
5.005::DBI::Shell - Interactive command shell for the DBI
5.005::DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
5.005::Date::Calc - Gregorian calendar date calculations
5.005::Digest::MD5 - Perl interface to the MD5 Algorithm
5.005::File::Sync - Perl access to fsync() and sync() function calls
5.005::HTML::HeadParser - Parse section of a HTML document
5.005::HTML::Entities - Encode or decode strings with HTML entities
5.005::HTML::Filter - Filter HTML text through the parser
5.005::HTML::LinkExtor - Extract links from an HTML document
5.005::HTML::Parser - HTML parser class
5.005::HTML::TokeParser - Alternative HTML::Parser interface
5.005::IO::Pty - Pseudo TTY object class
5.005::Image::Magick - Perl extension for calling ImageMagick's libmagick routines
5.005::MIME::QuotedPrint - Encoding and decoding of quoted-printable strings
5.005::MIME::Base64 - Encoding and decoding of base64 strings
5.005::Mail::Cclient - Mailbox access via the c-client library API
5.005::Net::SSLeay - Perl extension for using OpenSSL
5.005::SQL::Statement - SQL parsing and processing engine
5.005::SQL::Eval - Base for deriving evalution objects for SQL::Statement
5.005::String::Approx - Perl extension for approximate matching (fuzzy matching)
5.005::Text::CSV_XS - comma-separated values manipulation routines
5.005::Time::HiRes - High resolution ualarm, usleep, and gettimeofday
5.005::Unicode::CharName - Look up Unicode character names
5.005::Unicode::Map - maps charsets from and to utf16 unicode
5.005::Unicode::String - String of Unicode characters (UCS2/UTF16)
5.005::Win32::DBIODBC - Win32::ODBC emulation layer for the DBI
5.005::XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser
5.005::XML::Parser - A perl module for parsing XML documents
5.005::Apache - Perl interface to the Apache server API
5.005::DBI - Database independent interface for Perl
5.005::Mysql - Perl interfaces to the mSQL and mysql databases
5.6.0::Apache::RedirectLogFix - Properly set redirect status for loggers
5.6.0::Apache::Constants - Constants defined in apache header files
5.6.0::Apache::Debug - Utilities for debugging embedded perl code
5.6.0::Apache::ExtUtils - Utils for Apache:C/Perl glue
5.6.0::Apache::FakeRequest - fake request object for debugging
5.6.0::Apache::File - advanced functions for manipulating files at the server side
5.6.0::Apache::Include - Utilities for mod_perl/mod_include integration
5.6.0::Apache::Leak - Module for tracking memory leaks in mod_perl code
5.6.0::Apache::Log - Interface to Apache logging
5.6.0::Apache::Options - OPT_* defines from httpd_core.h
5.6.0::Apache::PerlRun - Run unaltered CGI scripts under mod_perl
5.6.0::Apache::PerlRunXS - XS implementation of Apache::PerlRun/Apache::Registry
5.6.0::Apache::PerlSections - Utilities for work with sections
5.6.0::Apache::Registry - Run unaltered CGI scrips under mod_perl
5.6.0::Apache::RegistryLoader - Compile Apache::Registry scripts at server startup
5.6.0::Apache::Resource - Limit resources used by httpd children
5.6.0::Apache::SIG - Override apache signal handlers with Perl's
5.6.0::Apache::SizeLimit - Because size does matter.
5.6.0::Apache::StatINC - Reload %INC files when updated on disk
5.6.0::Apache::Status - Embedded interpreter status information
5.6.0::Apache::Symbol - Things for symbol things
5.6.0::Apache::Symdump - Symbol table snapshots
5.6.0::Apache::Table - Perl interface to the Apache table structure
5.6.0::Apache::URI - URI component parsing and unparsing
5.6.0::Apache::Util - Interface to Apache C util functions
5.6.0::Apache::httpd_conf - Generate an httpd.conf file
5.6.0::Apache::src - Methods for locating and parsing bits of Apache source code
5.6.0::Bundle::Apache - Install Apache mod_perl and related modules
5.6.0::Apache - Perl interface to the Apache server API
5.6.1::Apache::XMLRPC::Lite - mod_perl-based XML-RPC server with minimum configuration
5.6.1::Apache::RedirectLogFix - Properly set redirect status for loggers
5.6.1::Apache::Constants - Constants defined in apache header files
5.6.1::Apache::Debug - Utilities for debugging embedded perl code
5.6.1::Apache::ExtUtils - Utils for Apache:C/Perl glue
5.6.1::Apache::FakeRequest - fake request object for debugging
5.6.1::Apache::File - advanced functions for manipulating files at the server side
5.6.1::Apache::Include - Utilities for mod_perl/mod_include integration
5.6.1::Apache::Leak - Module for tracking memory leaks in mod_perl code
5.6.1::Apache::Log - Interface to Apache logging
5.6.1::Apache::MyConfig - build options access
5.6.1::Apache::Options - OPT_* defines from httpd_core.h
5.6.1::Apache::PerlRun - Run unaltered CGI scripts under mod_perl
5.6.1::Apache::PerlRunXS - XS implementation of Apache::PerlRun/Apache::Registry
5.6.1::Apache::PerlSections - Utilities for work with sections
5.6.1::Apache::Registry - Run unaltered CGI scrips under mod_perl
5.6.1::Apache::SIG - Override apache signal handlers with Perl's
5.6.1::Apache::RegistryLoader - Compile Apache::Registry scripts at server startup
5.6.1::Apache::Resource - Limit resources used by httpd children
5.6.1::Apache::SOAP - mod_perl-based SOAP server with minimum configuration
5.6.1::Apache::SizeLimit - Because size does matter.
5.6.1::Apache::StatINC - Reload %INC files when updated on disk
5.6.1::Apache::Status - Embedded interpreter status information
5.6.1::Apache::Symbol - Things for symbol things
5.6.1::Apache::Symdump - Symbol table snapshots
5.6.1::Apache::Table - Perl interface to the Apache table structure
5.6.1::Apache::URI - URI component parsing and unparsing
5.6.1::Apache::Util - Interface to Apache C util functions
5.6.1::Apache::httpd_conf - Generate an httpd.conf file
5.6.1::Apache::src - Methods for locating and parsing bits of Apache source code
5.6.1::Apache::testold - Facilitates testing of Apache::* modules
5.6.1::Archive::Tar::File - a subclass for in-memory extracted file from Archive::Tar
5.6.1::Archive::Tar - module for manipulations of tar archives
5.6.1::Bundle::DBD::mysql - A bundle to install Perl drivers for mSQL or MySQL
5.6.1::Bundle::Apache - Install Apache mod_perl and related modules
5.6.1::Bundle::DBI - A bundle to install DBI and required modules.
5.6.1::Compress::Zlib - Interface to zlib compression library
5.6.1::Crypt::SSLeay - OpenSSL glue that provides LWP https support
5.6.1::DBD::Proxy - A proxy driver for the DBI
5.6.1::DBD::SQLite - Self Contained RDBMS in a DBI Driver
5.6.1::DBD::mysql - mSQL and mysql drivers for the Perl5 Database Interface (DBI)
5.6.1::DBI::Const::GetInfo::ANSI - ISO/IEC SQL/CLI Constants for GetInfo
5.6.1::DBI::Const::GetInfo::ODBC - ODBC Constants for GetInfo
5.6.1::DBI::Const::GetInfoReturn - Data and functions for describing GetInfo results
5.6.1::DBI::Const::GetInfoType - Data describing GetInfo type codes
5.6.1::DBI::ProfileDumper::Apache - capture DBI profiling data from Apache/mod_perl
5.6.1::DBI::ProfileData - manipulate DBI::ProfileDumper data dumps
5.6.1::DBI::Changes - List of significant changes to the DBI
5.6.1::DBI::DBD - DBD Driver Writer's Guide
5.6.1::DBI::FAQ - The Frequently Asked Questions for the Perl5 Database Interface
5.6.1::DBI::Format - A package for displaying result tables
5.6.1::DBI::Profile - Performance profiling and benchmarking for the DBI
5.6.1::DBI::ProfileDumper - profile DBI usage and output data to a file
5.6.1::DBI::ProxyServer - a server for the DBD::Proxy driver
5.6.1::DBI::PurePerl - a DBI emulation using pure perl (no C/XS compilation required)
5.6.1::DBI::Shell - Interactive command shell for the DBI
5.6.1::DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
5.6.1::Digest::MD5 - Perl interface to the MD5 Algorithm
5.6.1::Digest::SHA1 - Perl interface to the SHA-1 algorithm
5.6.1::HTML::FillInForm - Populates HTML Forms with CGI data.
5.6.1::HTML::Entities - Encode or decode strings with HTML entities
5.6.1::HTML::HeadParser - Parse section of a HTML document
5.6.1::HTML::Filter - Filter HTML text through the parser
5.6.1::HTML::LinkExtor - Extract links from an HTML document
5.6.1::HTML::Parser - HTML parser class
5.6.1::HTML::PullParser - Alternative HTML::Parser interface
5.6.1::HTML::TokeParser - Alternative HTML::Parser interface
5.6.1::IO::Tty::Constant - Terminal Constants (autogenerated)
5.6.1::IO::Pty - Pseudo TTY object class
5.6.1::IO::Tty - Low-level allocate a pseudo-Tty, import constants.
5.6.1::IO::Zlib - IO:: style interface to L
5.6.1::MIME::Decoder::QuotedPrint - encode/decode a "quoted-printable" stream
5.6.1::MIME::Decoder::Base64 - encode/decode a "base64" stream
5.6.1::MIME::Decoder::BinHex - decode a "binhex" stream
5.6.1::MIME::Decoder::Binary - perform no encoding/decoding
5.6.1::MIME::Decoder::Gzip64 - decode a "base64" gzip stream
5.6.1::MIME::Decoder::NBit - encode/decode a "7bit" or "8bit" stream
5.6.1::MIME::Decoder::UU - decode a "uuencoded" stream
5.6.1::MIME::Field::ConTraEnc - a "Content-transfer-encoding" field
5.6.1::MIME::Field::ContDisp - a "Content-disposition" field
5.6.1::MIME::Field::ContType - a "Content-type" field
5.6.1::MIME::Field::ParamVal - subclass of Mail::Field, for structured MIME fields
5.6.1::MIME::Parser::Filer - manage file-output of the parser
5.6.1::MIME::Parser::Reader - a line-oriented reader for a MIME::Parser
5.6.1::MIME::Parser::Results - results of the last entity parsed
5.6.1::MIME::QuotedPrint - Encoding and decoding of quoted-printable strings
5.6.1::MIME::Base64 - Encoding and decoding of base64 strings
5.6.1::MIME::Body - the body of a MIME message
5.6.1::MIME::Decoder - an object for decoding the body part of a MIME stream
5.6.1::MIME::Entity - class for parsed-and-decoded MIME message
5.6.1::MIME::Head - MIME message header (a subclass of Mail::Header)
5.6.1::MIME::Parser - experimental class for parsing MIME streams
5.6.1::MIME::WordDecoder - decode RFC-1522 encoded words to a local representation
5.6.1::MIME::Tools - modules for parsing (and creating!) MIME entities
5.6.1::MIME::Words - deal with RFC-1522 encoded words
5.6.1::SOAP::Transport::JABBER - Server/Client side JABBER support for SOAP::Lite
5.6.1::SOAP::Transport::FTP - Client side FTP support for SOAP::Lite
5.6.1::SOAP::Transport::HTTP - Server/Client side HTTP support for SOAP::Lite
5.6.1::SOAP::Transport::IO - Server side IO support for SOAP::Lite
5.6.1::SOAP::Transport::LOCAL - Client side no-transport support for SOAP::Lite
5.6.1::SOAP::Transport::MAILTO - Client side SMTP/sendmail support for SOAP::Lite
5.6.1::SOAP::Transport::MQ - Server/Client side MQ support for SOAP::Lite
5.6.1::SOAP::Transport::POP3 - Server side POP3 support for SOAP::Lite
5.6.1::SOAP::Transport::TCP - Server/Client side TCP support for SOAP::Lite
5.6.1::SOAP::Lite - Client and server side SOAP implementation
5.6.1::SOAP::Test - Test framework for SOAP::Lite
5.6.1::SWISH::API - Perl interface to the Swish-e C Library
5.6.1::Template::Namespace::Constants - Compile time constant folding
5.6.1::Template::Plugin::GD::Graph::bars3d - Create 3D bar graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::area - Create area graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::bars - Create bar graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::linespoints - Create line/point graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::lines - Create line graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::lines3d - Create 3D line graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::mixed - Create mixed graphs with axes and legends
5.6.1::Template::Plugin::GD::Graph::pie - Create pie charts with legends
5.6.1::Template::Plugin::GD::Graph::pie3d - Create 3D pie charts with legends
5.6.1::Template::Plugin::GD::Graph::points - Create point graphs with axes and legends
5.6.1::Template::Plugin::GD::Text::Align - Draw aligned strings in GD images
5.6.1::Template::Plugin::GD::Text::Wrap - Break and wrap strings in GD images
5.6.1::Template::Plugin::GD::Constants - Interface to GD module constants
5.6.1::Template::Plugin::GD::Image - Interface to GD Graphics Library
5.6.1::Template::Plugin::GD::Polygon - Interface to GD module Polygon class
5.6.1::Template::Plugin::GD::Text - Text utilities for use with GD
5.6.1::Template::Plugin::XML::Simple - Plugin interface to XML::Simple
5.6.1::Template::Plugin::XML::DOM - Plugin interface to XML::DOM
5.6.1::Template::Plugin::XML::RSS - Plugin interface to XML::RSS
5.6.1::Template::Plugin::XML::Style - Simple XML stylesheet transfomations
5.6.1::Template::Plugin::XML::XPath - Plugin interface to XML::XPath
5.6.1::Template::Plugin::Autoformat - Interface to Text::Autoformat module
5.6.1::Template::Plugin::CGI - Interface to the CGI module
5.6.1::Template::Plugin::DBI - Template interface to the DBI module
5.6.1::Template::Plugin::Datafile - Plugin to construct records from a simple data file
5.6.1::Template::Plugin::Date - Plugin to generate formatted date strings
5.6.1::Template::Plugin::Directory - Plugin for generating directory listings
5.6.1::Template::Plugin::Dumper - Plugin interface to Data::Dumper
5.6.1::Template::Plugin::File - Plugin providing information about files
5.6.1::Template::Plugin::Filter - Base class for plugin filters
5.6.1::Template::Plugin::Format - Plugin to create formatting functions
5.6.1::Template::Plugin::HTML - Plugin to create HTML elements
5.6.1::Template::Plugin::Image - Plugin access to image sizes
5.6.1::Template::Plugin::Iterator - Plugin to create iterators (Template::Iterator)
5.6.1::Template::Plugin::Pod - Plugin interface to Pod::POM (Pod Object Model)
5.6.1::Template::Plugin::Procedural - Base class for procedural plugins
5.6.1::Template::Plugin::String - Object oriented interface for string manipulation
5.6.1::Template::Plugin::Table - Plugin to present data in a table
5.6.1::Template::Plugin::URL - Plugin to construct complex URLs
5.6.1::Template::Plugin::View - Plugin to create views (Template::View)
5.6.1::Template::Plugin::Wrap - Plugin interface to Text::Wrap
5.6.1::Template::Stash::Context - Experimetal stash allowing list/scalar context definition
5.6.1::Template::Stash::XS - Experimetal high-speed stash written in XS
5.6.1::Template::Config - Factory module for instantiating other TT2 modules
5.6.1::Template::Base - Base class module implementing common functionality
5.6.1::Template::Constants - Defines constants for the Template Toolkit
5.6.1::Template::Context - Runtime context in which templates are processed
5.6.1::Template::Document - Compiled template document object
5.6.1::Template::Exception - Exception handling class module
5.6.1::Template::Filters - Post-processing filters for template blocks
5.6.1::Template::Iterator - Data iterator used by the FOREACH directive
5.6.1::Template::Parser - LALR(1) parser for compiling template documents
5.6.1::Template::Plugin - Base class for Template Toolkit plugins
5.6.1::Template::Plugins - Plugin provider module
5.6.1::Template::Provider - Provider module for loading/compiling templates
5.6.1::Template::Service - General purpose template processing service
5.6.1::Template::Stash - Magical storage for template variables
5.6.1::Template::Test - Module for automating TT2 test scripts
5.6.1::Template::View - customised view of a template processing context
5.6.1::Tie::Watch - place watchpoints on Perl variables.
5.6.1::Time::HiRes - High resolution alarm, sleep, gettimeofday, interval timers
5.6.1::Tk::Pane - A window panner
5.6.1::Tk::ProgressBar - A graphical progress bar
5.6.1::Tk::Reindex - change the base index of Text-like widgets
5.6.1::Tk::Trace - emulate Tcl/Tk B functions.
5.6.1::Tk::WinPhoto - Load a Photo image from a window
5.6.1::UDDI::Lite - Library for UDDI clients in Perl
5.6.1::Win32::DBIODBC - Win32::ODBC emulation layer for the DBI
5.6.1::XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser
5.6.1::XML::Parser::Lite - Lightweight regexp-based XML parser
5.6.1::XML::Parser - A perl module for parsing XML documents
5.6.1::XML::Code - Perl module for converting XML hash structures into plain text.
5.6.1::XMLRPC::Transport::HTTP - Server/Client side HTTP support for XMLRPC::Lite
5.6.1::XMLRPC::Transport::POP3 - Server side POP3 support for XMLRPC::Lite
5.6.1::XMLRPC::Transport::TCP - Server/Client side TCP support for XMLRPC::Lite
5.6.1::XMLRPC::Lite - client and server implementation of XML-RPC protocol
5.6.1::XMLRPC::Test - Test framework for XMLRPC::Lite
5.6.1::i386-netbsd::Image::Magick - Perl extension for calling ImageMagick's libMagick methods
5.6.1::i386-netbsd::Rand::MersenneTwister - Perl extension for a Mersenne Twister PRGN implementation with context.
5.6.1::i386-netbsd::Text::Iconv - Perl interface to iconv() codeset conversion function
5.6.1::Apache - Perl interface to the Apache server API
5.6.1::DBI - Database independent interface for Perl
5.6.1::FCGI - Fast CGI module
5.6.1::GD - Interface to Gd Graphics Library
5.6.1::Mysql - Perl interfaces to the mSQL and mysql databases
5.6.1::PPerl - Make perl scripts persistent in memory
5.6.1::Storable - persistency for perl data structures
5.6.1::Template - Front-end module to the Template Toolkit
5.6.1::Text::Textile - A humane web text generator.
5.8.0::Archive::Zip::MemberRead - A wrapper that lets you read Zip archive members as if they were files.
5.8.0::Archive::Zip::Tree - methods for adding/extracting trees using Archive::Zip
5.8.0::Bundle::DBD::mysql - A bundle to install Perl drivers for mSQL or MySQL
5.8.0::Bundle::PlRPC - A bundle to install PlRPC-Server, Client and prerequisites.
5.8.0::Bundle::DBI - A bundle to install DBI and required modules.
5.8.0::Bundle::LWP - install all libwww-perl related modules
5.8.0::Class::Loader - Load modules and create objects on demand.
5.8.0::Compress::Zlib - Interface to zlib compression library
5.8.0::Convert::ASCII::Armor - Convert binary octets into ASCII armoured messages.
5.8.0::Convert::ASCII::Armour - Convert binary octets into ASCII armoured messages.
5.8.0::Convert::PEM::ErrorHandler - Convert::PEM error handling
5.8.0::Convert::PEM::CBC - Cipher Block Chaining Mode implementation
5.8.0::Convert::PEM - Read/write encrypted ASN.1 PEM files
5.8.0::Crypt::DSA::Key::PEM - Read/write DSA PEM files
5.8.0::Crypt::DSA::Key::SSH2 - Read/write DSA SSH2 files
5.8.0::Crypt::DSA::KeyChain - DSA key generation system
5.8.0::Crypt::DSA::Key - DSA key
5.8.0::Crypt::DSA::Signature - DSA signature object
5.8.0::Crypt::DSA::Util - DSA Utility functions
5.8.0::Crypt::RSA::ES::PKCS1v15 - PKCS #1 v1.5 padded encryption scheme based on RSA.
5.8.0::Crypt::RSA::ES::OAEP - Plaintext-aware encryption with RSA.
5.8.0::Crypt::RSA::Key::Private - RSA Private Key Management.
5.8.0::Crypt::RSA::Key::Public - RSA Public Key Management.
5.8.0::Crypt::RSA::SS::PKCS1v15 - PKCS #1 v1.5 signatures.
5.8.0::Crypt::RSA::SS::PSS - Probabilistic Signature Scheme based on RSA.
5.8.0::Crypt::RSA::DataFormat - Data creation, conversion and reporting primitives.
5.8.0::Crypt::RSA::Debug - Debug routine for Crypt::RSA.
5.8.0::Crypt::RSA::Errorhandler - Error handling mechanism for Crypt::RSA.
5.8.0::Crypt::RSA::Key - RSA Key Pair Generator.
5.8.0::Crypt::RSA::Primitives - RSA encryption, decryption, signature and verification primitives.
5.8.0::Crypt::Blowfish - Perl Blowfish encryption module
5.8.0::Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
5.8.0::Crypt::DES - Perl DES encryption module
5.8.0::Crypt::DES_EDE3 - Triple-DES EDE encryption/decryption
5.8.0::Crypt::DH - Diffie-Hellman key exchange system
5.8.0::Crypt::DSA - DSA Signatures and Key Generation
5.8.0::Crypt::Primes - Provable Prime Number Generator suitable for Cryptographic Applications.
5.8.0::Crypt::RSA - RSA public-key cryptosystem.
5.8.0::Crypt::Random - Cryptographically Secure, True Random Number Generator.
5.8.0::Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module
5.8.0::Crypt::SSLeay - OpenSSL glue that provides LWP https support
5.8.0::DBD::DBM - a DBI driver for DBM & MLDBM files
5.8.0::DBD::File - Base class for writing DBI drivers
5.8.0::DBD::Proxy - A proxy driver for the DBI
5.8.0::DBD::Sponge - Create a DBI statement handle from Perl data
5.8.0::DBI::Const::GetInfo::ANSI - ISO/IEC SQL/CLI Constants for GetInfo
5.8.0::DBI::Const::GetInfo::ODBC - ODBC Constants for GetInfo
5.8.0::DBI::Const::GetInfoReturn - Data and functions for describing GetInfo results
5.8.0::DBI::Const::GetInfoType - Data describing GetInfo type codes
5.8.0::DBI::DBD::Metadata - Generate the code and data for some DBI metadata methods
5.8.0::DBI::ProfileDumper::Apache - capture DBI profiling data from Apache/mod_perl
5.8.0::DBI::SQL::Nano - a very tiny SQL engine
5.8.0::DBI::ProfileData - manipulate DBI::ProfileDumper data dumps
5.8.0::DBI::Changes - List of significant changes to the DBI
5.8.0::DBI::DBD - Perl DBI Database Driver Writer's Guide
5.8.0::DBI::FAQ - The Frequently Asked Questions for the Perl5 Database Interface
5.8.0::DBI::Profile - Performance profiling and benchmarking for the DBI
5.8.0::DBI::ProfileDumper - profile DBI usage and output data to a file
5.8.0::DBI::ProxyServer - a server for the DBD::Proxy driver
5.8.0::DBI::PurePerl - a DBI emulation using pure perl (no C/XS compilation required)
5.8.0::DBI::Roadmap - Planned Changes and Enhancements for the DBI
5.8.0::DBI::W32ODBC - An experimental DBI emulation layer for Win32::ODBC
5.8.0::Data::Buffer - Read/write buffer class
5.8.0::Digest::BubbleBabble - Create bubble-babble fingerprints
5.8.0::Digest::HMAC - Keyed-Hashing for Message Authentication
5.8.0::Digest::HMAC_MD5 - Keyed-Hashing for Message Authentication
5.8.0::Digest::HMAC_SHA1 - Keyed-Hashing for Message Authentication
5.8.0::Digest::MD2 - Perl interface to the MD2 Algorithm
5.8.0::Digest::SHA1 - Perl interface to the SHA-1 Algorithm
5.8.0::File::Listing - parse directory listing
5.8.0::HTML::HeadParser - Parse section of a HTML document
5.8.0::HTML::Entities - Encode or decode strings with HTML entities
5.8.0::HTML::Filter - Filter HTML text through the parser
5.8.0::HTML::Form - Class that represents an HTML form element
5.8.0::HTML::LinkExtor - Extract links from an HTML document
5.8.0::HTML::Parser - HTML parser class
5.8.0::HTML::PullParser - Alternative HTML::Parser interface
5.8.0::HTML::TokeParser - Alternative HTML::Parser interface
5.8.0::HTTP::Cookies::Microsoft - access to Microsoft cookies files
5.8.0::HTTP::Cookies::Netscape - access to Netscape cookies files
5.8.0::HTTP::Headers::Util - Header value parsing utility functions
5.8.0::HTTP::Request::Common - Construct common HTTP::Request objects
5.8.0::HTTP::Negotiate - choose a variant to serve
5.8.0::HTTP::Cookies - HTTP cookie jars
5.8.0::HTTP::Daemon - a simple http server class
5.8.0::HTTP::Date - date conversion routines
5.8.0::HTTP::Headers - Class encapsulating HTTP Message headers
5.8.0::HTTP::Message - HTTP style message (base class)
5.8.0::HTTP::Request - HTTP style request message
5.8.0::HTTP::Response - HTTP style response message
5.8.0::HTTP::Status - HTTP Status code processing
5.8.0::IO::Socket::SSL - Nearly transparent SSL encapsulation for IO::Socket::INET.
5.8.0::LWP::Authen::Ntlm - Library for enabling NTLM authentication (Microsoft) in LWP
5.8.0::LWP::ConnCache - Connection cache manager
5.8.0::LWP::Debug - debug routines for the libwww-perl library
5.8.0::LWP::DebugFile - routines for tracing/debugging LWP
5.8.0::LWP::MediaTypes - guess media type for a file or a URL
5.8.0::LWP::MemberMixin - Member access mixin class
5.8.0::LWP::Protocol - Base class for LWP protocols
5.8.0::LWP::RobotUA - a class for well-behaved Web robots
5.8.0::LWP::Simple - simple procedural interface to LWP
5.8.0::LWP::UserAgent - Web user agent class
5.8.0::Math::PariInit - load C with specified $primelimit and $initmem.
5.8.0::Math::GMP - High speed arbitrary size integer math
5.8.0::Math::Pari - Perl interface to PARI.
5.8.0::Net::Daemon::Log - Utility functions for logging
5.8.0::Net::Daemon::Test - support functions for testing Net::Daemon servers
5.8.0::Net::HTTP::NB - Non-blocking HTTP client
5.8.0::Net::SFTP::Attributes - File/directory attribute container
5.8.0::Net::SFTP::Buffer - Read/write buffer class
5.8.0::Net::SFTP::Constants - Exportable SFTP constants
5.8.0::Net::SFTP::Util - SFTP utility methods
5.8.0::Net::SSH::Perl::Auth::Rhosts - Perform Rhosts authentication
5.8.0::Net::SSH::Perl::Auth::RSA - Perform RSA authentication
5.8.0::Net::SSH::Perl::Auth::KeyboardInt - Keyboard-interactive auth plugin
5.8.0::Net::SSH::Perl::Auth::Password - Password authentication plugin
5.8.0::Net::SSH::Perl::Auth::PublicKey - Perform publickey authentication
5.8.0::Net::SSH::Perl::Auth::Rhosts_RSA - Perform Rhosts-RSA authentication
5.8.0::Net::SSH::Perl::Cipher::Blowfish - Wrapper for SSH Blowfish support
5.8.0::Net::SSH::Perl::Cipher::CBC - CBC Implementation
5.8.0::Net::SSH::Perl::Cipher::CFB - CFB Implementation
5.8.0::Net::SSH::Perl::Cipher::DES - Wrapper for SSH DES support
5.8.0::Net::SSH::Perl::Cipher::DES3 - Wrapper for SSH 3DES support
5.8.0::Net::SSH::Perl::Cipher::IDEA - Wrapper for SSH IDEA support
5.8.0::Net::SSH::Perl::Cipher::RC4 - RC4 encryption/decryption
5.8.0::Net::SSH::Perl::Comp::Zlib - Wrapper for SSH Zlib Compression
5.8.0::Net::SSH::Perl::Kex::DH1 - Diffie-Hellman Group 1 Key Exchange
5.8.0::Net::SSH::Perl::Key::DSA - DSA key object
5.8.0::Net::SSH::Perl::Key::RSA - RSA key object
5.8.0::Net::SSH::Perl::Key::RSA1 - RSA SSH1 key object
5.8.0::Net::SSH::Perl::ChannelMgr - Manages a list of open channels
5.8.0::Net::SSH::Perl::Agent - Client for agent authentication
5.8.0::Net::SSH::Perl::Auth - Base authentication class, plus utility methods
5.8.0::Net::SSH::Perl::AuthMgr - Authentication manager/context for SSH-2
5.8.0::Net::SSH::Perl::Buffer - Low-level read/write buffer class
5.8.0::Net::SSH::Perl::Channel - SSH2 channel object
5.8.0::Net::SSH::Perl::Constants - Exportable constants
5.8.0::Net::SSH::Perl::Cipher - Base cipher class, plus utility methods
5.8.0::Net::SSH::Perl::Comp - Compression/Decompression base class
5.8.0::Net::SSH::Perl::Config - Load and manage SSH configuration
5.8.0::Net::SSH::Perl::Packet - Packet layer of SSH protocol
5.8.0::Net::SSH::Perl::Kex - SSH2 Key Exchange
5.8.0::Net::SSH::Perl::Key - Public or private key abstraction
5.8.0::Net::SSH::Perl::Mac - MAC support for SSH2
5.8.0::Net::SSH::Perl::SSH1 - SSH1 implementation
5.8.0::Net::SSH::Perl::SSH2 - SSH2 implementation
5.8.0::Net::SSH::Perl::Util - Shared utility functions
5.8.0::Net::SSH::Perl - Perl client Interface to SSH
5.8.0::Net::SSLeay::Handle - Perl module that lets SSL (HTTPS) sockets be handled as standard file handles.
5.8.0::Net::Daemon - Perl extension for portable daemons
5.8.0::Net::HTTP - Low-level HTTP connection (client)
5.8.0::Net::SFTP - Secure File Transfer Protocol client
5.8.0::Net::SSLeay - Perl extension for using OpenSSL or SSLeay
5.8.0::RPC::PlClient - Perl extension for writing PlRPC clients
5.8.0::RPC::PlServer - Perl extension for writing PlRPC servers
5.8.0::Sort::Versions - a perl 5 module for sorting of revision-like numbers
5.8.0::Tie::EncryptedHash - Hashes (and objects based on hashes) with encrypting fields.
5.8.0::WWW::RobotRules::AnyDBM_File - Persistent RobotRules
5.8.0::WWW::RobotRules - database of robots.txt-derived permissions
5.8.0::Win32::DBIODBC - Win32::ODBC emulation layer for the DBI
5.8.0::XML::Parser::Expat - Lowlevel access to James Clark's expat XML parser
5.8.0::XML::Parser - A perl module for parsing XML documents
5.8.0::DBI - Database independent interface for Perl
5.8.0::LWP - The World-Wide Web library for Perl
5.8.0::Mysql - Perl interfaces to the mSQL and mysql databases
Apache::XMLRPC::Lite (0.51) - mod_perl-based XML-RPC server with minimum configuration
Apache::AuthDBI (0.87) - Authentication and Authorization via Perl's DBI
Apache::DBI - Initiate a persistent database connection
Apache::SOAP (0.51) - mod_perl-based SOAP server with minimum configuration
Attribute::Params::Validate - Validate method/function parameters using attributes
Boulder::Blast::NCBI (1.01) - Parse and read NCBI BLAST files
Boulder::Blast::WU (1) - Parse and read WU-BLAST files
Boulder::Swissprot (1) - Fetch SwissProt data records as parsed Boulder Stones
Boulder::Blast (1.01) - Parse and read BLAST files
Boulder::Genbank (1.03) - Fetch Genbank data records as parsed Boulder Stones
Boulder::Medline - Fetch Medline data records as parsed Boulder Stones
Boulder::Omim (1.01) - Fetch Omim data records as parsed Boulder Stones
Boulder::Store (1.19) - Simple persistent storage for Stone tag/value objects
Boulder::Stream (1.07) - Read and write tag/value data from an input stream
Boulder::Unigene (1) - Fetch Unigene data records as parsed Boulder Stones
Boulder::XML - XML format input/output for Boulder streams
Bundle::DBD::CSV (0.1016) - A bundle to install the DBD::CSV driver
Bundle::HTML::Mason (0.09) - A bundle to install the HTML::Mason package
Bundle::Bugzilla (0.11) - A bundle of the modules required for Bugzilla.
Bundle::LWP (1.09) - A bundle to install all libwww-perl related modules
CGI::Kwiki::Pages::zh_cn (0.01) - Default pages for Traditional Chinese
CGI::Kwiki::Pages::zh_tw (0.01) - Default pages for Traditional Chinese
CGI::Kwiki::Plugin::Diff (0.18) - A Diff Plugin for CGI::Kwiki
CGI::Kwiki::Config_yaml (0.18) - Simplistic YAML Config Parser for CGI::Kwiki
CGI::Kwiki::Blog (0.18) - Blogging Class for CGI::Kwiki
CGI::Kwiki::CGI (0.16) - CGI Base Class for CGI::Kwiki
CGI::Kwiki::Changes (0.18) - Changes Base Class for CGI::Kwiki
CGI::Kwiki::Config (0.14) - Config Base Class for CGI::Kwiki
CGI::Kwiki::Formatter (0.18) - Formatter Base Class for CGI::Kwiki
CGI::Kwiki::Cookie (0.16) - CGI Base Class for CGI::Kwiki
CGI::Kwiki::Database (0.18) - Database Base Class for CGI::Kwiki
CGI::Kwiki::Display (0.18) - Display Base Class for CGI::Kwiki
CGI::Kwiki::Driver (0.18) - Driver Base Class for CGI::Kwiki
CGI::Kwiki::Edit (0.18) - Edit Base Class for CGI::Kwiki
CGI::Kwiki::Import (0.01) - Import the external Kwiki page
CGI::Kwiki::Javascript (0.15) - Default Javascript for CGI::Kwiki
CGI::Kwiki::Metadata (0.18) - Page Metadata Storage for CGI::Kwiki
CGI::Kwiki::New - Default New Wiki Generator for CGI::Kwiki
CGI::Kwiki::Pages (0.18) - Default Pages for CGI::Kwiki
CGI::Kwiki::Plugin - Plugin Base Class for CGI::Kwiki
CGI::Kwiki::Prefs - Preferences Base Class for CGI::Kwiki
CGI::Kwiki::Privacy (0.16) - Privacy Base Class for CGI::Kwiki
CGI::Kwiki::Scripts (0.18) - Script container for CGI::Kwiki
CGI::Kwiki::Search (0.18) - Search Base Class for CGI::Kwiki
CGI::Kwiki::Slides (0.18) - Slide Show Plugin for CGI::Kwiki
CGI::Kwiki::Style (0.18) - Default Stylesheets for CGI::Kwiki
CGI::Kwiki::Template (0.18) - HTML Template Base Class for CGI::Kwiki
CGI::Kwiki (0.18) - A Quickie Wiki that's not too Tricky
Class::Data::Inheritable (0.02) - Inheritable, overridable class data
Class::Container (0.07) - Glues object frameworks together transparently
Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
DBD::CSV (0.1024) - DBI driver for CSV files
DBD::File (0.1021) - Base class for writing DBI drivers for plain files
Data::Grove::Parent (0.07) - provide parent properties to Data::Grove objects
Data::Grove::Visitor (0.07) - add visitor/callback methods to Data::Grove objects
Data::ShowTable - routines to display tabular data in several formats.
Data::Grove (0.07) - support for deeply nested structures
Date::Format (2.09) - Date formating subroutines
Date::Parse (2.09) - Parse date strings into time values
Devel::StackTrace (1.00) - Stack trace and stack trace frame objects
Email::Valid (0.15) - Check validity of Internet email addresses
Exception::Class (1.05) - A module that allows you to declare real exception classes in Perl
File::Listing (1.11) - parse directory listing
File::Temp - return name and handle of a temporary file safely
GD::Graph::Error (1.8) - Error handling for GD::Graph classes
GD::Graph::Data (1.21) - Data set encapsulation for GD::Graph
GD::Graph::colour (1.10) - Colour manipulation routines for use with GD::Graph
GD::Graph::hbars - make bar graphs with horizontal bars
GD::Text::Align - Draw aligned strings
GD::Text::Wrap - Wrap strings in boxes
GD::Graph - Graph Plotting Module for Perl 5
GD::Text - Text utilities for use with GD
HTML::Element::traverse (3.08) - discussion of HTML::Element's traverse method
HTML::Mason::Compiler::ToObject - A Compiler subclass that generates Mason object code
HTML::Mason::Resolver::File - translates component paths into filesystem paths
HTML::Mason::Resolver::Null - a do-nothing resolver
HTML::Mason::ApacheHandler - Mason/mod_perl interface
HTML::Mason::CGIHandler - Use Mason in a CGI environment
HTML::Mason::Buffer - Objects for Handling Component Output
HTML::Mason::Component - Mason Component Class
HTML::Mason::Compiler - Compile Mason component source
HTML::Mason::ComponentSource - represents information about an component
HTML::Mason::Exceptions (1.43) - Exception objects thrown by Mason
HTML::Mason::Interp - Mason Component Interpreter
HTML::Mason::Lexer - Generates events based on component source lexing
HTML::Mason::MethodMaker - Used to create simple get & get/set methods in other classes
HTML::Mason::Request - Mason Request Class
HTML::Mason::Resolver - Component path resolver base class
HTML::Mason::Tests - Test harness for testing Mason
HTML::Mason::Tools - Function library used internally in Mason
HTML::Mason::Utils - Publically available functions useful outside of Mason
HTML::FormatText (1.18) - Format HTML as text
HTML::AsSubs (1.16) - functions that construct a HTML syntax tree
HTML::Element (3.08) - Class for objects that represent HTML elements
HTML::Form (1.00) - Class that represents an HTML form element
HTML::FormatPS (1.27) - Format HTML as postscript
HTML::Formatter (1.23) - Base class for HTML formatters
HTML::Mason - High-performance, dynamic web site authoring system
HTML::Parse (2.71) - Deprecated, a wrapper around HTML::TreeBuilder
HTML::Tagset (3.03) - data tables useful in parsing HTML
HTML::Template (2.4) - Perl module to use HTML Templates from CGI scripts
HTML::Tree (3.09) - overview of HTML::TreeBuilder et al
HTML::TreeBuilder (3.08) - Parser that builds a HTML syntax tree
HTTP::Cookies::Microsoft - access to Microsoft cookies files
HTTP::Cookies::Netscape (1.01) - access to Netscape cookies files
HTTP::Headers::Util (1.10) - Header value parsing utility functions
HTTP::Request::Common (1.19) - Construct common HTTP::Request objects
HTTP::Negotiate (1.12) - choose a variant of a document to serve (HTTP content negotiation)
HTTP::Cookies (1.30) - HTTP cookie jars
HTTP::Daemon (1.26) - a simple http server class
HTTP::Date (1.44) - date conversion routines
HTTP::Headers (1.44) - Class encapsulating HTTP Message headers
HTTP::Message (1.25) - Class encapsulating HTTP messages
HTTP::Request (1.30) - Class encapsulating HTTP Requests
HTTP::Response (1.36) - Class encapsulating HTTP Responses
HTTP::Status (1.26) - HTTP Status code processing
IO::Socket::SSL - Nearly transparent SSL encapsulation for IO::Socket::INET.
IO::AtomicFile (1.105) - write a file which is updated atomically
IO::InnerFile (1.103) - define a file inside another file
IO::Lines (1.110) - IO:: interface for reading/writing an array of lines
IO::Scalar (1.122) - IO:: interface for reading/writing a scalar
IO::ScalarArray (1.117) - IO:: interface for reading/writing an array of scalars
IO::String - Emulate file interface for in-core strings
IO::Stringy (1.216) - I/O on in-core objects like strings and arrays
IO::Wrap (1.104) - wrap raw filehandles in IO::Handle interface
IO::WrapTie (1.108) - wrap tieable objects in IO::Handle interface
Image::Info::BMP (1.01) - 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::Info - Extract meta information from image files
Image::Size (2.94) - read the dimensions of an image in several popular formats
LWP::Authen::Ntlm - Library for enabling NTLM authentication (Microsoft) in LWP
LWP::ConnCache (0.01) - Connection cache manager
LWP::Debug - debug routines for the libwww-perl library
LWP::DebugFile -
LWP::MediaTypes (1.27) - guess media type for a file or a URL
LWP::MemberMixin - Member access mixin class
LWP::Protocol (1.39) - Base class for LWP protocols
LWP::RobotUA (1.19) - a class for well-behaved Web robots
LWP::Simple (1.36) - simple procedural interface to LWP
LWP::UserAgent (2.003) - A WWW UserAgent class
MIME::Decoder::QuotedPrint - encode/decode a "quoted-printable" stream
MIME::Decoder::Base64 (5.413) - encode/decode a "base64" stream
MIME::Decoder::BinHex - decode a "binhex" stream
MIME::Decoder::Binary (5.413) - perform no encoding/decoding
MIME::Decoder::Gzip64 (5.413) - decode a "base64" gzip stream
MIME::Decoder::NBit (5.413) - encode/decode a "7bit" or "8bit" stream
MIME::Decoder::UU (5.413) - decode a "uuencoded" stream
MIME::Field::ConTraEnc (5.413) - a "Content-transfer-encoding" field
MIME::Field::ContDisp (5.413) - a "Content-disposition" field
MIME::Field::ContType (5.413) - a "Content-type" field
MIME::Field::ParamVal (5.413) - subclass of Mail::Field, for structured MIME fields
MIME::Parser::Filer - manage file-output of the parser
MIME::Parser::Reader - a line-oriented reader for a MIME::Parser
MIME::Parser::Results - results of the last entity parsed
MIME::Decoder (5.413) - an object for decoding the body part of a MIME stream
MIME::Body (5.413) - the body of a MIME message
MIME::WordDecoder - decode RFC-1522 encoded words to a local representation
MIME::Entity (5.413) - class for parsed-and-decoded MIME message
MIME::Head (5.413) - MIME message header (a subclass of Mail::Header)
MIME::Lite (2.117) - low-calorie MIME generator
MIME::Parser (5.413) - experimental class for parsing MIME streams
MIME::Tools (5.413) - modules for parsing (and creating!) MIME entities
MIME::Words (5.413) - deal with RFC-1522 encoded words
Mail::Field::AddrList (1.60) - object representation of e-mail address lists
Mail::Folder::Emaul (0.07) - An Emaul folder interface for Mail::Folder.
Mail::Folder::Maildir (0.07) - A maildir folder interface for Mail::Folder.
Mail::Folder::Mbox (0.07) - A Unix mbox interface for Mail::Folder.
Mail::Folder::NNTP (0.07) - An NNTP folder interface for Mail::Folder.
Mail::IMAPClient::BodyStructure - Perl extension to Mail::IMAPClient to facilitate the parsing of server responses to the FETCH BODYSTRUCTURE and FETCH ENVELOPE IMAP client commands.
Mail::IMAPClient::MessageSet - Mail::IMAPClient::MessageSet
Mail::Address (1.60) - Parse mail addresses
Mail::Cap (1.60) - Parse mailcap files
Mail::Field (1.60) - Base class for manipulation of mail header fields
Mail::Filter (1.60) - Filter mail through multiple subroutines
Mail::Folder (0.07) - A folder-independant interface to email folders.
Mail::Header (1.60) - manipulate mail RFC822 compliant headers
Mail::Internet (1.60) - manipulate Internet format (RFC 822) mail messages
Mail::Mailer (1.60) - Simple interface to electronic mailing mechanisms
Mail::Send (1.60) - Simple electronic mail interface
Mail::Sender - module for sending mails with attachments through an SMTP server
Mail::Util (1.60) - mail utility functions
Net::HTTP::NB (0.02) - Non-blocking HTTP client
Net::Config (1.08) - Local configuration data for libnet
Net::Cmd (2.20) - Network Command class (as used by FTP, SMTP etc)
Net::Domain (2.16) - Attempt to evaluate the current host's internet name and domain
Net::FTP (2.61) - FTP Client class
Net::HTTP (1.00) - Low-level HTTP connection (client)
Net::NNTP (2.20) - NNTP Client class
Net::Netrc (2.12) - OO interface to users netrc file
Net::POP3 (2.22) - Post Office Protocol 3 Client class (RFC1081)
Net::SMTP (2.17) - Simple Mail Transfer Protocol Client
Net::Telnet (3.01) - interact with TELNET port or other TCP ports
Net::Time (2.09) - time and daytime network client interface
Params::Validate (0.24) - Validate method/function parameters
Parse::Yapp - Perl extension for generating and using LALR parsers.
Persistence::Object::Simple (0.47) - Object Persistence with Data::Dumper.
Pod::Simple::DumpAsText (2.02) - dump Pod-parsing events as text
Pod::Simple::Checker - check the Pod syntax of a document
Pod::Simple::Debug - put Pod::Simple into trace/debug mode
Pod::Simple::PullParserEndToken - end-tokens from Pod::Simple::PullParser
Pod::Simple::DumpAsXML (2.02) - turn Pod into XML
Pod::Simple::HTML (2.02) - TODO
Pod::Simple::LinkSection - represent "section" attributes of L codes
Pod::Simple::Methody (2.02) - turn Pod::Simple events into method calls
Pod::Simple::PullParser (2.02) - a pull-parser interface to parsing Pod
Pod::Simple::SimpleTree (2.02) - parse Pod into a simple parse tree
Pod::Simple::RTF (2.02) - format Pod as RTF
Pod::Simple::PullParserStartToken - start-tokens from Pod::Simple::PullParser
Pod::Simple::PullParserTextToken - text-tokens from Pod::Simple::PullParser
Pod::Simple::PullParserToken (2.02) - tokens from Pod::Simple::PullParser
Pod::Simple::Text - format Pod as plaintext
Pod::Simple::TextContent (2.02) - get the text content of Pod
Pod::Simple::XMLOutStream (2.02) - turn Pod into XML
Pod::Escapes (1.03) - for resolving Pod EE...E sequences
SOAP::Transport::JABBER - Server/Client side JABBER support for SOAP::Lite
SOAP::Transport::FTP (0.50) - Client side FTP support for SOAP::Lite
SOAP::Transport::HTTP (0.51) - Server/Client side HTTP support for SOAP::Lite
SOAP::Transport::IO (0.50) - Server side IO support for SOAP::Lite
SOAP::Transport::LOCAL (0.50) - Client side no-transport support for SOAP::Lite
SOAP::Transport::MAILTO (0.51) - Client side SMTP/sendmail support for SOAP::Lite
SOAP::Transport::MQ - Server/Client side MQ support for SOAP::Lite
SOAP::Transport::POP3 (0.51) - Server side POP3 support for SOAP::Lite
SOAP::Transport::TCP - Server/Client side TCP support for SOAP::Lite
SOAP::Lite (0.51) - Client and server side SOAP implementation
SOAP::Test (0.51) - Test framework for SOAP::Lite
SWISH::Filters::ID3toHTML - ID3 tag to HTML filter module
SWISH::Filters::Doc2txt (0.01) - Perl extension for filtering MSWord documents with Swish-e
SWISH::Filters::Pdf2HTML (0.01) - Perl extension for filtering PDF documents with Swish-e
SWISH::Filters::XLtoHTML (0.01) - MS Excel to HTML filter module
SWISH::DateRanges (0.01) - DateRanges
SWISH::Filter - Perl extension for filtering documents with Swish-e
Stone::GB_Sequence - Specialized Access to GenBank Records
Stone::Cursor - Traverse tags and values of a Stone
Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
Test::Builder::Tester (0.09) - test testsuites that have been built with Test::Builder
Test::Builder (0.17) - Backend for building test libraries
Test::Manifest (0.93) - interact with a t/test_manifest file
Test::More (0.47) - yet another framework for writing test scripts
Test::Pod (1.08) - check for POD errors in files
Test::Simple (0.47) - Basic utilities for writing tests.
Time::DaysInMonth (96.032702) - simply report the number of days in a month
Time::CTime (99.062201) - format times ala POSIX asctime
Time::JulianDay (99.061501) - Julian calendar manipulations
Time::ParseDate (100.010301) - date parsing both relative and absolute
Time::Timezone (99.062401) - miscellaneous timezone manipulations routines
Time::Zone (2.07) - miscellaneous timezone manipulations routines
UDDI::Lite (0.51) - Library for UDDI clients in Perl
URI::Heuristic (4.12) - Expand URI using heuristics
URI::Escape (3.16) - Escape and unescape unsafe characters
URI::WithBase - URI which remember their base
URI::URL (5.02) - Uniform Resource Locators
URI::data - URI that contain immediate data
URI::file - URI that map to local file names
URI::ldap (1.10) - LDAP Uniform Resource Locators
WWW::RobotRules::AnyDBM_File (1.10) - Persistent RobotRules
WWW::RobotRules (1.23) - database of robots.txt-derived permissions
XML::Checker::Parser - an XML::Parser that validates at parse time
XML::DOM::PerlSAX - Old name of L
XML::DOM::ValParser - an XML::DOM::Parser that validates at parse time
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::Handler::CanonXMLWriter (0.07) - output XML in canonical XML format
XML::Handler::BuildDOM - PerlSAX handler that creates XML::DOM document structures
XML::Handler::PrintEvents - Prints PerlSAX events (for debugging)
XML::Handler::Composer - Another XML printer/writer/generator
XML::Handler::XMLWriter (0.07) - a PerlSAX handler for writing readable XML
XML::Handler::Sample - a trivial PerlSAX handler
XML::Handler::Subs (0.07) - a PerlSAX handler base class for calling user-defined subs
XML::Parser::PerlSAX (0.07) - Perl SAX parser using XML::Parser
XML::Parser::Lite (0.20) - Lightweight regexp-based XML parser
XML::PatAct::ActionTempl - An action module for
XML::PatAct::Amsterdam (0.07) - An action module for simplistic style-sheets
XML::PatAct::MatchName (0.07) - A pattern module for matching element names
XML::PatAct::PatternTempl - A pattern module for
XML::PatAct::ToObjects (0.07) - An action module for creating Perl objects
XML::XQL::DOM - Adds XQL support to XML::DOM nodes
XML::XQL::Date - Adds an XQL::Node type for representing and comparing dates and times
XML::ESISParser (0.07) - Perl SAX parser using nsgmls
XML::Checker (0.09) - A perl module for validating XML
XML::DOM (1.27) - A perl module for building DOM Level 1 compliant document structures
XML::Perl2SAX (0.07) - translate Perl SAX methods to Java/CORBA style methods
XML::RSS (1.03) - creates and updates RSS files
XML::RegExp - Regular expressions for XML tokens
XML::SAX2Perl - translate Java/CORBA style SAX methods to Perl methods
XML::Twig (2.02) - 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::XQL (0.63) - A perl module for querying XML tree structures with XQL
XMLRPC::Transport::HTTP (0.51) - Server/Client side HTTP support for XMLRPC::Lite
XMLRPC::Transport::POP3 (0.51) - Server side POP3 support for XMLRPC::Lite
XMLRPC::Transport::TCP - Server/Client side TCP support for XMLRPC::Lite
XMLRPC::Lite (0.51) - client and server implementation of XML-RPC protocol
XMLRPC::Test (0.51) - Test framework for XMLRPC::Lite
Barcode - version 1.5.1 Sat Apr 7 6:20:30 EDT 2001
MLDBM (2.00) - store multi-level hash structure in single level tied hash
LWP (5.69) - The World-Wide Web library for Perl
Stone (1.19) - In-memory storage for hierarchical tag/value data structures
URI (1.10) - Uniform Resource Identifiers (absolute and relative)
doc2txt (1.03) - swish-e sample module to convert MS Word docs to text
pdf2html (1.08) - swish-e sample module to convert pdf to html
pdf2xml (1.05) - swish-e sample module to convert pdf2xml