Next: AnyDBM_File | [Table of Contents] | [Index] |
AnyDBM_File | AnyDBM_File - provide framework for multiple DBMs |
attributes | attributes - get/set subroutine or variable attributes |
AutoLoader | AutoLoader - load subroutines only on demand |
AutoSplit | AutoSplit - split a package for autoloading |
autouse | autouse - postpone load of modules until a function is used |
base | base - Establish IS-A relationship with base class at compile time |
Benchmark | Benchmark - benchmark running times of Perl code |
blib | blib - Use MakeMaker's uninstalled version of a package |
bytes | bytes - Perl pragma to force byte semantics rather than character semantics |
c2ph | c2ph, pstruct - Dump C structures as generated from cc -g -S stabs |
Carp | carp - warn of errors (from perspective of caller) |
Carp::Heavy | Carp::Heavy - Carp guts |
CGI | CGI - Simple Common Gateway Interface Class |
CGI::Apache | CGI::Apache - Backward compatibility module for CGI.pm |
CGI::Carp | CGI::Carp - CGI routines for writing to the HTTPD (or other) error log |
CGI::Cookie | CGI::Cookie - Interface to Netscape Cookies |
CGI::Fast | CGI::Fast - CGI Interface for Fast CGI |
CGI::Pretty | CGI::Pretty - module to produce nicely formatted HTML code |
CGI::Push | CGI::Push - Simple Interface to Server Push |
CGI::Switch | CGI::Switch - Backward compatibility module for defunct CGI::Switch |
CGI::Util | CGI::Util - Internal utilities used by CGI module |
charnames | charnames - define character names for \N{named} string literal escape. |
Class::Struct | Class::Struct - declare struct-like datatypes as Perl classes |
constant | constant - Perl pragma to declare constants |
CPAN | CPAN - query, download and build perl modules from CPAN sites |
CPAN::FirstTime | CPAN::FirstTime - Utility for CPAN::Config file Initialization |
CPAN::Nox | CPAN::Nox - Wrapper around CPAN.pm without using any XS module |
Cwd | getcwd - get pathname of current working directory |
DB | DB - programmatic interface to the Perl debugging API (draft, subject to change) |
Devel::SelfStubber | Devel::SelfStubber - generate stubs for a SelfLoading module |
diagnostics | diagnostics - Perl compiler pragma to force verbose warning diagnostics |
DirHandle | DirHandle - supply object methods for directory handles |
dprofpp | <no description> |
Dumpvalue | Dumpvalue - provides screen dump of Perl data. |
English | English - use nice English (or awk) names for ugly punctuation variables |
Env | Env - perl module that imports environment variables as scalars or arrays |
Exporter | Exporter - Implements default import method for modules |
Exporter::Heavy | Exporter::Heavy - Exporter guts |
ExtUtils::Command | ExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc. |
ExtUtils::Embed | ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications |
ExtUtils::Install | ExtUtils::Install - install files from here to there |
ExtUtils::Installed | ExtUtils::Installed - Inventory management of installed modules |
ExtUtils::Liblist | ExtUtils::Liblist - determine libraries to use and how to use them |
ExtUtils::MakeMaker | ExtUtils::MakeMaker - create an extension Makefile |
ExtUtils::Manifest | ExtUtils::Manifest - utilities to write and check a MANIFEST file |
ExtUtils::Mkbootstrap | ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader |
ExtUtils::Mksymlists | ExtUtils::Mksymlists - write linker options files for dynamic extension |
ExtUtils::MM_Cygwin | ExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker |
ExtUtils::MM_OS2 | ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker |
ExtUtils::MM_Unix | ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker |
ExtUtils::MM_VMS | ExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker |
ExtUtils::MM_Win32 | ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker |
ExtUtils::Packlist | ExtUtils::Packlist - manage .packlist files |
ExtUtils::testlib | ExtUtils::testlib - add blib/* directories to @INC |
ExtUtils::xsubpp | xsubpp - compiler to convert Perl XS code into C code |
Fatal | Fatal - replace functions with equivalents which succeed or die |
fields | fields - compile-time class fields |
File::Basename | fileparse - split a pathname into pieces |
File::CheckTree | validate - run many filetest checks on a tree |
File::Compare | File::Compare - Compare files or filehandles |
File::Copy | File::Copy - Copy files or filehandles |
File::DosGlob | File::DosGlob - DOS like globbing and then some |
File::Find | find - traverse a file tree |
File::Path | File::Path - create or remove directory trees |
File::Spec | File::Spec - portably perform operations on file names |
File::Spec::Epoc | File::Spec::Epoc - methods for Epoc file specs |
File::Spec::Functions | File::Spec::Functions - portably perform operations on file names |
File::Spec::Mac | File::Spec::Mac - File::Spec for MacOS |
File::Spec::OS2 | File::Spec::OS2 - methods for OS/2 file specs |
File::Spec::Unix | File::Spec::Unix - methods used by File::Spec |
File::Spec::VMS | File::Spec::VMS - methods for VMS file specs |
File::Spec::Win32 | File::Spec::Win32 - methods for Win32 file specs |
File::stat | File::stat - by-name interface to Perl's built-in stat() functions |
File::Temp | File::Temp - return name and handle of a temporary file safely |
FileCache | FileCache - keep more files open than the system permits |
FileHandle | FileHandle - supply object methods for filehandles |
filetest | filetest - Perl pragma to control the filetest permission operators |
FindBin | FindBin - Locate directory of original perl script |
Getopt::Long | Getopt::Long - Extended processing of command line options |
Getopt::Std | getopt - Process single-character switches with switch clustering |
h2ph | h2ph - convert .h C header files to .ph Perl header files |
h2xs | h2xs - convert .h C header files to Perl extensions |
I18N::Collate | I18N::Collate - compare 8-bit scalar data according to the current locale |
integer | integer - Perl pragma to use integer arithmetic instead of floating point |
IPC::Open2 | IPC::Open2, open2 - open a process for both reading and writing |
IPC::Open3 | IPC::Open3, open3 - open a process for reading, writing, and error handling |
less | less - perl pragma to request less of something from the compiler |
lib | lib - manipulate @INC at compile time |
locale | locale - Perl pragma to use and avoid POSIX locales for built-in operations |
Math::BigFloat | Math::BigFloat - Arbitrary length float math package |
Math::BigInt | Math::BigInt - Arbitrary size integer math package |
Math::Complex | Math::Complex - complex numbers and associated mathematical functions |
Math::Trig | Math::Trig - trigonometric functions |
Net::hostent | Net::hostent - by-name interface to Perl's built-in gethost*() functions |
Net::netent | Net::netent - by-name interface to Perl's built-in getnet*() functions |
Net::Ping | Net::Ping - check a remote host for reachability |
Net::protoent | Net::protoent - by-name interface to Perl's built-in getproto*() functions |
Net::servent | Net::servent - by-name interface to Perl's built-in getserv*() functions |
open | open - perl pragma to set default disciplines for input and output |
overload | overload - Package for overloading perl operations |
patching | <no description> |
perl | perl - Practical Extraction and Report Language |
perl5004delta | perldelta - what's new for perl5.004 |
perl5005delta | perldelta - what's new for perl5.005 |
perlapi | perlapi - autogenerated documentation for the perl public API |
perlapio | perlapio - perl's IO abstraction interface. |
perlbook | perlbook - Perl book information |
perlboot | perlboot - Beginner's Object-Oriented Tutorial |
perlbot | perlbot - Bag'o Object Tricks (the BOT) |
perlbug | perlbug - how to submit bug reports on Perl |
perlcall | perlcall - Perl calling conventions from C |
perlcc | perlcc - generate executables from Perl programs |
perlclib | perlclib - Internal replacements for standard C library functions |
perlcompile | perlcompile - Introduction to the Perl Compiler-Translator |
perldata | perldata - Perl data types |
perldbmfilter | perldbmfilter - Perl DBM Filters |
perldebguts | perldebguts - Guts of Perl debugging |
perldebtut | perldebtut - Perl debugging tutorial |
perldebug | perldebug - Perl debugging |
perldelta | perldelta - what's new for perl v5.6.0 |
perldiag | perldiag - various Perl diagnostics |
perldoc | perldoc - Look up Perl documentation in pod format. |
perldsc | perldsc - Perl Data Structures Cookbook |
perlebcdic | perlebcdic - Considerations for running Perl on EBCDIC platforms |
perlembed | perlembed - how to embed perl in your C program |
perlfaq | perlfaq - frequently asked questions about Perl ($Date: 1999/05/23 20:38:02 $) |
perlfaq1 | perlfaq1 - General Questions About Perl ($Revision: 1.23 $, $Date: 1999/05/23 16:08:30 $) |
perlfaq2 | perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.32 $, $Date: 1999/10/14 18:46:09 $) |
perlfaq3 | perlfaq3 - Programming Tools ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $) |
perlfaq4 | perlfaq4 - Data Manipulation ($Revision: 1.49 $, $Date: 1999/05/23 20:37:49 $) |
perlfaq5 | perlfaq5 - Files and Formats ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $) |
perlfaq6 | perlfaq6 - Regexes ($Revision: 1.27 $, $Date: 1999/05/23 16:08:30 $) |
perlfaq7 | perlfaq7 - Perl Language Issues ($Revision: 1.28 $, $Date: 1999/05/23 20:36:18 $) |
perlfaq8 | perlfaq8 - System Interaction ($Revision: 1.39 $, $Date: 1999/05/23 18:37:57 $) |
perlfaq9 | perlfaq9 - Networking ($Revision: 1.26 $, $Date: 1999/05/23 16:08:30 $) |
perlfilter | perlfilter - Source Filters |
perlfork | perlfork - Perl's fork() emulation |
perlform | perlform - Perl formats |
perlfunc | perlfunc - Perl builtin functions |
perlguts | perlguts - Introduction to the Perl API |
perlhack | perlhack - How to hack at the Perl internals |
perlhist | perlhist - the Perl history records |
perlintern | perlintern - autogenerated documentation of purely internal Perl functions |
perlipc | perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) |
perllexwarn | perllexwarn - Perl Lexical Warnings |
perllocale | perllocale - Perl locale handling (internationalization and localization) |
perllol | perllol - Manipulating Arrays of Arrays in Perl |
perlmod | perlmod - Perl modules (packages and symbol tables) |
perlmodinstall | perlmodinstall - Installing CPAN Modules |
perlmodlib | perlmodlib - constructing new Perl modules and finding existing ones |
perlmodlib | perlmodlib - constructing new Perl modules and finding existing ones |
perlnewmod | perlnewmod - preparing a new module for distribution |
perlnumber | perlnumber - semantics of numbers and numeric operations in Perl |
perlobj | perlobj - Perl objects |
perlop | perlop - Perl operators and precedence |
perlopentut | perlopentut - tutorial on opening things in Perl |
perlpod | perlpod - plain old documentation |
perlport | perlport - Writing portable Perl |
perlre | perlre - Perl regular expressions |
perlref | perlref - Perl references and nested data structures |
perlreftut | perlreftut - Mark's very short tutorial about references |
perlrequick | perlrequick - Perl regular expressions quick start |
perlretut | perlretut - Perl regular expressions tutorial |
perlrun | perlrun - how to execute the Perl interpreter |
perlsec | perlsec - Perl security |
perlstyle | perlstyle - Perl style guide |
perlsub | perlsub - Perl subroutines |
perlsyn | perlsyn - Perl syntax |
perlthrtut | perlthrtut - tutorial on threads in Perl |
perltie | perltie - how to hide an object class in a simple variable |
perltoc | perltoc - perl documentation table of contents |
perltodo | perltodo - Perl TO-DO List |
perltoot | perltoot - Tom's object-oriented tutorial for perl |
perltootc | perltootc - Tom's OO Tutorial for Class Data in Perl |
perltrap | perltrap - Perl traps for the unwary |
perlunicode | perlunicode - Unicode support in Perl |
perlutil | perlutil - utilities packaged with the Perl distribution |
perlvar | perlvar - Perl predefined variables |
perlxs | perlxs - XS language reference manual |
perlxstut | perlXStut - Tutorial for writing XSUBs |
pl2pm | pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules. |
pod2html | pod2html - convert .pod files to .html files |
pod2latex | pod2latex - convert pod documentation to latex format |
pod2man | pod2man - Convert POD data to formatted *roff input |
pod2text | pod2text - Convert POD data to formatted ASCII text |
pod2usage | pod2usage - print usage messages from embedded pod docs in files |
Pod::Checker | Pod::Checker, podchecker() - check pod documents for syntax errors |
Pod::Find | Pod::Find - find POD documents in directory trees |
Pod::Html | Pod::Html - module to convert pod files to HTML |
Pod::InputObjects | Pod::InputObjects - objects representing POD input paragraphs, commands, etc. |
Pod::LaTeX | Pod::LaTeX - Convert Pod data to formatted Latex |
Pod::Man | Pod::Man - Convert POD data to formatted *roff input |
Pod::Parser | Pod::Parser - base class for creating POD filters and translators |
Pod::ParseUtils | Pod::ParseUtils - helpers for POD parsing and conversion |
Pod::Plainer | Pod::Plainer - Perl extension for converting Pod to old style Pod. |
Pod::Select | Pod::Select, podselect() - extract selected sections of POD from input |
Pod::Text | Pod::Text - Convert POD data to formatted ASCII text |
Pod::Text::Color | Pod::Text::Color - Convert POD data to formatted color ASCII text |
Pod::Text::Overstrike | Pod::Text::Overstrike - Convert POD data to formatted overstrike text |
Pod::Text::Termcap | Pod::Text::Color - Convert POD data to ASCII text with format escapes |
Pod::Usage | Pod::Usage, pod2usage() - print a usage message from embedded pod documentation |
podchecker | podchecker - check the syntax of POD format documentation files |
podselect | podselect - print selected sections of pod documentation on standard output |
pumpkin | Pumpkin - Notes on handling the Perl Patch Pumpkin |
repository | repository - Using the Perl repository |
Search::Dict | Search::Dict, look - search for key in dictionary file |
SelectSaver | SelectSaver - save and restore selected file handle |
SelfLoader | SelfLoader - load functions only on demand |
Shell | Shell - run shell commands transparently within perl |
sigtrap | sigtrap - Perl pragma to enable simple signal handling |
splitpod | <no description> |
strict | strict - Perl pragma to restrict unsafe constructs |
subs | subs - Perl pragma to predeclare sub names |
Symbol | Symbol - manipulate Perl symbols and their names |
Term::ANSIColor | Term::ANSIColor - Color screen output using ANSI escape sequences |
Term::Cap | Term::Cap - Perl termcap interface |
Term::Complete | Term::Complete - Perl word completion module |
Term::ReadLine | Term::ReadLine - Perl interface to various readline packages. If
no real package is found, substitutes stubs instead of basic functions. |
Test | Test - provides a simple framework for writing test scripts |
Test::Harness | Test::Harness - run perl standard test scripts with statistics |
Text::Abbrev | abbrev - create an abbreviation table from a list |
Text::ParseWords | Text::ParseWords - parse text into an array of tokens or array of arrays |
Text::Soundex | Text::Soundex - Implementation of the Soundex Algorithm as Described by Knuth |
Text::Tabs | Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1) |
Text::Wrap | Text::Wrap - line wrapping to form simple paragraphs |
Tie::Array | Tie::Array - base class for tied arrays |
Tie::Handle | Tie::Handle, Tie::StdHandle - base class definitions for tied handles |
Tie::Hash | Tie::Hash, Tie::StdHash - base class definitions for tied hashes |
Tie::RefHash | Tie::RefHash - use references as hash keys |
Tie::Scalar | Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars |
Tie::SubstrHash | Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing |
Time::gmtime | Time::gmtime - by-name interface to Perl's built-in gmtime() function |
Time::Local | Time::Local - efficiently compute time from local and GMT time |
Time::localtime | Time::localtime - by-name interface to Perl's built-in localtime() function |
Time::tm | Time::tm - internal object used by Time::gmtime and Time::localtime |
UNIVERSAL | UNIVERSAL - base class for ALL classes (blessed references) |
User::grent | User::grent - by-name interface to Perl's built-in getgr*() functions |
User::pwent | User::pwent - by-name interface to Perl's built-in getpw*() functions |
utf8 | utf8 - Perl pragma to enable/disable UTF-8 in source code |
vars | vars - Perl pragma to predeclare global variable names (obsolete) |
warnings | warnings - Perl pragma to control optional warnings |
warnings::register | warnings::register - warnings import function |
Win32 | Win32 - Interfaces to some Win32 API Functions |