Next:
AnyDBM_File
 [Table of Contents][Index]

Table of Contents


AnyDBM_FileAnyDBM_File - provide framework for multiple DBMs
attributesattributes - get/set subroutine or variable attributes
AutoLoaderAutoLoader - load subroutines only on demand
AutoSplitAutoSplit - split a package for autoloading
autouseautouse - postpone load of modules until a function is used
basebase - Establish IS-A relationship with base class at compile time
BenchmarkBenchmark - benchmark running times of Perl code
blibblib - Use MakeMaker's uninstalled version of a package
bytesbytes - Perl pragma to force byte semantics rather than character semantics
c2phc2ph, pstruct - Dump C structures as generated from cc -g -S stabs
Carpcarp - warn of errors (from perspective of caller)
Carp::HeavyCarp::Heavy - Carp guts
CGICGI - Simple Common Gateway Interface Class
CGI::ApacheCGI::Apache - Backward compatibility module for CGI.pm
CGI::CarpCGI::Carp - CGI routines for writing to the HTTPD (or other) error log
CGI::CookieCGI::Cookie - Interface to Netscape Cookies
CGI::FastCGI::Fast - CGI Interface for Fast CGI
CGI::PrettyCGI::Pretty - module to produce nicely formatted HTML code
CGI::PushCGI::Push - Simple Interface to Server Push
CGI::SwitchCGI::Switch - Backward compatibility module for defunct CGI::Switch
CGI::UtilCGI::Util - Internal utilities used by CGI module
charnamescharnames - define character names for \N{named} string literal escape.
Class::StructClass::Struct - declare struct-like datatypes as Perl classes
constantconstant - Perl pragma to declare constants
CPANCPAN - query, download and build perl modules from CPAN sites
CPAN::FirstTimeCPAN::FirstTime - Utility for CPAN::Config file Initialization
CPAN::NoxCPAN::Nox - Wrapper around CPAN.pm without using any XS module
Cwdgetcwd - get pathname of current working directory
DBDB - programmatic interface to the Perl debugging API (draft, subject to change)
Devel::SelfStubberDevel::SelfStubber - generate stubs for a SelfLoading module
diagnosticsdiagnostics - Perl compiler pragma to force verbose warning diagnostics
DirHandleDirHandle - supply object methods for directory handles
dprofpp<no description>
DumpvalueDumpvalue - provides screen dump of Perl data.
EnglishEnglish - use nice English (or awk) names for ugly punctuation variables
EnvEnv - perl module that imports environment variables as scalars or arrays
ExporterExporter - Implements default import method for modules
Exporter::HeavyExporter::Heavy - Exporter guts
ExtUtils::CommandExtUtils::Command - utilities to replace common UNIX commands in Makefiles etc.
ExtUtils::EmbedExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
ExtUtils::InstallExtUtils::Install - install files from here to there
ExtUtils::InstalledExtUtils::Installed - Inventory management of installed modules
ExtUtils::LiblistExtUtils::Liblist - determine libraries to use and how to use them
ExtUtils::MakeMakerExtUtils::MakeMaker - create an extension Makefile
ExtUtils::ManifestExtUtils::Manifest - utilities to write and check a MANIFEST file
ExtUtils::MkbootstrapExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
ExtUtils::MksymlistsExtUtils::Mksymlists - write linker options files for dynamic extension
ExtUtils::MM_CygwinExtUtils::MM_Cygwin - methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_OS2ExtUtils::MM_OS2 - methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_UnixExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
ExtUtils::MM_VMSExtUtils::MM_VMS - methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::MM_Win32ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker
ExtUtils::PacklistExtUtils::Packlist - manage .packlist files
ExtUtils::testlibExtUtils::testlib - add blib/* directories to @INC
ExtUtils::xsubppxsubpp - compiler to convert Perl XS code into C code
FatalFatal - replace functions with equivalents which succeed or die
fieldsfields - compile-time class fields
File::Basenamefileparse - split a pathname into pieces
File::CheckTreevalidate - run many filetest checks on a tree
File::CompareFile::Compare - Compare files or filehandles
File::CopyFile::Copy - Copy files or filehandles
File::DosGlobFile::DosGlob - DOS like globbing and then some
File::Findfind - traverse a file tree
File::PathFile::Path - create or remove directory trees
File::SpecFile::Spec - portably perform operations on file names
File::Spec::EpocFile::Spec::Epoc - methods for Epoc file specs
File::Spec::FunctionsFile::Spec::Functions - portably perform operations on file names
File::Spec::MacFile::Spec::Mac - File::Spec for MacOS
File::Spec::OS2File::Spec::OS2 - methods for OS/2 file specs
File::Spec::UnixFile::Spec::Unix - methods used by File::Spec
File::Spec::VMSFile::Spec::VMS - methods for VMS file specs
File::Spec::Win32File::Spec::Win32 - methods for Win32 file specs
File::statFile::stat - by-name interface to Perl's built-in stat() functions
File::TempFile::Temp - return name and handle of a temporary file safely
FileCacheFileCache - keep more files open than the system permits
FileHandleFileHandle - supply object methods for filehandles
filetestfiletest - Perl pragma to control the filetest permission operators
FindBinFindBin - Locate directory of original perl script
Getopt::LongGetopt::Long - Extended processing of command line options
Getopt::Stdgetopt - Process single-character switches with switch clustering
h2phh2ph - convert .h C header files to .ph Perl header files
h2xsh2xs - convert .h C header files to Perl extensions
I18N::CollateI18N::Collate - compare 8-bit scalar data according to the current locale
integerinteger - Perl pragma to use integer arithmetic instead of floating point
IPC::Open2IPC::Open2, open2 - open a process for both reading and writing
IPC::Open3IPC::Open3, open3 - open a process for reading, writing, and error handling
lessless - perl pragma to request less of something from the compiler
liblib - manipulate @INC at compile time
localelocale - Perl pragma to use and avoid POSIX locales for built-in operations
Math::BigFloatMath::BigFloat - Arbitrary length float math package
Math::BigIntMath::BigInt - Arbitrary size integer math package
Math::ComplexMath::Complex - complex numbers and associated mathematical functions
Math::TrigMath::Trig - trigonometric functions
Net::hostentNet::hostent - by-name interface to Perl's built-in gethost*() functions
Net::netentNet::netent - by-name interface to Perl's built-in getnet*() functions
Net::PingNet::Ping - check a remote host for reachability
Net::protoentNet::protoent - by-name interface to Perl's built-in getproto*() functions
Net::serventNet::servent - by-name interface to Perl's built-in getserv*() functions
openopen - perl pragma to set default disciplines for input and output
overloadoverload - Package for overloading perl operations
patching<no description>
perlperl - Practical Extraction and Report Language
perl5004deltaperldelta - what's new for perl5.004
perl5005deltaperldelta - what's new for perl5.005
perlapiperlapi - autogenerated documentation for the perl public API
perlapioperlapio - perl's IO abstraction interface.
perlbookperlbook - Perl book information
perlbootperlboot - Beginner's Object-Oriented Tutorial
perlbotperlbot - Bag'o Object Tricks (the BOT)
perlbugperlbug - how to submit bug reports on Perl
perlcallperlcall - Perl calling conventions from C
perlccperlcc - generate executables from Perl programs
perlclibperlclib - Internal replacements for standard C library functions
perlcompileperlcompile - Introduction to the Perl Compiler-Translator
perldataperldata - Perl data types
perldbmfilterperldbmfilter - Perl DBM Filters
perldebgutsperldebguts - Guts of Perl debugging
perldebtutperldebtut - Perl debugging tutorial
perldebugperldebug - Perl debugging
perldeltaperldelta - what's new for perl v5.6.0
perldiagperldiag - various Perl diagnostics
perldocperldoc - Look up Perl documentation in pod format.
perldscperldsc - Perl Data Structures Cookbook
perlebcdicperlebcdic - Considerations for running Perl on EBCDIC platforms
perlembedperlembed - how to embed perl in your C program
perlfaqperlfaq - frequently asked questions about Perl ($Date: 1999/05/23 20:38:02 $)
perlfaq1perlfaq1 - General Questions About Perl ($Revision: 1.23 $, $Date: 1999/05/23 16:08:30 $)
perlfaq2perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.32 $, $Date: 1999/10/14 18:46:09 $)
perlfaq3perlfaq3 - Programming Tools ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $)
perlfaq4perlfaq4 - Data Manipulation ($Revision: 1.49 $, $Date: 1999/05/23 20:37:49 $)
perlfaq5perlfaq5 - Files and Formats ($Revision: 1.38 $, $Date: 1999/05/23 16:08:30 $)
perlfaq6perlfaq6 - Regexes ($Revision: 1.27 $, $Date: 1999/05/23 16:08:30 $)
perlfaq7perlfaq7 - Perl Language Issues ($Revision: 1.28 $, $Date: 1999/05/23 20:36:18 $)
perlfaq8perlfaq8 - System Interaction ($Revision: 1.39 $, $Date: 1999/05/23 18:37:57 $)
perlfaq9perlfaq9 - Networking ($Revision: 1.26 $, $Date: 1999/05/23 16:08:30 $)
perlfilterperlfilter - Source Filters
perlforkperlfork - Perl's fork() emulation
perlformperlform - Perl formats
perlfuncperlfunc - Perl builtin functions
perlgutsperlguts - Introduction to the Perl API
perlhackperlhack - How to hack at the Perl internals
perlhistperlhist - the Perl history records
perlinternperlintern - autogenerated documentation of purely internal
                 Perl functions
perlipcperlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
perllexwarnperllexwarn - Perl Lexical Warnings
perllocaleperllocale - Perl locale handling (internationalization and localization)
perllolperllol - Manipulating Arrays of Arrays in Perl
perlmodperlmod - Perl modules (packages and symbol tables)
perlmodinstallperlmodinstall - Installing CPAN Modules
perlmodlibperlmodlib - constructing new Perl modules and finding existing ones
perlmodlibperlmodlib - constructing new Perl modules and finding existing ones
perlnewmodperlnewmod - preparing a new module for distribution
perlnumberperlnumber - semantics of numbers and numeric operations in Perl
perlobjperlobj - Perl objects
perlopperlop - Perl operators and precedence
perlopentutperlopentut - tutorial on opening things in Perl
perlpodperlpod - plain old documentation
perlportperlport - Writing portable Perl
perlreperlre - Perl regular expressions
perlrefperlref - Perl references and nested data structures
perlreftutperlreftut - Mark's very short tutorial about references
perlrequickperlrequick - Perl regular expressions quick start
perlretutperlretut - Perl regular expressions tutorial
perlrunperlrun - how to execute the Perl interpreter
perlsecperlsec - Perl security
perlstyleperlstyle - Perl style guide
perlsubperlsub - Perl subroutines
perlsynperlsyn - Perl syntax
perlthrtutperlthrtut - tutorial on threads in Perl
perltieperltie - how to hide an object class in a simple variable
perltocperltoc - perl documentation table of contents
perltodoperltodo - Perl TO-DO List
perltootperltoot - Tom's object-oriented tutorial for perl
perltootcperltootc - Tom's OO Tutorial for Class Data in Perl
perltrapperltrap - Perl traps for the unwary
perlunicodeperlunicode - Unicode support in Perl
perlutilperlutil - utilities packaged with the Perl distribution
perlvarperlvar - Perl predefined variables
perlxsperlxs - XS language reference manual
perlxstutperlXStut - Tutorial for writing XSUBs
pl2pmpl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
pod2htmlpod2html - convert .pod files to .html files
pod2latexpod2latex - convert pod documentation to latex format
pod2manpod2man - Convert POD data to formatted *roff input
pod2textpod2text - Convert POD data to formatted ASCII text
pod2usagepod2usage - print usage messages from embedded pod docs in files
Pod::CheckerPod::Checker, podchecker() - check pod documents for syntax errors
Pod::FindPod::Find - find POD documents in directory trees
Pod::HtmlPod::Html - module to convert pod files to HTML
Pod::InputObjectsPod::InputObjects - objects representing POD input paragraphs, commands, etc.
Pod::LaTeXPod::LaTeX - Convert Pod data to formatted Latex
Pod::ManPod::Man - Convert POD data to formatted *roff input
Pod::ParserPod::Parser - base class for creating POD filters and translators
Pod::ParseUtilsPod::ParseUtils - helpers for POD parsing and conversion
Pod::PlainerPod::Plainer - Perl extension for converting Pod to old style Pod.
Pod::SelectPod::Select, podselect() - extract selected sections of POD from input
Pod::TextPod::Text - Convert POD data to formatted ASCII text
Pod::Text::ColorPod::Text::Color - Convert POD data to formatted color ASCII text
Pod::Text::OverstrikePod::Text::Overstrike - Convert POD data to formatted overstrike text
Pod::Text::TermcapPod::Text::Color - Convert POD data to ASCII text with format escapes
Pod::UsagePod::Usage, pod2usage() - print a usage message from embedded pod documentation
podcheckerpodchecker - check the syntax of POD format documentation files
podselectpodselect - print selected sections of pod documentation on standard output
pumpkinPumpkin - Notes on handling the Perl Patch Pumpkin
repositoryrepository - Using the Perl repository
Search::DictSearch::Dict, look - search for key in dictionary file
SelectSaverSelectSaver - save and restore selected file handle
SelfLoaderSelfLoader - load functions only on demand
ShellShell - run shell commands transparently within perl
sigtrapsigtrap - Perl pragma to enable simple signal handling
splitpod<no description>
strictstrict - Perl pragma to restrict unsafe constructs
subssubs - Perl pragma to predeclare sub names
SymbolSymbol - manipulate Perl symbols and their names
Term::ANSIColorTerm::ANSIColor - Color screen output using ANSI escape sequences
Term::CapTerm::Cap - Perl termcap interface
Term::CompleteTerm::Complete - Perl word completion module
Term::ReadLineTerm::ReadLine - Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions.
TestTest - provides a simple framework for writing test scripts
Test::HarnessTest::Harness - run perl standard test scripts with statistics
Text::Abbrevabbrev - create an abbreviation table from a list
Text::ParseWordsText::ParseWords - parse text into an array of tokens or array of arrays
Text::SoundexText::Soundex - Implementation of the Soundex Algorithm as Described by Knuth
Text::TabsText::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1)
Text::WrapText::Wrap - line wrapping to form simple paragraphs
Tie::ArrayTie::Array - base class for tied arrays
Tie::HandleTie::Handle, Tie::StdHandle - base class definitions for tied handles
Tie::HashTie::Hash, Tie::StdHash - base class definitions for tied hashes
Tie::RefHashTie::RefHash - use references as hash keys
Tie::ScalarTie::Scalar, Tie::StdScalar - base class definitions for tied scalars
Tie::SubstrHashTie::SubstrHash - Fixed-table-size, fixed-key-length hashing
Time::gmtimeTime::gmtime - by-name interface to Perl's built-in gmtime() function
Time::LocalTime::Local - efficiently compute time from local and GMT time
Time::localtimeTime::localtime - by-name interface to Perl's built-in localtime() function
Time::tmTime::tm - internal object used by Time::gmtime and Time::localtime
UNIVERSALUNIVERSAL - base class for ALL classes (blessed references)
User::grentUser::grent - by-name interface to Perl's built-in getgr*() functions
User::pwentUser::pwent - by-name interface to Perl's built-in getpw*() functions
utf8utf8 - Perl pragma to enable/disable UTF-8 in source code
varsvars - Perl pragma to predeclare global variable names (obsolete)
warningswarnings - Perl pragma to control optional warnings
warnings::registerwarnings::register - warnings import function
Win32Win32 - Interfaces to some Win32 API Functions

[Top] Generated by Pod::HTML 0.43 on Mon Mar 19 17:37:04 2001