/* Void Main's man pages */
{ phpMan } else { main(); }
CORE (3pm) - Namespace for Perl's core routines
Clone (3pm) - recursively copy Perl datatypes
Config (3pm) - access Perl configuration information
Pod::Perldoc (3pm) - Look up Perl documentation in Pod format.
Pod::perldoc (3pm) - Look up Perl documentation in Pod format.
Apache2::Access (3pm) - A Perl API for Apache request object: Access, Authent...
Apache2::CmdParms (3pm) - Perl API for Apache command parameters object
Apache2::Command (3pm) - Perl API for accessing Apache module command informa...
Apache2::Connection (3pm) - Perl API for Apache connection object
Apache2::ConnectionUtil (3pm) - Perl API for Apache connection utils
Apache2::Const (3pm) - Perl Interface for Apache Constants
Apache2::Directive (3pm) - Perl API for manipulating the Apache configuration...
Apache2::Filter (3pm) - Perl API for Apache 2.0 Filtering
Apache2::FilterRec (3pm) - Perl API for manipulating the Apache filter record
Apache2::HookRun (3pm) - Perl API for Invoking Apache HTTP phases
Apache2::Log (3pm) - Perl API for Apache Logging Methods
Apache2::Module (3pm) - Perl API for creating and working with Apache modules
Apache2::MPM (3pm) - Perl API for accessing Apache MPM information
Apache2::PerlSections (3pm) - write Apache configuration files in Perl
Apache2::porting (3pm) - - a helper module for mod_perl 1.0 to mod_perl 2.0 p...
Apache2::Process (3pm) - Perl API for Apache process record
Apache2::RequestIO (3pm) - Perl API for Apache request record IO
Apache2::RequestRec (3pm) - Perl API for Apache request record accessors
Apache2::RequestUtil (3pm) - Perl API for Apache request record utils
Apache2::Response (3pm) - Perl API for Apache HTTP request response methods
Apache2::ServerRec (3pm) - Perl API for Apache server record accessors
Apache2::ServerUtil (3pm) - Perl API for Apache server record utils
Apache2::SubProcess (3pm) - - Executing SubProcesses under mod_perl
Apache2::SubRequest (3pm) - Perl API for Apache subrequests
Apache2::URI (3pm) - Perl API for manipulating URIs
Apache2::Util (3pm) - Perl API for Misc Apache Utility functions
APR (3pm) - Perl Interface for Apache Portable Runtime (libapr and...
APR::Base64 (3pm) - Perl API for APR base64 encoding/decoding functionality
APR::Brigade (3pm) - Perl API for manipulating APR Bucket Brigades
APR::Bucket (3pm) - Perl API for manipulating APR Buckets
APR::BucketAlloc (3pm) - Perl API for Bucket Allocation
APR::BucketType (3pm) - Perl API for APR bucket types
APR::Const (3pm) - Perl Interface for APR Constants
APR::Date (3pm) - Perl API for APR date manipulating functions
APR::Error (3pm) - Perl API for APR/Apache/mod_perl exceptions
APR::Finfo (3pm) - Perl API for APR fileinfo structure
APR::IpSubnet (3pm) - Perl API for accessing APRs ip_subnet structures
APR::OS (3pm) - Perl API for Platform-specific APR API
APR::PerlIO (3pm) - - Perl IO layer for APR
APR::Pool (3pm) - Perl API for APR pools
APR::SockAddr (3pm) - Perl API for APR socket address structure
APR::Socket (3pm) - Perl API for APR sockets
APR::Status (3pm) - Perl Interface to the APR_STATUS_IS_* macros
APR::String (3pm) - Perl API for manipulating APR UUIDs
APR::Table (3pm) - Perl API for manipulating APR opaque string-content ta...
APR::ThreadMutex (3pm) - Perl API for APR thread mutexes
APR::ThreadRWLock (3pm) - Perl API for APR thread read/write locks
APR::URI (3pm) - Perl API for URI manipulations
APR::Util (3pm) - Perl API for Various APR Utilities
APR::UUID (3pm) - Perl API for manipulating APR UUIDs
B (3pm) - The Perl Compiler Backend
B::Concise (3pm) - Walk Perl syntax tree, printing concise info about ops
B::Deparse (3pm) - Perl compiler backend to produce perl code
B::Terse (3pm) - Walk Perl syntax tree, printing terse info about ops
B::Xref (3pm) - Generates cross reference reports for Perl programs
Benchmark (3pm) - benchmark running times of Perl code
builtin (3pm) - Perl pragma to import built-in utility functions
Bundle::Apache2 (3pm) - Install Apache mod_perl2 and related modules
bytes (3pm) - Perl pragma to expose the individual bytes of characters
Class::Struct (3pm) - declare struct-like datatypes as Perl classes
constant (3pm) - Perl pragma to declare constants
Data::Dumper (3pm) - stringified perl data structures, suitable for both pr...
DB_File (3pm) - Perl5 access to Berkeley DB version 1.x
DBD::File::Roadmap (3pm) - Planned Enhancements for DBD::File and pure Perl D...
DBD::MariaDB (3pm) - MariaDB and MySQL driver for the Perl5 Database Interf...
DBD::mysql (3pm) - MySQL driver for the Perl5 Database Interface (DBI)
DBD::Sponge (3pm) - Create a DBI statement handle from Perl data
DBI (3pm) - Database independent interface for Perl
DBI::DBD (3pm) - Perl DBI Database Driver Writer's Guide
DBI::ProfileDumper::Apache (3pm) - capture DBI profiling data from Apache/mod...
DBI::PurePerl (3pm) - - a DBI emulation using pure perl (no C/XS compilation...
Devel::PPPort (3pm) - Perl/Pollution/Portability
Digest::MD5 (3pm) - Perl interface to the MD5 Algorithm
Digest::SHA (3pm) - Perl extension for SHA-1/224/256/384/512
Digest::SHA1 (3pm) - Perl interface to the SHA-1 algorithm
DynaLoader (3pm) - Dynamically load C libraries into Perl code
Encode (3pm) - character encodings in Perl
Encode::PerlIO (3pm) - - a detailed document on Encode and PerlIO
ExtUtils::ParseXS (3pm) - converts Perl XS code into C code
ExtUtils::Typemaps (3pm) - Read/Write/Modify Perl/XS typemap files
feature (3pm) - Perl pragma to enable new features
File::Glob (3pm) - Perl extension for BSD glob routine
File::stat (3pm) - by-name interface to Perl's built-in stat() functions
Filter::Util::Call (3pm) - Perl Source Filter Utility Module
Filter::Util::perlfilter (3pm) - Source Filters
FindBin (3pm) - Locate directory of original perl script
h2xs (1) - convert .h C header files to Perl extensions
if (3pm) - "use" a Perl module if a condition holds
inplace (3am) - emulate sed/perl/ruby in-place editing
integer (3pm) - Perl pragma to use integer arithmetic instead of float...
JSON::PP (3pm) - JSON::XS compatible pure-Perl module.
locale (3pm) - Perl pragma to use or avoid POSIX locales for built-in...
LWP (3pm) - The World-Wide Web library for Perl
lwpcook (3pm) - The libwww-perl cookbook
Math::BigInt::Calc (3pm) - pure Perl module to support Math::BigInt
mod_perl2 (3pm) - Embed a Perl interpreter in the Apache/2.x HTTP server
ModPerl::Const (3pm) - - ModPerl Constants
ModPerl::Global (3pm) - - Perl API for manipulating special Perl lists
ModPerl::MethodLookup (3pm) - - Lookup mod_perl modules, objects and methods
ModPerl::PerlRun (3pm) - Run unaltered CGI scripts under mod_perl
ModPerl::PerlRunPrefork (3pm) - Run unaltered CGI scripts under mod_perl
ModPerl::Registry (3pm) - Run unaltered CGI scripts persistently under mod_perl
ModPerl::RegistryBB (3pm) - Run unaltered CGI scripts persistently under mod_...
ModPerl::RegistryCooker (3pm) - Cook mod_perl 2.0 Registry Modules
ModPerl::RegistryLoader (3pm) - Compile ModPerl::RegistryCooker scripts at se...
ModPerl::RegistryPrefork (3pm) - Run unaltered CGI scripts under mod_perl
ModPerl::Util (3pm) - Helper mod_perl Functions
Net::SSLeay (3pm) - Perl bindings for OpenSSL and LibreSSL
Net::SSLeay::Handle (3pm) - Perl module that lets SSL (HTTPS) sockets be hand...
NetAddr::IP::UtilPP (3pm) - - pure Perl functions for NetAddr::IP::Util
O (3pm) - Generic interface to Perl Compiler backends
open (3pm) - perl pragma to set default PerlIO layers for input and...
overload (3pm) - Package for overloading Perl operations
overloading (3pm) - perl pragma to lexically control overloading
pcre2 (3) - Perl-compatible regular expressions (revised API)
pcre2compat (3) - Perl-compatible regular expressions (revised API)
pcre2limits (3) - Perl-compatible regular expressions (revised API)
pcre2matching (3) - Perl-compatible regular expressions (revised API)
pcre2partial (3) - Perl-compatible regular expressions
pcre2pattern (3) - Perl-compatible regular expressions (revised API)
pcre2perform (3) - Perl-compatible regular expressions (revised API)
pcre2syntax (3) - Perl-compatible regular expressions (revised API)
pcre2unicode (3) - Perl-compatible regular expressions (revised API)
perl (1) - The Perl 5 language interpreter
perl5004delta (1) - what's new for perl5.004
perl5005delta (1) - what's new for perl5.005
perl5100delta (1) - what is new for perl 5.10.0
perl5101delta (1) - what is new for perl v5.10.1
perl5120delta (1) - what is new for perl v5.12.0
perl5121delta (1) - what is new for perl v5.12.1
perl5122delta (1) - what is new for perl v5.12.2
perl5123delta (1) - what is new for perl v5.12.3
perl5124delta (1) - what is new for perl v5.12.4
perl5125delta (1) - what is new for perl v5.12.5
perl5140delta (1) - what is new for perl v5.14.0
perl5141delta (1) - what is new for perl v5.14.1
perl5142delta (1) - what is new for perl v5.14.2
perl5143delta (1) - what is new for perl v5.14.3
perl5144delta (1) - what is new for perl v5.14.4
perl5160delta (1) - what is new for perl v5.16.0
perl5161delta (1) - what is new for perl v5.16.1
perl5162delta (1) - what is new for perl v5.16.2
perl5163delta (1) - what is new for perl v5.16.3
perl5180delta (1) - what is new for perl v5.18.0
perl5181delta (1) - what is new for perl v5.18.1
perl5182delta (1) - what is new for perl v5.18.2
perl5184delta (1) - what is new for perl v5.18.4
perl5200delta (1) - what is new for perl v5.20.0
perl5201delta (1) - what is new for perl v5.20.1
perl5202delta (1) - what is new for perl v5.20.2
perl5203delta (1) - what is new for perl v5.20.3
perl5220delta (1) - what is new for perl v5.22.0
perl5221delta (1) - what is new for perl v5.22.1
perl5222delta (1) - what is new for perl v5.22.2
perl5223delta (1) - what is new for perl v5.22.3
perl5224delta (1) - what is new for perl v5.22.4
perl5240delta (1) - what is new for perl v5.24.0
perl5241delta (1) - what is new for perl v5.24.1
perl5242delta (1) - what is new for perl v5.24.2
perl5243delta (1) - what is new for perl v5.24.3
perl5244delta (1) - what is new for perl v5.24.4
perl5260delta (1) - what is new for perl v5.26.0
perl5261delta (1) - what is new for perl v5.26.1
perl5262delta (1) - what is new for perl v5.26.2
perl5263delta (1) - what is new for perl v5.26.3
perl5280delta (1) - what is new for perl v5.28.0
perl5281delta (1) - what is new for perl v5.28.1
perl5282delta (1) - what is new for perl v5.28.2
perl5283delta (1) - what is new for perl v5.28.3
perl5300delta (1) - what is new for perl v5.30.0
perl5301delta (1) - what is new for perl v5.30.1
perl5302delta (1) - what is new for perl v5.30.2
perl5303delta (1) - what is new for perl v5.30.3
perl5320delta (1) - what is new for perl v5.32.0
perl5321delta (1) - what is new for perl v5.32.1
perl5340delta (1) - what is new for perl v5.34.0
perl5341delta (1) - what is new for perl v5.34.1
perl5360delta (1) - what is new for perl v5.36.0
perl5361delta (1) - what is new for perl v5.36.1
perl561delta (1) - what's new for perl v5.6.1
perl56delta (1) - what's new for perl v5.6.0
perl581delta (1) - what is new for perl v5.8.1
perl582delta (1) - what is new for perl v5.8.2
perl583delta (1) - what is new for perl v5.8.3
perl584delta (1) - what is new for perl v5.8.4
perl585delta (1) - what is new for perl v5.8.5
perl586delta (1) - what is new for perl v5.8.6
perl587delta (1) - what is new for perl v5.8.7
perl588delta (1) - what is new for perl v5.8.8
perl589delta (1) - what is new for perl v5.8.9
perl58delta (1) - what is new for perl v5.8.0
perlaix (1) - Perl version 5 on IBM AIX (UNIX) systems
perlamiga (1) - Perl under AmigaOS 4.1
perlandroid (1) - Perl under Android
perlapi (1) - autogenerated documentation for the perl public API
perlapio (1) - perl's IO abstraction interface.
perlartistic (1) - the Perl Artistic License
perlbook (1) - Books about and related to Perl
perlboot (1) - Links to information on object-oriented programming in...
perlbot (1) - Links to information on object-oriented programming in...
perlbs2000 (1) - building and installing Perl for BS2000.
perlcall (1) - Perl calling conventions from C
perlcheat (1) - Perl 5 Cheat Sheet
perlclib (1) - Internal replacements for standard C library functions
perlcn (1) - XXXX Perl XX
perlcommunity (1) - a brief overview of the Perl community
perlcygwin (1) - Perl for Cygwin
perldata (1) - Perl data types
perldbmfilter (1) - Perl DBM Filters
perldebguts (1) - Guts of Perl debugging
perldebtut (1) - Perl debugging tutorial
perldelta (1) - what is new for perl v5.36.1
perldeprecation (1) - list Perl deprecations
perldoc (1) - Look up Perl documentation in Pod format.
perldocstyle (1) - A style guide for writing Perl's documentation
perldsc (1) - Perl Data Structures Cookbook
perldtrace (1) - Perl's support for DTrace
perlebcdic (1) - Considerations for running Perl on EBCDIC platforms
perlembed (1) - how to embed perl in your C program
perlexperiment (1) - A listing of experimental features in Perl
perlfork (1) - Perl's fork() emulation
perlform (1) - Perl formats
perlfreebsd (1) - Perl version 5 on FreeBSD systems
perlfunc (1) - Perl builtin functions
perlgit (1) - Detailed information about git and the Perl repository
perlgov (1) - Perl Rules of Governance
perlgpl (1) - the GNU General Public License, version 1
perlguts (1) - Introduction to the Perl API
perlhack (1) - How to hack on Perl
perlhacktips (1) - Tips for Perl core C code hacking
perlhacktut (1) - Walk through the creation of a simple C code patch
perlhaiku (1) - Perl version 5.10+ on Haiku
perlhist (1) - the Perl history records
perlhpux (1) - Perl version 5 on Hewlett-Packard Unix (HP-UX) systems
perlhurd (1) - Perl version 5 on Hurd
perlintern (1) - autogenerated documentation of purely internal Perl fu...
perlinterp (1) - An overview of the Perl interpreter
perlintro (1) - a brief introduction and overview of Perl
PerlIO (3pm) - On demand loader for PerlIO layers and root of PerlIO:...
PerlIO::encoding (3pm) - encoding layer
PerlIO::mmap (3pm) - Memory mapped IO
PerlIO::scalar (3pm) - in-memory IO, scalar IO
PerlIO::utf8_strict (3pm) - Fast and correct UTF-8 IO
PerlIO::via (3pm) - Helper class for PerlIO layers implemented in perl
perliol (1) - C API for Perl's implementation of IO in Layers.
perlipc (1) - Perl interprocess communication (signals, fifos, pipes...
perlirix (1) - Perl version 5 on Irix systems
perlivp (1) - Perl Installation Verification Procedure
perljp (1) - XXX Perl XXX
perlko (1) - XXX Perl XXX
perllexwarn (1) - Perl Lexical Warnings
perllinux (1) - Perl version 5 on Linux systems
perllocale (1) - Perl locale handling (internationalization and localiz...
perllol (1) - Manipulating Arrays of Arrays in Perl
perlmacosx (1) - Perl under Mac OS X
perlmod (1) - Perl modules (packages and symbol tables)
perlmodinstall (1) - Installing CPAN Modules
perlmodlib (1) - constructing new Perl modules and finding existing ones
perlmodstyle (1) - Perl module style guide
perlmroapi (1) - Perl method resolution plugin interface
perlnewmod (1) - preparing a new module for distribution
perlnumber (1) - semantics of numbers and numeric operations in Perl
perlobj (1) - Perl object reference
perlootut (1) - Object-Oriented Programming in Perl Tutorial
perlop (1) - Perl operators and precedence
perlopenbsd (1) - Perl version 5 on OpenBSD systems
perlopentut (1) - simple recipes for opening files and pipes in Perl
perlos2 (1) - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
perlos390 (1) - building and installing Perl for z/OS (previously call...
perlos400 (1) - Perl version 5 on OS/400
perlpacktut (1) - tutorial on "pack" and "unpack"
perlperf (1) - Perl Performance and Optimization Techniques
perlplan9 (1) - Plan 9-specific documentation for Perl
perlpod (1) - the Plain Old Documentation format
perlpodspec (1) - Plain Old Documentation: format specification and notes
perlpodstyle (1) - Perl POD style guide
perlpolicy (1) - Various and sundry policies and commitments related to...
perlport (1) - Writing portable Perl
perlpragma (1) - how to write a user pragma
perlqnx (1) - Perl version 5 on QNX
perlre (1) - Perl regular expressions
perlreapi (1) - Perl regular expression plugin interface
perlrebackslash (1) - Perl Regular Expression Backslash Sequences and Escapes
perlrecharclass (1) - Perl Regular Expression Character Classes
perlref (1) - Perl references and nested data structures
perlreftut (1) - Mark's very short tutorial about references
perlreguts (1) - Description of the Perl regular expression engine.
perlrepository (1) - Links to current information on the Perl source reposi...
perlrequick (1) - Perl regular expressions quick start
perlreref (1) - Perl Regular Expressions Reference
perlretut (1) - Perl regular expressions tutorial
perlriscos (1) - Perl version 5 for RISC OS
perlrun (1) - how to execute the Perl interpreter
perlsec (1) - Perl security
perlsecpolicy (1) - Perl security report handling policy
perlsolaris (1) - Perl version 5 on Solaris systems
perlsource (1) - A guide to the Perl source tree
perlstyle (1) - Perl style guide
perlsub (1) - Perl subroutines
perlsyn (1) - Perl syntax
perlsynology (1) - Perl 5 on Synology DSM systems
perlthrtut (1) - Tutorial on threads in Perl
perltie (1) - how to hide an object class in a simple variable
perltoc (1) - perl documentation table of contents
perltodo (1) - Link to the Perl to-do list
perltooc (1) - Links to information on object-oriented programming in...
perltoot (1) - Links to information on object-oriented programming in...
perltrap (1) - Perl traps for the unwary
perltru64 (1) - Perl version 5 on Tru64 (formerly known as Digital UNI...
perltw (1) - XXXX Perl XX
perlunicode (1) - Unicode support in Perl
perlunicook (1) - cookbookish examples of handling Unicode in Perl
perlunifaq (1) - Perl Unicode FAQ
perluniintro (1) - Perl Unicode introduction
perluniprops (1) - Index of Unicode Version 14.0.0 character properties i...
perlunitut (1) - Perl Unicode Tutorial
perlvar (1) - Perl predefined variables
perlvms (1) - VMS-specific documentation for Perl
perlvos (1) - Perl for Stratus OpenVOS
perlwin32 (1) - Perl under Windows
perlxs (3pm) - XS language reference manual
perlxstut (3pm) - Tutorial for writing XSUBs
perlxstypemap (3pm) - Perl XS C/Perl type mapping
piconv (1) - - iconv(1), reinvented in perl
Pod::Perldoc::BaseTo (3pm) - Base for Pod::Perldoc formatters
Pod::Perldoc::GetOptsOO (3pm) - Customized option parser for Pod::Perldoc
Pod::Perldoc::ToANSI (3pm) - render Pod with ANSI color escapes
Pod::Perldoc::ToChecker (3pm) - let Perldoc check Pod for errors
Pod::Perldoc::ToMan (3pm) - let Perldoc render Pod as man pages
Pod::Perldoc::ToNroff (3pm) - let Perldoc convert Pod to nroff
Pod::Perldoc::ToPod (3pm) - let Perldoc render Pod as ... Pod!
Pod::Perldoc::ToRtf (3pm) - let Perldoc render Pod as RTF
Pod::Perldoc::ToTerm (3pm) - render Pod with terminal escapes
Pod::Perldoc::ToText (3pm) - let Perldoc render Pod as plaintext
Pod::Perldoc::ToTk (3pm) - let Perldoc use Tk::Pod to render Pod
Pod::Perldoc::ToXml (3pm) - let Perldoc render Pod as XML
POSIX (3pm) - Perl interface to IEEE Std 1003.1
re (3pm) - Perl pragma to alter regular expression behaviour
Storable (3pm) - persistence for Perl data structures
strict (3pm) - Perl pragma to restrict unsafe constructs
subs (3pm) - Perl pragma to predeclare subroutine names
Symbol (3pm) - manipulate Perl symbols and their names
TAP::Formatter::Color (3pm) - Run Perl test scripts with color
TAP::Parser::SourceHandler::Perl (3pm) - Stream TAP from a Perl executable
Term::Cap (3pm) - Perl termcap interface
Term::ReadLine (3pm) - Perl interface to various "readline" packages. If no r...
Test::Harness (3pm) - Run Perl standard test scripts with statistics
threads (3pm) - Perl interpreter-based threads
threads::shared (3pm) - Perl extension for sharing data structures between th...
utf8 (3pm) - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in...
vars (3pm) - Perl pragma to predeclare global variable names
version (3pm) - Perl extension for Version Objects
version::Internals (3pm) - Perl extension for Version Objects
warnings (3pm) - Perl pragma to control optional warnings
XSLoader (3pm) - Dynamically load C libraries into Perl code
xsubpp (1) - compiler to convert Perl XS code into C code

