perl - phpMan

Command: man perldoc info search(apropos)  


B (3p) - The Perl Compiler
B::Asmdata (3p) - Autogenerated data about Perl ops, used to generate bytecode
B::Assembler (3p) - Assemble Perl bytecode
B::Bytecode (3p) - Perl compiler's bytecode backend
B::C (3p) - Perl compiler's C backend
B::CC (3p) - Perl compiler's optimized C translation backend
B::Concise (3p) - Walk Perl syntax tree, printing concise info about ops
B::Debug (3p) - Walk Perl syntax tree, printing debug info about ops
B::Deparse (3p) - Perl compiler backend to produce perl code
B::Disassembler (3p) - Disassemble Perl bytecode
B::Lint (3p) - Perl lint
B::Terse (3p) - Walk Perl syntax tree, printing terse info about ops
B::Xref (3p) - Generates cross reference reports for Perl programs
Benchmark (3p) - benchmark running times of Perl code
ByteLoader (3p) - load byte compiled perl code
CPAN (3p) - query, download and build perl modules from CPAN sites
Class::Struct (3p) - declare struct-like datatypes as Perl classes
Config (3p) - access Perl configuration information
DB (3p) - programmatic interface to the Perl debugging API (draft, subject to change)
DB_File (3p) - Perl5 access to Berkeley DB version 1.x
Data::Dumper (3p) - stringified perl data structures, suitable for both printing and "eval"
Devel::DProf (3p) - a Perl code profiler
Devel::PPPort (3p) - Perl/Pollution/Portability
Digest::MD5 (3p) - Perl interface to the MD5 Algorithm
Dumpvalue (3p) - provides screen dump of Perl data.
Encode::PerlIO (3p) - a detailed document on Encode and PerlIO
Env (3p) - perl module that imports environment variables as scalars or arrays
ExtUtils::Embed (3p) - Utilities for embedding Perl in C/C++ applications
ExtUtils::Miniperl, writemain (3p) - write the C code for perlmain.c
File::Glob (3p) - Perl extension for BSD glob routine
File::stat (3p) - by-name interface to Perl's built-in stat() functions
Filter::Util::Call (3p) - Perl Source Filter Utility Module
FindBin (3p) - Locate directory of original perl script
Math::BigInt::Calc (3p) - Pure Perl module to support Math::BigInt
Math::BigInt::Scalar (3p) - Pure Perl module to test Math::BigInt with scalars
Net::hostent (3p) - by-name interface to Perl's built-in gethost*() functions
Net::netent (3p) - by-name interface to Perl's built-in getnet*() functions
Net::protoent (3p) - by-name interface to Perl's built-in getproto*() functions
Net::servent (3p) - by-name interface to Perl's built-in getserv*() functions
O (3p) - Generic interface to Perl Compiler backends
Opcode (3p) - Disable named opcodes when compiling perl code
POSIX (3p) - Perl interface to IEEE Std 1003.1
PerlIO (3p) - On demand loader for PerlIO layers and root of PerlIO::* name space
PerlIO::encoding (3p) - encoding layer
PerlIO::scalar (3p) - in-memory IO, scalar IO
PerlIO::via (3p) - Helper class for PerlIO layers implemented in perl
PerlIO::via::QuotedPrint (3p) - PerlIO layer for quoted-printable strings
Pod::Perldoc::ToChecker (3p) - let Perldoc check Pod for errors
Pod::Perldoc::ToMan (3p) - let Perldoc render Pod as man pages
Pod::Perldoc::ToNroff (3p) - let Perldoc convert Pod to nroff
Pod::Perldoc::ToPod (3p) - let Perldoc render Pod as ... Pod!
Pod::Perldoc::ToRtf (3p) - let Perldoc render Pod as RTF
Pod::Perldoc::ToText (3p) - let Perldoc render Pod as plaintext
Pod::Perldoc::ToTk (3p) - let Perldoc use Tk::Pod to render Pod
Pod::Perldoc::ToXml (3p) - let Perldoc render Pod as XML
Pod::Plainer (3p) - Perl extension for converting Pod to old style Pod.
Shell (3p) - run shell commands transparently within perl
Storable (3p) - persistence for Perl data structures
Switch (3p) - A switch statement for Perl
Symbol (3p) - manipulate Perl symbols and their names
Sys::Syslog (3p) - Perl interface to the UNIX syslog(3) calls
Term::Cap (3p) - Perl termcap interface
Term::Complete (3p) - Perl word completion module
Term::ReadLine (3p) - Perl interface to various "readline" packages. If no real package is found, substitutes stubs instead of basic functions.
Test::Harness (3p) - Run Perl standard test scripts with statistics
Thread (3p) - manipulate threads in Perl (for old code only)
Tie::File (3p) - Access the lines of a disk file via a Perl array
Time::gmtime (3p) - by-name interface to Perl's built-in gmtime() function
Time::localtime (3p) - by-name interface to Perl's built-in localtime() function
User::grent (3p) - by-name interface to Perl's built-in getgr*() functions
User::pwent (3p) - by-name interface to Perl's built-in getpw*() functions
XS::APItest (3p) - Test the perl C API
XS::Typemap (3p) - module to test the XS typemaps distributed with perl
XSLoader (3p) - Dynamically load C libraries into Perl code
a2p (1) - Awk to Perl translator
bigint (3p) - Transparent BigInteger support for Perl
bignum (3p) - Transparent BigNumber support for Perl
bigrat (3p) - Transparent BigNumber/BigRational support for Perl
bytes (3p) - Perl pragma to force byte semantics rather than character semantics
constant (3p) - Perl pragma to declare constants
dprofpp (1) - display perl profile data
enc2xs (1) - Perl Encode Module Generator
filetest (3p) - Perl pragma to control the filetest permission operators
find2perl (1) - translate find command lines to Perl code
h2ph (1) - convert .h C header files to .ph Perl header files
h2xs (1) - convert .h C header files to Perl extensions
if (3p) - "use" a Perl module if a condition holds
integer (3p) - Perl pragma to use integer arithmetic instead of floating point
less (3p) - perl pragma to request less of something from the compiler
locale (3p) - Perl pragma to use and avoid POSIX locales for built-in operations
open (3p) - perl pragma to set default PerlIO layers for input and output
ops (3p) - Perl pragma to restrict unsafe operations when compiling
overload (3p) - Package for overloading Perl operations
perl (1) - Practical Extraction and Report Language
perl5004delta (1) - what's new for perl5.004
perl5005delta (1) - what's new for perl5.005
perl561delta (1) - what's new for perl v5.6.x
perl56delta (1) - what's new for perl v5.6.0
perl570delta (1) - what's new for perl v5.7.0
perl571delta (1) - what's new for perl v5.7.1
perl572delta (1) - what's new for perl v5.7.2
perl573delta (1) - what's new for perl v5.7.3
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
perl58delta (1) - what is new for perl v5.8.0
perlXStut (1) - Tutorial for writing XSUBs
perlapi (1) - autogenerated documentation for the perl public API
perlapio (1) - perl's IO abstraction interface.
perlartistic (1) - the Perl Artistic License
perlbook (1) - Perl book information
perlboot (1) - Beginner's Object-Oriented Tutorial
perlbot (1) - Bag'o Object Tricks (the BOT)
perlbug (1) - how to submit bug reports on Perl
perlcall (1) - Perl calling conventions from C
perlcc (1) - generate executables from Perl programs
perlcheat (1) - Perl 5 Cheat Sheet
perlclib (1) - Internal replacements for standard C library functions
perlcn (1) - 1/4`o`Ioa"O-D^I"A Perl "O,"A"I
perlcompile (1) - Introduction to the Perl Compiler-Translator
perldata (1) - Perl data types
perldbmfilter (1) - Perl DBM Filters
perldebguts (1) - Guts of Perl debugging
perldebtut (1) - Perl debugging tutorial
perldebug (1) - Perl debugging
perldelta (1) - what is new for perl v5.8.2
perldelta (1) - what is new for perl v5.8.7
perldelta (1) - what is new for perl v5.8.8
perldiag (1) - various Perl diagnostics
perldoc (1) - Look up Perl documentation in Pod format.
perldsc (1) - Perl Data Structures Cookbook
perlembed (1) - how to embed perl in your C program
perlfaq (1) - frequently asked questions about Perl
perlfaq1 (1) - General Questions About Perl
perlfaq2 (1) - Obtaining and Learning about Perl
perlfaq3 (1) - Programming Tools
perlfaq4 (1) - Data Manipulation
perlfaq5 (1) - Files and Formats
perlfaq6 (1) - Regular Expressions
perlfaq7 (1) - General Perl Language Issues
perlfaq8 (1) - System Interaction
perlfaq9 (1) - Networking
perlfilter (1) - Source Filters
perlfork (1) - Perl's fork() emulation
perlform (1) - Perl formats
perlfunc (1) - Perl builtin functions
perlglossary (1) - Perl Glossary
perlgpl (1) - the GNU General Public License, version 2
perlguts (1) - Introduction to the Perl API
perlhack (1) - How to hack at the Perl internals
perlhist (1) - the Perl history records
perlintern (1) - autogenerated documentation of purely internal Perl functions
perlintro (1) - a brief introduction and overview of Perl
perliol (1) - C API for Perl's implementation of IO in Layers.
perlipc (1) - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
perlivp (1) - Perl Installation Verification Procedure
perljp (1) - AE"u"E"U,`i Perl =Y~=Yox=Y'E
perlko (1) - Perlo'u ,C~N+-13/4^i `A^I"A'U,u`u
perllexwarn (1) - Perl Lexical Warnings
perllocale (1) - Perl locale handling (internationalization and localization)
perllol (1) - Manipulating Arrays of Arrays in Perl
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
perlnewmod (1) - preparing a new module for distribution
perlnumber (1) - semantics of numbers and numeric operations in Perl
perlobj (1) - Perl objects
perlop (1) - Perl operators and precedence
perlopentut (1) - tutorial on opening things in Perl
perlothrtut (1) - old tutorial on threads in Perl
perlpacktut (1) - tutorial on "pack" and "unpack"
perlpod (1) - the Plain Old Documentation format
perlpodspec (1) - Plain Old Documentation: format specification and notes
perlport (1) - Writing portable Perl
perlre (1) - Perl regular expressions
perlref (1) - Perl references and nested data structures
perlreftut (1) - Mark's very short tutorial about references
perlrequick (1) - Perl regular expressions quick start
perlreref (1) - Perl Regular Expressions Reference
perlretut (1) - Perl regular expressions tutorial
perlrun (1) - how to execute the Perl interpreter
perlsec (1) - Perl security
perlstyle (1) - Perl style guide
perlsub (1) - Perl subroutines
perlsyn (1) - Perl syntax
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) - Perl TO-DO List
perltooc (1) - Tom's OO Tutorial for Class Data in Perl
perltoot (1) - Tom's object-oriented tutorial for perl
perltrap (1) - Perl traps for the unwary
perltw (1) - =Y'coA'eoxoxoxoa Perl <<"u<<n
perlunicode (1) - Unicode support in Perl
perluniintro (1) - Perl Unicode introduction
perlutil (1) - utilities packaged with the Perl distribution
perlvar (1) - Perl predefined variables
perlxs (1) - XS language reference manual
piconv (1) - iconv(1), reinvented in perl
pl2pm (1) - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
re (3p) - Perl pragma to alter regular expression behaviour
sigtrap (3p) - Perl pragma to enable simple signal handling
sort (3p) - perl pragma to control sort() behaviour
strict (3p) - Perl pragma to restrict unsafe constructs
subs (3p) - Perl pragma to predeclare sub names
threads (3p) - Perl extension allowing use of interpreter based threads from perl
threads::shared (3p) - Perl extension for sharing data structures between threads
utf8 (3p) - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
vars (3p) - Perl pragma to predeclare global variable names (obsolete)
vmsish (3p) - Perl pragma to control VMS-specific language features
warnings (3p) - Perl pragma to control optional warnings
xsubpp (1) - compiler to convert Perl XS code into C code
APR (3p) - Perl Interface for Apache Portable Runtime (libapr and libaprutil Libraries)
APR::Base64 (3p) - Perl API for APR base64 encoding/decoding functionality
APR::Brigade (3p) - Perl API for manipulating APR Bucket Brigades
APR::Bucket (3p) - Perl API for manipulating APR Buckets
APR::BucketAlloc (3p) - Perl API for Bucket Allocation
APR::BucketType (3p) - Perl API for APR bucket types
APR::Const (3p) - Perl Interface for APR Constants
APR::Date (3p) - Perl API for APR date manipulating functions
APR::Error (3p) - Perl API for APR/Apache/mod_perl exceptions
APR::Finfo (3p) - Perl API for APR fileinfo structure
APR::IpSubnet (3p) - Perl API for accessing APRs ip_subnet structures
APR::OS (3p) - Perl API for Platform-specific APR API
APR::PerlIO (3p) -- Perl IO layer for APR
APR::Pool (3p) - Perl API for APR pools
APR::SockAddr (3p) - Perl API for APR socket address structure
APR::Socket (3p) - Perl API for APR sockets
APR::Status (3p) - Perl Interface to the APR_STATUS_IS_* macros
APR::String (3p) - Perl API for manipulating APR UUIDs
APR::Table (3p) - Perl API for manipulating APR opaque string-content tables
APR::ThreadMutex (3p) - Perl API for APR thread mutexES
APR::URI (3p) - Perl API for URI manipulations
APR::UUID (3p) - Perl API for manipulating APR UUIDs
APR::Util (3p) - Perl API for Various APR Utilities
Apache (3p) - Perl interface to the Apache server API
Apache2::Access (3p) - A Perl API for Apache request object: Access, Authentication and Authorization.
Apache2::CmdParms (3p) - Perl API for Apache command parameters object
Apache2::Command (3p) - Perl API for accessing Apache module command information
Apache2::Connection (3p) - Perl API for Apache connection object
Apache2::ConnectionUtil (3p) - Perl API for Apache connection utils
Apache2::Const (3p) - Perl Interface for Apache Constants
Apache2::Directive (3p) - Perl API for manipulating the Apache configuration tree
Apache2::Filter (3p) - Perl API for Apache 2.0 Filtering
Apache2::FilterRec (3p) - Perl API for manipulating the Apache filter record
Apache2::HookRun (3p) - Perl API for Invoking Apache HTTP phases
Apache2::Log (3p) - Perl API for Apache Logging Methods
Apache2::MPM (3p) - Perl API for accessing Apache MPM information
Apache2::Module (3p) - Perl API for creating and working with Apache modules
Apache2::PerlSections (3p) - write Apache configuration files in Perl
Apache2::Process (3p) - Perl API for Apache process record
Apache2::Reload (3p) - Reload Perl Modules when Changed on Disk
Apache2::RequestIO (3p) - Perl API for Apache request record IO
Apache2::RequestRec (3p) - Perl API for Apache request record accessors
Apache2::RequestUtil (3p) - Perl API for Apache request record utils
Apache2::Response (3p) - Perl API for Apache HTTP request response methods
Apache2::ServerRec (3p) - Perl API for Apache server record accessors
Apache2::ServerUtil (3p) - Perl API for Apache server record utils
Apache2::SubProcess (3p) -- Executing SubProcesses under mod_perl
Apache2::SubRequest (3p) - Perl API for Apache subrequests
Apache2::URI (3p) - Perl API for manipulating URIs
Apache2::Util (3p) - Perl API for Misc Apache Utility functions
Apache2::porting (3p) -- a helper module for mod_perl 1.0 to mod_perl 2.0 porting
Apache::AuthDBI (3p) - Authentication and Authorization via Perl's DBI
Apache::Debug (3p) - Utilities for debugging embedded perl code
Apache::ExtUtils (3p) - Utils for Apache:C/Perl glue
Apache::Include (3p) - Utilities for mod_perl/mod_include integration
Apache::Leak (3p) - Module for tracking memory leaks in mod_perl code
Apache::PerlRun (3p) - Run unaltered CGI scripts under mod_perl
Apache::PerlRunXS (3p) - XS implementation of Apache::PerlRun/Apache::Registry
Apache::PerlSections (3p) - Utilities for work with <Perl> sections
Apache::RedirectLogFix (3p) - Properly set redirect status for loggers
Apache::Registry (3p) - Run unaltered CGI scrips under mod_perl
Apache::SIG (3p) - Override apache signal handlers with Perl's
Apache::Table (3p) - Perl interface to the Apache table structure
Apache::TestRunPerl (3p) - Run mod_perl-requiring Test Suite
Bundle::Apache (3p) - Install Apache mod_perl and related modules
Bundle::Apache2 (3p) - Install Apache mod_perl2 and related modules
Bundle::DBD::mysql (3p) - A bundle to install Perl drivers for mSQL or MySQL
Bundle::LWP (3p) - install all libwww-perl related modules
Clone (3p) - recursively copy Perl datatypes
DBD::Sponge (3p) - Create a DBI statement handle from Perl data
DBD::mysql (3p) - MySQL driver for the Perl5 Database Interface (DBI)
DBI (3p) - Database independent interface for Perl
DBI::DBD (3p) - Perl DBI Database Driver Writer's Guide
DBI::FAQ (3p) -- The Frequently Asked Questions for the Perl5 Database Interface
DBI::ProfileDumper::Apache (3p) - capture DBI profiling data from Apache/mod_perl
DBI::PurePerl (3p) -- a DBI emulation using pure perl (no C/XS compilation required)
DBIx::SearchBuilder (3p) - Encapsulate SQL queries and rows in simple perl objects
DBIx::SearchBuilder::Handle (3p) - Perl extension which is a generic DBI handle
Digest::MD5 (3p) - Perl interface to the MD5 Algorithm
Digest::Nilsimsa (3p) - Perl version of Nilsimsa code
Digest::SHA1 (3p) - Perl interface to the SHA-1 algorithm
Exception::Class (3p) - A module that allows you to declare real exception classes in Perl
FreezeThaw (3p) - converting Perl structures to strings and back.
HTML::Mason::ApacheHandler (3p) - Mason/mod_perl interface
HTML::Scrubber (3p) - Perl extension for scrubbing/sanitizing html
HTML::Tree::AboutTrees (3p) -- article on tree-shaped data structures in Perl
Image::Magick (3p) - Perl extension for calling ImageMagick's libMagick methods
LWP (3p) - The World-Wide Web library for Perl
LWP::Debug (3p) - debug routines for the libwww-perl library
ModPerl::BuildMM (3p) -- A "subclass" of ModPerl::MM used for building mod_perl 2.0
ModPerl::CScan (3p) - scan C language files for easily recognized constructs.
ModPerl::Config (3p) - Functions to retrieve mod_perl specific env information.
ModPerl::Const (3p) -- ModPerl Constants
ModPerl::Global (3p) -- Perl API for manipulating special Perl lists
ModPerl::MM (3p) -- A "subclass" of ExtUtils::MakeMaker for mod_perl 2.0
ModPerl::MethodLookup (3p) -- Lookup mod_perl modules, objects and methods
ModPerl::PerlRun (3p) - Run unaltered CGI scripts under mod_perl
ModPerl::PerlRunPrefork (3p) - Run unaltered CGI scripts under mod_perl
ModPerl::Registry (3p) - Run unaltered CGI scripts persistently under mod_perl
ModPerl::RegistryBB (3p) - Run unaltered CGI scripts persistently under mod_perl
ModPerl::RegistryCooker (3p) - Cook mod_perl 2.0 Registry Modules
ModPerl::RegistryLoader (3p) - Compile ModPerl::RegistryCooker scripts at server startup
ModPerl::RegistryPrefork (3p) - Run unaltered CGI scripts under mod_perl
ModPerl::Util (3p) - Helper mod_perl Functions
Msql / Mysql (3p) - Perl interfaces to the mSQL and mysql databases
Net::DNS (3p) - Perl interface to the DNS resolver
Net::Daemon (3p) - Perl extension for portable daemons
Net::IP (3p) - Perl extension for manipulating IPv4/IPv6 addresses
PCRE (3) - Perl-compatible regular expressions
PCRE (3) - Perl-compatible regular expressions.
POE (3p) - portable multitasking and networking framework for Perl
POE::Kernel (3p) - an event driven threaded application kernel in Perl
POE::Loop::PerlSignals (3p) - plain Perl signal handlers used by many loops
Params::ValidatePP (3p) - pure Perl implementation of Params::Validate
Purple (3p) - Perl extension to the libpurple instant messenger library.
RPC::PlClient (3p) - Perl extension for writing PlRPC clients
RPC::PlServer (3p) - Perl extension for writing PlRPC servers
RRDp (1) - Attach rrdtool from within a perl script via a set of pipes;
Razor2::Preproc::deHTMLxs (3p) - Perl extension for libpreproc deHTMLxs code
Term::ReadKey (3p) - A perl module for simple terminal control
Text::Template (3p) - Expand template text with embedded Perl
Text::Template::Preprocess (3p) - Expand template text with embedded Perl
WWW::Mechanize (3p) - Handy web browsing in a Perl object
XML::Parser (3p) - A perl module for parsing XML documents
XML::Parser::PurePerl::Reader (3p) - Abstract Reader factory class
XML::SAX::Intro (3p) - An Introduction to SAX Parsing with Perl
XML::SAX::PurePerl (3p) - Pure Perl XML Parser with SAX2 interface
cgi_to_mod_perl (3p) - First steps needed to use mod_perl as a CGI replacement
lwpcook (3p) - The libwww-perl cookbook
mod_perl (3p) - Embed a Perl interpreter in the Apache HTTP server
mod_perl (3p) - Embed a Perl interpreter in the Apache/2.x HTTP server
mod_perl_cvs (3p) - Access to the mod_perl CVS development tree
mod_perl_method_handlers (3p) - How to use mod_perl's MethodHandlers
mod_perl_traps (3p) - common/known mod_perl traps
mod_perl_tuning (3p) - mod_perl performance tuning
pcregrep (1) - a grep with Perl-compatible regular expressions.
pcretest (1) - a program for testing Perl-compatible regular expressions.
perlpod (3p) - the Plain Old Documentation format
perlpodspec (3p) - Plain Old Documentation: format specification and notes

Generated by $Id: phpMan.php,v 4.52 2006/11/24 14:57:13 chedong Exp $ Author: Che Dong
On Apache/2.0.58 (Unix) PHP/5.1.4 mod_ssl/2.0.58 OpenSSL/0.9.7j mod_perl/2.0.3 Perl/v5.8.8
Under GNU General Public License
2008-12-03 21:54 @38.103.63.55 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!