The AVIDD-B and AVIDD-I Clusters

Available Perl Modules

If you need a module not listed in this table, please submit an installation request.

ModuleVersionDescription
AnyDBM_FileN/Aprovide framework for multiple DBMs
Apache::SOAPN/Amod_perl-based SOAP server with minimum configuration
Apache::XMLRPC::LiteN/Amod_perl-based XML-RPC server with minimum configuration
Archive::Tar1.07module for manipulations of tar archives
Archive::Tar::FileN/Aa subclass for in-memory extracted file from Archive::Tar
attributes0.03get/set subroutine or variable attributes
attrs1.0set/get attributes of a subroutine (deprecated)
AutoLoader5.58load subroutines only on demand
AutoSplit1.0305split a package for autoloading
autouse1.02postpone load of modules until a function is used
BN/AThe Perl Compiler
B::AsmdataN/AAutogenerated data about Perl ops, used to generate bytecode
B::Assembler0.02Assemble Perl bytecode
B::BblockN/AWalk basic blocks
B::BytecodeN/APerl compiler's bytecode backend
B::CN/APerl compiler's C backend
B::CCN/APerl compiler's optimized C translation backend
B::Concise0.51Walk Perl syntax tree, printing concise info about ops
B::DebugN/AWalk Perl syntax tree, printing debug info about ops
B::Deparse0.6Perl compiler backend to produce perl code
B::DisassemblerN/ADisassemble Perl bytecode
B::LintN/APerl lint
B::ShowlexN/AShow lexical variables used in functions or files
B::StackobjN/AHelper module for CC backend
B::StashN/Ashow what stashes are loaded
B::TerseN/AWalk Perl syntax tree, printing terse info about ops
B::XrefN/AGenerates cross reference reports for Perl programs
base1.01Establish IS-A relationship with base class at compile time
Benchmark1benchmark running times of Perl code
BerkeleyDB0.25Perl extension for Berkeley DB version 2, 3 or 4
blib1.00Use MakeMaker's uninstalled version of a package
Bundle::CPAN1.58A bundle to play with all the other modules on CPAN
Bundle::LWP1.09A bundle to install all libwww-perl related modules
ByteLoader0.04load byte compiled perl code
bytesN/APerl pragma to force byte semantics rather than character semantics
CarpN/Awarn of errors (from perspective of caller)
Carp::HeavyN/ACarp guts
CGI2.752Simple Common Gateway Interface Class
CGI::ApacheN/ABackward compatibility module for CGI.pm
CGI::Carp1.20CGI routines for writing to the HTTPD (or other) error log
CGI::Cookie1.18Interface to Netscape Cookies
CGI::FastN/ACGI Interface for Fast CGI
CGI::Pretty1.05module to produce nicely formatted HTML code
CGI::Push1.04Simple Interface to Server Push
CGI::SwitchN/ABackward compatibility module for defunct CGI::Switch
CGI::Util1.1Internal utilities used by CGI module
charnamesN/Adefine character names for C<\N{named}> string literal escape.
Class::Struct0.59declare struct-like datatypes as Perl classes
Compress::Zlib1.31Interface to zlib compression library
ConfigN/Aaccess Perl configuration information
constant1.02Perl pragma to declare constants
Cwd2.04get pathname of current working directory
Data::Dumper2.102stringified perl data structures, suitable for both printing and C
Data::Grove0.07support for deeply nested structures
Data::Grove::Parent0.07provide parent properties to Data::Grove objects
Data::Grove::Visitor0.07add visitor/callback methods to Data::Grove objects
Date::Manip5.40date manipulation routines
DB1.0programmatic interface to the Perl debugging API (draft, subject to change)
DB_File1.75Perl5 access to Berkeley DB version 1.x
Devel::DProfN/Aa Perl code profiler
Devel::Peek1.00_01A data debugging tool for the XS programmer
Devel::SelfStubber1.01generate stubs for a SelfLoading module
diagnosticsPerl compiler pragma to force verbose warning diagnostics
Digest::MD52.30Perl interface to the MD5 Algorithm
DirHandleN/Asupply object methods for directory handles
DumpvalueN/Aprovides screen dump of Perl data.
DynaLoader1.04Dynamically load C libraries into Perl code
EnglishN/Ause nice English (or awk) names for ugly punctuation variables
EnvN/Aperl module that imports environment variables as scalars or arrays
Errno1.111System errno constants
Exporter5.562Implements default import method for modules
Exporter::HeavyN/AExporter guts
ExtUtils::Command1.01utilities to replace common UNIX commands in Makefiles etc.
ExtUtils::Embed1.2505Utilities for embedding Perl in C/C++ applications
ExtUtils::Install1.28install files from here to there
ExtUtils::Installed0.02Inventory management of installed modules
ExtUtils::LiblistN/Adetermine libraries to use and how to use them
ExtUtils::MakeMaker5.45create an extension Makefile
ExtUtils::Manifest1.33utilities to write and check a MANIFEST file
ExtUtils::MiniperlN/Awrite the C code for perlmain.c
ExtUtils::Mkbootstrap1.14make a bootstrap file for use by DynaLoader
ExtUtils::Mksymlists1.17write linker options files for dynamic extension
ExtUtils::MM_CygwinN/Amethods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_OS2N/Amethods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_UnixN/Amethods used by ExtUtils::MakeMaker
ExtUtils::MM_VMSN/Amethods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Win32N/Amethods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::Packlist0.03manage .packlist files
ExtUtils::testlib1.11add blib/* directories to @INC
Fatal1.02replace functions with equivalents which succeed or die
Fcntl1.03load the C Fcntl.h defines
fields1.01compile-time class fields
File::Basename2.6split a pathname into pieces
File::CheckTreeN/Arun many filetest checks on a tree
File::Compare1.1002Compare files or filehandles
File::Copy2.03Copy files or filehandles
File::DosGlobN/ADOS like globbing and then some
File::FindN/Atraverse a file tree
File::Glob0.991Perl extension for BSD glob routine
File::Listing1.11parse directory listing
File::Path1.0404create or remove directory trees
File::Spec0.86portably perform operations on file names
File::Spec::Cygwin1.1methods for Cygwin file specs
File::Spec::Epoc1.1methods for Epoc file specs
File::Spec::Functions1.3portably perform operations on file names
File::Spec::Mac1.4File::Spec for Mac OS (Classic)
File::Spec::OS21.2methods for OS/2 file specs
File::Spec::Unix1.5File::Spec for Unix, base for other File::Spec modules
File::Spec::VMSN/Amethods for VMS file specs
File::Spec::Win321.4methods for Win32 file specs
File::statN/Aby-name interface to Perl's built-in stat() functions
File::Temp0.12return name and handle of a temporary file safely
FileCacheN/Akeep more files open than the system permits
FileHandle2.00supply object methods for filehandles
filetestN/APerl pragma to control the filetest permission operators
FindBin1.42Locate directory of original perl script
FreezeThaw0.43converting Perl structures to strings and back.
GDBM_File1.05Perl5 access to the gdbm library.
Getopt::Long2.25Extended processing of command line options
Getopt::Std1.02Process single-character switches with switch clustering
Graph0.20101graph operations
Graph::BaseN/Agraph base class
Graph::BFSN/Agraph breadth-first search
Graph::DFSN/Agraph depth-first search
Graph::DirectedN/Adirected graphs
Graph::HeapElem0.01internal use only
Graph::Kruskal2.0Kruskal's Algorithm for Minimal Spanning Trees in Graphs
Graph::Reader1.02base class for Graph file format readers
Graph::Reader::Dot1.01class for reading a Graph instance from Dot format
Graph::Reader::HTK1.03read an HTK lattice in as an instance of Graph
Graph::Reader::XML1.03class for reading a Graph instance from XML
Graph::TraversalN/Agraph traversal
Graph::UndirectedN/Adirected graphs
Graph::Weighted0.1301An abstract, weighted graph implementation
Graph::Weighted::Capacity0.0301A capacity graph implementation
Graph::Writer1.02base class for Graph file format writers
Graph::Writer::daVinci1.02write out directed graph in daVinci format
Graph::Writer::Dot1.02write out directed graph in Dot format
Graph::Writer::HTK1.02write an perl Graph out as an HTK lattice file
Graph::Writer::VCG1.03write out directed graph in VCG format
Graph::Writer::XML1.02write out directed graph as XML
Heap0.50Perl extensions for keeping data partially sorted
Heap::Binary0.01a Perl extension for keeping data partially sorted
Heap::Binomial0.01a Perl extension for keeping data partially sorted
Heap::Elem0.01Perl extension for elements to be put in Heaps
Heap::Elem::Num0.01Perl extension for Numeric Heap Elements
Heap::Elem::NumRev0.01Perl extension for Reversed Numeric Heap Elements
Heap::Elem::Ref0.01Perl extension for Object Reference Heap Elements
Heap::Elem::RefRev0.01Perl extension for reversed Object Reverence Heap Elements
Heap::Elem::Str0.01Perl extension for String Heap Elements
Heap::Elem::StrRev0.01Perl extension for Reversed String Heap Elements
Heap::Fibonacci0.01a Perl extension for keeping data partially sorted
HTML::Entities1.23Encode or decode strings with HTML entities
HTML::Filter2.09Filter HTML text through the parser
HTML::Form0.03Class that represents HTML forms
HTML::HeadParser2.17Parse section of a HTML document
HTML::LinkExtor1.31Extract links from an HTML document
HTML::Parser3.26HTML parser class
HTML::PullParser2.06Alternative HTML::Parser interface
HTML::Tagset3.03data tables useful in parsing HTML
HTML::TokeParser2.24Alternative HTML::Parser interface
HTTP::Cookies1.19Cookie storage and management
HTTP::Daemon1.25a simple http server class
HTTP::Date1.43date conversion routines
HTTP::Headers1.43Class encapsulating HTTP Message headers
HTTP::Headers::Util1.09Header value parsing utility functions
HTTP::Message1.25Class encapsulating HTTP messages
HTTP::Negotiate1.11choose a variant of a document to serve (HTTP content negotiation)
HTTP::Request1.30Class encapsulating HTTP Requests
HTTP::Request::Common1.19Construct common HTTP::Request objects
HTTP::Response1.36Class encapsulating HTTP Responses
HTTP::Status1.26HTTP Status code processing
I18N::CollateN/Acompare 8-bit scalar data according to the current locale
integerN/APerl pragma to use integer arithmetic instead of floating point
IO1.20load various IO modules
IO::AtomicFile2.101write a file which is updated atomically
IO::Dir1.03supply object methods for directory handles
IO::File1.08supply object methods for filehandles
IO::Handle1.21supply object methods for I/O handles
IO::InnerFile2.102define a file inside another file
IO::Lines2.103IO:: interface for reading/writing an array of lines
IO::Pipe1.121supply object methods for pipes
IO::Poll0.05Object interface to system poll call
IO::Scalar2.105IO:: interface for reading/writing a scalar
IO::ScalarArray2.103IO:: interface for reading/writing an array of scalars
IO::Seekable1.08supply seek based methods for I/O objects
IO::Select1.14OO interface to the select system call
IO::Socket1.26Object interface to socket communications
IO::Socket::INET1.25Object interface for AF_INET domain sockets
IO::Socket::UNIX1.20Object interface for AF_UNIX domain sockets
IO::Stringy2.109I/O on in-core objects like strings and arrays
IO::Wrap2.102wrap raw filehandles in IO::Handle interface
IO::WrapTie2.102wrap tieable objects in IO::Handle interface
IPC::Msg1.00SysV Msg IPC object class
IPC::Open21.01open a process for both reading and writing
IPC::Open31.0103open a process for reading, writing, and error handling
IPC::Semaphore1.00SysV Semaphore IPC object class
IPC::SysV1.03SysV IPC constants
lessN/Aperl pragma to request less of something from the compiler
lib0.5564manipulate @INC at compile time
localeN/APerl pragma to use and avoid POSIX locales for built-in operations
LWP5.63The World-Wide Web library for Perl
LWP::ConnCache0.01Connection cache manager
LWP::DebugN/Adebug routines for the libwww-perl library
LWP::MediaTypes1.27guess media type for a file or a URL
LWP::MemberMixinN/AMember access mixin class
LWP::Protocol1.39Base class for LWP protocols
LWP::RobotUA1.18A class for Web Robots
LWP::Simple1.35Procedural LWP interface
LWP::UserAgent2.001A WWW UserAgent class
lwpcookN/AThe libwww-perl cookbook
Mail::Address1.60Parse mail addresses
Mail::Cap1.60Parse mailcap files
Mail::Field1.60Base class for manipulation of mail header fields
Mail::Field::AddrList1.60object representation of e-mail address lists
Mail::Filter1.60Filter mail through multiple subroutines
Mail::Header1.60manipulate mail RFC822 compliant headers
Mail::Internet1.60manipulate Internet format (RFC 822) mail messages
Mail::Mailer1.60Simple interface to electronic mailing mechanisms
Mail::Send1.60Simple electronic mail interface
Mail::Util1.60mail utility functions
Math::BigFloat0.02Arbitrary length float math package
Math::BigInt0.01Arbitrary size integer math package
Math::Complex1.31complex numbers and associated mathematical functions
Math::Trig1trigonometric functions
MIME::Base642.12Encoding and decoding of base64 strings
MIME::Body5.403the body of a MIME message
MIME::Decoder5.403an object for decoding the body part of a MIME stream
MIME::Decoder::Base645.403encode/decode a "base64" stream
MIME::Decoder::Binary5.403perform no encoding/decoding
MIME::Decoder::Gzip645.403decode a "base64" gzip stream
MIME::Decoder::NBit5.403encode/decode a "7bit" or "8bit" stream
MIME::Decoder::QuotedPrint5.403encode/decode a "quoted-printable" stream
MIME::Decoder::UU5.403decode a "uuencoded" stream
MIME::Entity5.404class for parsed-and-decoded MIME message
MIME::Field::ContDisp5.403a "Content-disposition" field
MIME::Field::ConTraEnc5.403a "Content-transfer-encoding" field
MIME::Field::ContType5.403a "Content-type" field
MIME::Field::ParamVal5.403subclass of Mail::Field, for structured MIME fields
MIME::Head5.403MIME message header (a subclass of Mail::Header)
MIME::Lite3.01low-calorie MIME generator
MIME::Parser5.406experimental class for parsing MIME streams
MIME::Parser::FilerN/Amanage file-output of the parser
MIME::Parser::ReaderN/Aa line-oriented reader for a MIME::Parser
MIME::Parser::ResultsN/Aresults of the last entity parsed
MIME::QuotedPrint2.03Encoding and decoding of quoted-printable strings
MIME::Tools5.411modules for parsing (and creating!) MIME entities
MIME::WordDecoderN/Adecode RFC-1522 encoded words to a local representation
MIME::Words5.404deal with RFC-1522 encoded words
MLDBM2.01store multi-level hash structure in single level tied hash
NDBM_File1.04Tied access to ndbm files
Net::Cmd2.24Network Command class (as used by FTP, SMTP etc)
Net::Config1.10Local configuration data for libnet
Net::Domain2.19Attempt to evaluate the current host's internet name and domain
Net::FTP2.72FTP Client class
Net::hostentN/Aby-name interface to Perl's built-in gethost*() functions
Net::HTTP0.04Low-level HTTP client connection
Net::HTTP::NB0.02Non-blocking HTTP client
Net::libnetFAQN/Alibnet Frequently Asked Questions
Net::netentN/Aby-name interface to Perl's built-in getnet*() functions
Net::Netrc2.12OO interface to users netrc file
Net::NNTP2.22NNTP Client class
Net::Ping2.02check a remote host for reachability
Net::POP32.24Post Office Protocol 3 Client class (RFC1939)
Net::protoentN/Aby-name interface to Perl's built-in getproto*() functions
Net::serventN/Aby-name interface to Perl's built-in getserv*() functions
Net::SMTP2.26Simple Mail Transfer Protocol Client
Net::Telnet3.03interact with TELNET port or other TCP ports
Net::Time2.09time and daytime network client interface
ON/AGeneric interface to Perl Compiler backends
Opcode1.04Disable named opcodes when compiling perl code
openN/Aperl pragma to set default disciplines for input and output
opsN/APerl pragma to restrict unsafe operations when compiling
overloadN/APackage for overloading perl operations
Parallel::ForkManager0.7.5A simple parallel processing fork manager
Parse::YappN/APerl extension for generating and using LALR parsers.
Pod::Checker1.2check pod documents for syntax errors
Pod::Find0.21find POD documents in directory trees
Pod::Html1.03module to convert pod files to HTML
Pod::InputObjects1.13objects representing POD input paragraphs, commands, etc.
Pod::LaTeX0.53Convert Pod data to formatted Latex
Pod::Man1.15Convert POD data to formatted *roff input
Pod::Parser1.13base class for creating POD filters and translators
Pod::ParseUtils0.22helpers for POD parsing and conversion
pod::perlN/APractical Extraction and Report Language
pod::perl5004deltaN/Awhat's new for perl5.004
pod::perl5005deltaN/Awhat's new for perl5.005
pod::perlaixN/APerl version 5 on IBM Unix (AIX) systems
pod::perlamigaN/APerl under Amiga OS
pod::perlapiN/Aautogenerated documentation for the perl public API
pod::perlapioN/Aperl's IO abstraction interface.
pod::perlbookN/APerl book information
pod::perlbootN/ABeginner's Object-Oriented Tutorial
pod::perlbotN/ABag'o Object Tricks (the BOT)
pod::perlbs2000N/Abuilding and installing Perl for BS2000.
pod::perlcallN/APerl calling conventions from C
pod::perlclibN/AInternal replacements for standard C library functions
pod::perlcompileN/AIntroduction to the Perl Compiler-Translator
pod::perlcygwinN/APerl for Cygwin
pod::perldataN/APerl data types
pod::perldbmfilterN/APerl DBM Filters
pod::perldebgutsN/AGuts of Perl debugging
pod::perldebtutN/APerl debugging tutorial
pod::perldebugN/APerl debugging
pod::perldeltaN/Awhat's new for perl v5.6.x
pod::perldiagN/Avarious Perl diagnostics
pod::perldosN/AN/A
pod::perldscN/APerl Data Structures Cookbook
pod::perlebcdicN/AConsiderations for running Perl on EBCDIC platforms
pod::perlembedN/Ahow to embed perl in your C program
pod::perlepocN/APerl for EPOC
pod::perlfaqN/Afrequently asked questions about Perl ($Date: 1999/05/23 20:38:02 $)
pod::perlfaq1N/AGeneral Questions About Perl ($Revision: 1.23 $, $Date: 1999/05/23 16:08:30 $)
pod::perlfaq2N/AObtaining and Learning about Perl ($Revision: 1.32 $, $Date: 1999/10/14 18:46:09 $)
pod::perlfaq3N/AProgramming Tools ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $)
pod::perlfaq4N/AData Manipulation ($Revision: 1.49 $, $Date: 1999/05/23 20:37:49 $)
pod::perlfaq5N/AFiles and Formats ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $)
pod::perlfaq6N/ARegexes ($Revision: 1.27 $, $Date: 1999/05/23 16:08:30 $)
pod::perlfaq7N/APerl Language Issues ($Revision: 1.28 $, $Date: 1999/05/23 20:36:18 $)
pod::perlfaq8N/ASystem Interaction ($Revision: 1.39 $, $Date: 1999/05/23 18:37:57 $)
pod::perlfaq9N/ANetworking ($Revision: 1.26 $, $Date: 1999/05/23 16:08:30 $)
pod::perlfilterN/ASource Filters
pod::perlforkN/APerl's fork() emulation (EXPERIMENTAL, subject to change)
pod::perlformN/APerl formats
pod::perlfuncN/APerl builtin functions
pod::perlgutsN/AIntroduction to the Perl API
pod::perlhackN/AHow to hack at the Perl internals
pod::perlhistN/Athe Perl history records
pod::perlhpuxN/APerl version 5 on Hewlett-Packard Unix (HP-UX) systems
pod::perlinternN/Aautogenerated documentation of purely B Perl functions
pod::perlipcN/APerl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
pod::perllexwarnN/APerl Lexical Warnings
pod::perllocaleN/APerl locale handling (internationalization and localization)
pod::perllolN/AManipulating Arrays of Arrays in Perl
pod::perlmachtenN/APerl version 5 on Power MachTen systems
pod::perlmacosN/APerl under Mac OS (Classic)
pod::perlmodN/APerl modules (packages and symbol tables)
pod::perlmodinstallN/AInstalling CPAN Modules
pod::perlmodlibN/Aconstructing new Perl modules and finding existing ones
pod::perlmpeixN/APerl/iX for HP e3000 MPE =head1 SYNOPSIS
pod::perlnewmodN/Apreparing a new module for distribution
pod::perlnumberN/Asemantics of numbers and numeric operations in Perl
pod::perlobjN/APerl objects
pod::perlopN/APerl operators and precedence
pod::perlopentutN/Atutorial on opening things in Perl
pod::perlos2N/APerl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
pod::perlos390N/Abuilding and installing Perl for OS/390.
pod::perlpodN/Aplain old documentation
pod::perlportN/AWriting portable Perl
pod::perlreN/APerl regular expressions
pod::perlrefN/APerl references and nested data structures
pod::perlreftutN/AMark's very short tutorial about references
pod::perlrequickN/APerl regular expressions quick start
pod::perlretutN/APerl regular expressions tutorial
pod::perlrunN/Ahow to execute the Perl interpreter
pod::perlsecN/APerl security
pod::perlsolarisN/APerl version 5 on Solaris systems
pod::perlstyleN/APerl style guide
pod::perlsubN/APerl subroutines
pod::perlsynN/APerl syntax
pod::perlthrtutN/Atutorial on threads in Perl
pod::perltieN/Ahow to hide an object class in a simple variable
pod::perltocN/Aperl documentation table of contents
pod::perltodoN/APerl TO-DO List
pod::perltootN/ATom's object-oriented tutorial for perl
pod::perltootcN/ATom's OO Tutorial for Class Data in Perl
pod::perltrapN/APerl traps for the unwary
pod::perlunicodeN/AUnicode support in Perl (EXPERIMENTAL, subject to change)
pod::perlutilN/Autilities packaged with the Perl distribution
pod::perlvarN/APerl predefined variables
pod::perlvmesaN/Abuilding and installing Perl for VM/ESA.
pod::perlvmsN/AVMS-specific documentation for Perl
pod::perlvosN/APerl for Stratus VOS
pod::perlwin32N/AN/A
pod::perlxsN/AXS language reference manual
pod::perlxstutN/ATutorial for writing XSUBs
Pod::Plainer0.01Perl extension for converting Pod to old style Pod.
Pod::Select1.13extract selected sections of POD from input
Pod::Text2.08Convert POD data to formatted ASCII text
Pod::Text::Color0.06Convert POD data to formatted color ASCII text
Pod::Text::Overstrike1.01Convert POD data to formatted overstrike text
Pod::Text::Termcap1Convert POD data to ASCII text with format escapes
Pod::Usage1.14print a usage message from embedded pod documentation
POSIX1.03Perl interface to IEEE Std 1003.1
re0.02Perl pragma to alter regular expression behaviour
Safe2.06Compile and execute code in restricted compartments
SDBM_File1.03Tied access to sdbm files
Search::DictN/Asearch for key in dictionary file
SelectSaverN/Asave and restore selected file handle
SelfLoader1.0902load functions only on demand
Shell0.3run shell commands transparently within perl
sigtrap1.02Perl pragma to enable simple signal handling
SOAP::Lite0.55Client and server side SOAP implementation
SOAP::Test0.55Test framework for SOAP::Lite
SOAP::Transport::FTP0.55Client side FTP support for SOAP::Lite
SOAP::Transport::HTTP0.55Server/Client side HTTP support for SOAP::Lite
SOAP::Transport::IO0.55Server side IO support for SOAP::Lite
SOAP::Transport::JABBERN/AServer/Client side JABBER support for SOAP::Lite
SOAP::Transport::LOCAL0.55Client side no-transport support for SOAP::Lite
SOAP::Transport::MAILTO0.55Client side SMTP/sendmail support for SOAP::Lite
SOAP::Transport::MQN/AServer/Client side MQ support for SOAP::Lite
SOAP::Transport::POP30.55Server side POP3 support for SOAP::Lite
SOAP::Transport::TCP0.55Server/Client side TCP support for SOAP::Lite
Socket1.72load the C socket.h defines and structure manipulators
Storable1.014persistency for perl data structures
strict1.01Perl pragma to restrict unsafe constructs
subsN/APerl pragma to predeclare sub names
Symbol1.02manipulate Perl symbols and their names
Sys::Hostname1.1Try every conceivable way to get hostname
Sys::Syslog0.01Perl interface to the UNIX syslog(3) calls
Term::ANSIColor1.03Color screen output using ANSI escape sequences
Term::CapN/APerl termcap interface
Term::CompleteN/APerl word completion module
Term::ReadKey2.21A perl module for simple terminal control
Term::ReadLineN/APerl interface to various C packages. If no real package is found, substitutes stubs instead of basic functions.
Test1.15provides a simple framework for writing test scripts
Test::Builder0.17Backend for building test libraries
Test::Harness2.34run perl standard test scripts with statistics
Test::Harness::Assert0.02simple assert
Test::Harness::Iterator0.01Internal Test::Harness Iterator
Test::Harness::Straps0.18detailed analysis of test results
Test::More0.47yet another framework for writing test scripts
Test::Simple0.47Basic utilities for writing tests.
Test::TutorialN/AA tutorial about writing really basic tests
Text::AbbrevN/Acreate an abbreviation table from a list
Text::ParseWords3.2parse text into an array of tokens or array of arrays
Text::Soundex1.0Implementation of the Soundex Algorithm as Described by Knuth
Text::Tabs98.112801expand and unexpand tabs per the unix expand(1) and unexpand(1)
Text::Wrap2001.0131line wrapping to form simple paragraphs
Tie::Array1.01base class for tied arrays
Tie::Handle4.0base class definitions for tied handles
Tie::HashN/Abase class definitions for tied hashes
Tie::RefHash1.3use references as hash keys
Tie::ScalarN/Abase class definitions for tied scalars
Tie::SubstrHashN/AFixed-table-size, fixed-key-length hashing
Time::gmtime1.01by-name interface to Perl's built-in gmtime() function
Time::HiRes1.56High resolution alarm, sleep, gettimeofday, interval timers
Time::LocalN/Aefficiently compute time from local and GMT time
Time::localtime1.01by-name interface to Perl's built-in localtime() function
Time::tmN/Ainternal object used by Time::gmtime and Time::localtime
UDDI::Lite0.55Library for UDDI clients in Perl
UNIVERSALN/Abase class for ALL classes (blessed references)
URI1.17Uniform Resource Identifiers (absolute and relative)
URI::dataN/AURI that contain immediate data
URI::Escape3.19Escape and unescape unsafe characters
URI::fileN/AURI that map to local file names
URI::Heuristic4.12Expand URI using heuristics
URI::ldap1.10LDAP Uniform Resource Locators
URI::URL5.02Uniform Resource Locators
URI::WithBaseN/AURI which remember their base
User::grentN/Aby-name interface to Perl's built-in getgr*() functions
User::pwentN/Aby-name interface to Perl's built-in getpw*() functions
utf8N/APerl pragma to enable/disable UTF-8 in source code
varsN/APerl pragma to predeclare global variable names (obsolete)
warningsN/APerl pragma to control optional warnings
warnings::registerN/Awarnings import function
Win32N/AInterfaces to some Win32 API Functions
WWW::RobotRules1.22Parse robots.txt files
WWW::RobotRules::AnyDBM_File1.10Persistent RobotRules
XML::Checker0.09A perl module for validating XML
XML::Checker::ParserN/Aan XML::Parser that validates at parse time
XML::DOM1.27A perl module for building DOM Level 1 compliant document structures
XML::DOM::AttDefN/AA single XML attribute definition in an ATTLIST in XML::DOM
XML::DOM::AttlistDeclN/AAn XML ATTLIST declaration in XML::DOM
XML::DOM::AttrN/AAn XML attribute in XML::DOM
XML::DOM::CDATASectionN/AEscaping XML text blocks in XML::DOM
XML::DOM::CharacterDataN/ACommon interface for Text, CDATASections and Comments
XML::DOM::CommentN/AAn XML comment in XML::DOM
XML::DOM::DocumentN/AAn XML document node in XML::DOM
XML::DOM::DocumentFragmentN/AFacilitates cut & paste in XML::DOM documents
XML::DOM::DocumentTypeN/AAn XML document type (DTD) in XML::DOM
XML::DOM::DOMImplementationN/AInformation about XML::DOM implementation
XML::DOM::ElementN/AAn XML element node in XML::DOM
XML::DOM::ElementDeclN/AAn XML ELEMENT declaration in XML::DOM
XML::DOM::EntityN/AAn XML ENTITY in XML::DOM
XML::DOM::EntityReferenceN/AAn XML ENTITY reference in XML::DOM
XML::DOM::NamedNodeMapN/AA hash table interface for XML::DOM
XML::DOM::NodeN/ASuper class of all nodes in XML::DOM
XML::DOM::NodeListN/AA node list as used by XML::DOM
XML::DOM::NotationN/AAn XML NOTATION in XML::DOM
XML::DOM::ParserN/AAn XML::Parser that builds XML::DOM document structures
XML::DOM::PerlSAXN/AOld name of L
XML::DOM::ProcessingInstructionN/AAn XML processing instruction in XML::DOM
XML::DOM::TextN/AA piece of XML text in XML::DOM
XML::DOM::ValParserN/Aan XML::DOM::Parser that validates at parse time
XML::DOM::XMLDeclN/AXML declaration in XML::DOM
XML::Dumper0.4Perl module for dumping Perl objects from/to XML
XML::Encoding1.01A perl module for parsing XML encoding maps.
XML::ESISParser0.07Perl SAX parser using nsgmls
XML::Filter::DetectWSN/AA PerlSAX filter that detects ignorable whitespace
XML::Filter::ReindentN/AReformats whitespace for pretty printing XML
XML::Filter::SAXTN/AReplicates SAX events to several SAX event handlers
XML::Grove0.46alphaPerl-style XML objects
XML::Grove::AsCanonXMLN/Aoutput XML objects in canonical XML
XML::Grove::AsStringN/Aoutput content of XML objects as a string
XML::Grove::BuilderN/APerlSAX handler for building an XML::Grove
XML::Grove::FactoryN/Asimplify creation of XML::Grove objects
XML::Grove::IDsN/Areturn an index of `id' attributes in a grove
XML::Grove::PathN/Areturn the object at a path
XML::Grove::PerlSAXN/Aan PerlSAX event interface for XML objects
XML::Grove::SubN/Arun a filter sub over a grove
XML::Grove::SubstN/Asubstitute values into a template
XML::Grove::XPointerN/Adeprecated module once intended for XPointer
XML::Handler::BuildDOMN/APerlSAX handler that creates XML::DOM document structures
XML::Handler::CanonXMLWriter0.07output XML in canonical XML format
XML::Handler::ComposerN/AAnother XML printer/writer/generator
XML::Handler::PrintEventsN/APrints PerlSAX events (for debugging)
XML::Handler::SampleN/Aa trivial PerlSAX handler
XML::Handler::Subs0.07a PerlSAX handler base class for calling user-defined subs
XML::Handler::XMLWriter0.07a PerlSAX handler for writing readable XML
XML::Parser2.30A perl module for parsing XML documents
XML::Parser::Expat2.30Lowlevel access to James Clark's expat XML parser
XML::Parser::Lite0.55Lightweight regexp-based XML parser
XML::Parser::PerlSAX0.07Perl SAX parser using XML::Parser
XML::PatAct::ActionTemplN/AAn action module for
XML::PatAct::Amsterdam0.07An action module for simplistic style-sheets
XML::PatAct::MatchName0.07A pattern module for matching element names
XML::PatAct::PatternTemplN/AA pattern module for
XML::PatAct::ToObjects0.07An action module for creating Perl objects
XML::Perl2SAX0.07translate Perl SAX methods to Java/CORBA style methods
XML::RegExpN/ARegular expressions for XML tokens
XML::SAX2PerlN/Atranslate Java/CORBA style SAX methods to Perl methods
XML::Twig2.02A perl module for processing huge XML documents in tree mode.
XML::UMN/AConvert UTF-8 strings to any encoding supported by XML::Encoding
XML::Writer0.4Perl extension for writing XML documents.
XML::XQL0.63A perl module for querying XML tree structures with XQL
XML::XQL::DateN/AAdds an XQL::Node type for representing and comparing dates and times
XML::XQL::DOMN/AAdds XQL support to XML::DOM nodes
XML::XQL::QueryN/ACreates an XQL query evaluater from a XQL expression
XML::XQL::TutorialN/ADescribes the XQL query syntax
XMLRPC::Lite0.55client and server implementation of XML-RPC protocol
XMLRPC::Test0.55Test framework for XMLRPC::Lite
XMLRPC::Transport::HTTP0.55Server/Client side HTTP support for XMLRPC::Lite
XMLRPC::Transport::POP30.55Server side POP3 support for XMLRPC::Lite
XMLRPC::Transport::TCP0.55Server/Client side TCP support for XMLRPC::Lite
XSLoader0.01Dynamically load C libraries into Perl code