Rootroute       Hosting       Order       Map       Login   Secure Inter-Network Operations  
 
man : perl

Command: man perldoc info search(apropos)  


B (3p) - The Perl Compiler
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::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
CORE (3p) - Pseudo-namespace for Perl's core routines
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
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
Digest::MD6 (3p) - Perl interface to the MD6 Algorithm
Digest::SHA (3p) - Perl extension for SHA-1/224/256/384/512
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::CBuilder (3p) - Compile and link C code for Perl modules
ExtUtils::Embed (3p) - Utilities for embedding Perl in C/C++ applications
ExtUtils::Miniperl, writemain (3p) - write the C code for perlmain.c
ExtUtils::ParseXS (3p) - converts Perl XS code into C code
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
Module::Build (3p) - Build and install Perl modules
Module::Build::ModuleInfo (3p) - Gather package and POD information from a perl module files
Module::Build::PPMMaker (3p) - Perl Package Manager file creation
Module::CoreList (3p) - what modules shipped with versions of perl
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
config_data (1) - Query or change configuration of Perl modules
constant (3p) - Perl pragma to declare constants
dprofpp (1) - display perl profile data
enc2xs (1) - Perl Encode Module Generator
feature (3p) - Perl pragma to enable new syntactic features
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
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
perl587delta (1) - what is new for perl v5.8.7
perl588delta (1) - what is new for perl v5.8.8
perl58delta (1) - what is new for perl v5.8.0
perl590delta (1) - what is new for perl v5.9.0
perl591delta (1) - what is new for perl v5.9.1
perl592delta (1) - what is new for perl v5.9.2
perl593delta (1) - what is new for perl v5.9.3
perl594delta (1) - what is new for perl v5.9.4
perl595delta (1) - what is new for perl v5.9.5
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
perlcheat (1) - Perl 5 Cheat Sheet
perlclib (1) - Internal replacements for standard C library functions
perlcn (1) - XXXXXXXX Perl XXX
perlcommunity (1) - a brief overview of the Perl community
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 5.10.0
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) - XXXXX Perl XXXXXX
perlko (1) - PerlXX XXXXX XXXXX
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
perlpragma (1) - how to write a user pragma
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.
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) - XXXXXX Perl XXXn
perlunicode (1) - Unicode support in Perl
perlunifaq (1) - Perl Unicode FAQ
perluniintro (1) - Perl Unicode introduction
perlunitut (1) - Perl Unicode Tutorial
perlutil (1) - utilities packaged with the Perl distribution
perlvar (1) - Perl predefined variables
perlxs (1) - XS language reference manual
perlxstut (1) - Tutorial for writing XSUBs
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 interpreter-based threads
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)
version (3p) - Perl extension for Version Objects
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
""Math::Pari"" (3p) - Perl interface to PARI.
1) get and set methods for simple attributes can be automatically generated 2) argument lists are handled as described below 3) the protocol for object creation and initialization is close to the textbook approach generally suggested for object (3p) -oriented Perl (see below) 4) object initialization is handled correctly in the presence of multiple inheritance @AUTO_ATTRIBUTES is a list of attribute names: get and set methods are created for each attribute. By default, the name of the method is identical to the attribute (but see $CASE below). Values of attributes can be set via the new constructor, %DEFAULTS, or the set method as discussed below. @CLASS_ATTRIBUTES is a list of class attributes: get and set methods are created for each attribute. By default, the name of the method is identical to the attribute (but see $CASE below). Values of attributes can be set via the new constructor, %DEFAULTS (initialized at "declare time" (when the declare function is called) versus instance attributes, which are of course initialized at runtime), standard class variable access syntax ($PackageName::AttributeName), or the set method as discussed below. Normal inheritance rules apply to class attributes (but of course, instances of the same class share the same class variable). @OTHER_ATTRIBUTES is a list of attributes for which get and set methods are NOT generated, but whose values can be set via the new constructor or the set method as discussed below. %SYNONYMS is a hash that defines synonyms for attribues. Each entry is of the form new_attribute_name=>old_attribute_name. get and set methods are generated for the new names; these methods simply call the method for the old name. %DEFAULTS is a hash that defines default values for attributes. Each entry is of the form attribute_name=>default_value. get and set methods are generated for each attributes. $CASE controls whether additional methods are generated with all upper or all lower case names. It should be a string containing the strings upper or lower (case insenstive) if the desired case is desired. The declare function actually generates the method. This should be called once and no where else. AutoClass must be the first class in @ISA !! As usual, you create objects by calling new. Since AutoClass is the first class in @ISA, its new method is the one thats called. AutoClasss new examines the rest of @ISA and searches for a superclass that is capable of creating the object. If no such superclass is found, AutoClass creates the object itself. Once the object is created, AutoClass arranges to have all subclasses run their initialization methods (_init_self) in a top-down order. We support positional and keyword argument lists, but we strongly urge that each method pick one form or the other, as the combination is inherently ambiguous (see below).
ASP (3p) - syntax module for Embperl
Acme::PerlTidy (3p) - Clean code every time
AnyEvent::Impl::Perl (3p) - Pure-Perl event loop and AnyEvent adaptor for itself
Apache (3p) - Perl interface to the Apache server API
Apache::ASP (3p) - Active Server Pages for Apache with mod_perl
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::RPC::Server (3p) - A subclass of RPC::XML::Server tuned for mod_perl
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::SOAP (3p) - mod_perl-based SOAP server with minimum configuration
Apache::Table (3p) - Perl interface to the Apache table structure
Apache::TestRunPerl (3p) - Run mod_perl-requiring Test Suite
Apache::XMLRPC::Lite (3p) - mod_perl-based XML-RPC server with minimum configuration
Apache::fork (3p) - Override Perl's built-in fork()
AppConfig (3p) - Perl5 module for reading configuration files and parsing command line arguments.
AppConfig::Args (3p) - Perl5 module for reading command line arguments.
AppConfig::CGI (3p) - Perl5 module for processing CGI script parameters.
AppConfig::File (3p) - Perl5 module for reading configuration files.
AppConfig::Getopt (3p) - Perl5 module for processing command line arguments via delegation to Getopt::Long.
AppConfig::Sys (3p) - Perl5 module defining platform-specific information and methods for other AppConfig::* modules.
Authen::SASL::Perl (3p) -- Perl implementation of the SASL Authentication framework
Authen::SASL::Perl::ANONYMOUS (3p) - Anonymous Authentication class
Authen::SASL::Perl::CRAM_MD5 (3p) - CRAM MD5 Authentication class
Authen::SASL::Perl::DIGEST_MD5 (3p) - Digest MD5 Authentication class
Authen::SASL::Perl::EXTERNAL (3p) - External Authentication class
Authen::SASL::Perl::GSSAPI (3p) - GSSAPI (Kerberosv5) Authentication class
Authen::SASL::Perl::LOGIN (3p) - Login Authentication class
Authen::SASL::Perl::PLAIN (3p) - Plain Login Authentication class
B::Graph (3p) - Perl compiler backend to produce graphs of OP trees
BerkeleyDB (3p) - Perl extension for Berkeley DB version 2, 3 or 4
Blatte::Compiler (3p) - compile a Blatte document into Perl
Bundle::Apache (3p) - Install Apache mod_perl and related modules
Bundle::DBD::mysql (3p) - A bundle to install Perl drivers for MySQL
Bundle::LWP (3p) - install all libwww-perl related modules
CDB_File (3p) - Perl extension for access to cdb databases
CDB_Perl (3p) - Perl extension for reading and creating CDB files
CallingTk (3p) - what is Perl Tk interface doing when you call Tk functions.
Catalyst::Engine::Apache2::MP19 (3p) - Catalyst Apache2 mod_perl 1.99x Engine
Catalyst::Engine::Apache2::MP20 (3p) - Catalyst Apache2 mod_perl 2.x Engine
Catalyst::Engine::Apache::MP13 (3p) - Catalyst Apache mod_perl 1.3x Engine
Catalyst::Log::Log4perl (3p) - Log::Log4perl logging for Catalyst
Catalyst::Plugin::LogWarnings (3p) - Log perl warnings to your Catalyst log object
Class::C3::next (3p) - Pure-perl next::method and friends
Class::MOP (3p) - A Meta Object Protocol for Perl 5
Class::MethodMaker (3p) - Create generic methods for OO Perl
Clone (3p) - recursively copy Perl datatypes
Config::Any::Perl (3p) - Load Perl config files
Convert::TNEF (3p) - Perl module to read TNEF files
Convert::UUlib (3p) - Perl interface to the uulib library (a.k.a. uudeview/uuenview).
Coro (3p) - the only real threads in perl
Crypt::Blowfish (3p) - Perl Blowfish encryption module
Crypt::DES (3p) - Perl DES encryption module
Crypt::RC4 (3p) - Perl implementation of the RC4 encryption algorithm
Crypt::SmbHash (3p) - Perl-only implementation of lanman and nt md4 hash functions, for use in Samba style smbpasswd entries
DBD::Sponge (3p) - Create a DBI statement handle from Perl data
DBD::mysql (3p) - MySQL driver for the Perl5 Database Interface (DBI)
DBD::mysqlPP (3p) - Pure Perl MySQL driver for the 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)
DNS::TinyDNS (3p) - Perl extension for manipulating djbdns
DNS::TinyDNS::dnscache (3p) - Perl extension for manipulating dnscache from djbdns
DNS::TinyDNS::dnsserver (3p) - Perl extension for manipulating dnsserver from djbdns
Data::Flow (3p) - Perl extension for simple-minded recipe-controlled build of data.
Data::Visitor (3p) - Visitor style traversal of Perl data structures
Devel::Size (3p) - Perl extension for finding the memory usage of Perl variables
Devel::SmallProf (3p) - per-line Perl profiler
Digest::MD2 (3p) - Perl interface to the MD2 Algorithm
Digest::Nilsimsa (3p) - Perl version of Nilsimsa code
Digest::SHA1 (3p) - Perl interface to the SHA-1 algorithm
EV (3p) - perl interface to libev, a high performance full-featured event loop
EV, Event, Glib, Tk, Perl, Event::Lib, Irssi, rxvt (3p) -unicode, IO::Async, Qt and POE are various supported event loops/environments.
Embperl (3p) - Building dynamic Websites with Perl
Embperl (3p) - Taglib for sending mail
Embperl (3p) - base class for application objects
Embperl (3p) - base class for defining custom recipes
Embperl (3p) - base class for defining custom syntaxes
Embperl (3p) - syntax module for Embperl.
Embperl FAQ (3p) - embed Perl code in your HTML docs
Embperl::Features (3p) - Main features of Embperl 2.0
Embperl::Form (3p) - Embperl Form class
Embperl::Form::Control (3p) - Base class for controls inside an Embperl Form
Embperl::Form::Control::addremove (3p) - A control to add and remove items from two select boxes inside an Embperl Form
Embperl::Form::Control::blank (3p) - A blank area inside an Embperl Form
Embperl::Form::Control::blank (3p) - A info area inside an Embperl Form
Embperl::Form::Control::checkbox (3p) - A checkbox control inside an Embperl Form
Embperl::Form::Control::checkboxes (3p) - A multiple checkbox control inside an Embperl Form
Embperl::Form::Control::display (3p) - A text display control inside an Embperl Form
Embperl::Form::Control::displaylink (3p) - A control to display links inside an Embperl Form
Embperl::Form::Control::dump (3p) - A debug control inside an Embperl Form
Embperl::Form::Control::file (3p) - A file upload input control inside an Embperl Form
Embperl::Form::Control::grid (3p) - A grid control inside an Embperl Form
Embperl::Form::Control::hidden (3p) - A hidden form field control inside an Embperl Form
Embperl::Form::Control::input (3p) - A text input control inside an Embperl Form
Embperl::Form::Control::label (3p) - A label area inside an Embperl Form
Embperl::Form::Control::number (3p) - A numeric input control with optional unit inside an Embperl Form
Embperl::Form::Control::password (3p) - A password input control inside an Embperl Form
Embperl::Form::Control::radio (3p) - A radio control inside an Embperl Form
Embperl::Form::Control::select (3p) - A select control inside an Embperl Form
Embperl::Form::Control::submit (3p) - A button inside an Embperl Form
Embperl::Form::Control::submit (3p) - A submit button inside an Embperl Form
Embperl::Form::Control::table (3p) - A table which get data from LDAP composed via joinAttrValue
Embperl::Form::Control::tabs (3p) - A tab control inside an Embperl Form
Embperl::Form::Control::textarea (3p) - A textarea input control inside an Embperl Form
Embperl::Form::Control::tinymce (3p) - A tinymce input control inside an Embperl Form
Embperl::Form::Control::transparent (3p) - A transparent area inside an Embperl Form
Embperl::Form::ControlMultValue (3p) - Base class for controls inside an Embperl Form which have multiple values to select from, like a select box or radio buttons.
Embperl::Form::DataSource (3p) - Base class for data source objects which provides the data for ControlMutlValue objects.
Embperl::Form::Validate (3p) - Form validation with server- and client-side support.
Embperl::Inline (3p) - Inline Embperl code in Perl modules
Embperl::Intro (3p) - Introduction to Embperl
Embperl::IntroEmbperlObject (3p) - Introduction to EmbperlObject
Embperl::Mail (3p) - Sends results from Embperl via E-Mail
Embperl::Object (3p) - Extents Embperl for building whole website with reusable components and objects
Embperl::Recipe::Embperl (3p) - (empty subject)
Embperl::Recipe::EmbperlXSLT (3p) - (empty subject)
Embperl::Recipe::XSLT (3p) - (empty subject)
Embperl::Syntax::EmbperlBlocks (3p) - (empty subject)
Embperl::Syntax::EmbperlHTML (3p) - (empty subject)
Embperl::Syntax::HTML (3p) - (empty subject)
Embperl::Syntax::MsgIdExtract (3p) - (empty subject)
Embperl::Syntax::POD (3p) - (empty subject)
Embperl::Syntax::RTF (3p) - (empty subject)
Embperl::TOC (3p) - Embperl Documenation: Table of Contents
Embperl::TipsAndTricks (3p) - Embperl Tips and Tricks
Erlaubt das Einbetten von Perlcode in HTML/XML und andere Text Dokumente. Der Perlcode wird im Server ausgefu\*:hrt und das Ergebnis zum Browser geschickt. Alle verfu\*:gbaren Perl-Module ko\*:nnen eingesetzt werden. Ermo\*:glicht das Erstellen von Websites aus kleinen wiederverwendbaren Komponenten, in objektorientierter Art und Weise. Komponenten ko\*:nnen sich gegenseitig aufrufen, einbetten und von einander erben. Das standart Layout einer Website can einmal definiert werden und Embperl::Object sorgt dafu\*:r das die passenden Komponeten an die entsprechenden Stellen eingefu\*:gt werden. Die eigentlichen Seiten enthalten nur noch den tatsa\*:chlichen Inhalt und nicht gemeinsamme Elemente wie Kopf (3p) - und Fu\*8bereich oder Navigationsleisten. Diese gemeinsammen Bereiche ko\*:nnen dabei je Unterverzeichnis u\*:berschrieben werden. Unterstu\*:tzt das Trennen von Code, Layout und Daten und das Erstellen von MVC (Modell-View-Controller) Applikationen. Die Steuerlogik kann durch ein Applikationsobjekt abgebildet werden, welches den weiteren Ablauf eines Requests beeinflussen und steuern kann, wa\*:hrend die eigentlichen Seiten nur noch den Code zur Anzeige enthalten. Fu\*:r einfache Applikationen ist es jedoch, immer noch mo\*:glich allen Code in die Seiten selbst einzubetten. Der Quellentext fu\*:r die einzelnen Komponenten kann aus unterschiedlichen Quellen, wie Dateisystem, Speicher oder dem Ergebnis eines Apache-Subrequest kommen. Ein Subrequest erlaubt das Nachbearbeiten der Ausgabe von anderen Apache-Applikationen wie PHP, JSP, CGI-Skrips etc. Komponenten ko\*:nnen in unterschiedlichen Formaten vorliegen (z.B. HTML, WML, XML, POD, ...) und, soweit no\*:tig, in andere Ausgabeformate (z.B. via XSLT) transformiert werden. Ermo\*:glicht die Benutzung und Definition unterschiedlicher Syntaxen, wie Embperl, ASP, Text, Perl, RTF und mehr. Die Erzeugung der Ausgabe ist in kleine Schritte unterteilt, die jeweils von einem austauschbaren Provider durchgefu\*:hrt werden. Das Zusammenspiel der Provider ist individuell, mittels Rezepten (recipes) konfigurierbar. Erlaubt das Zwischenspeichern (Cachen) von Zwischenschritten und Ausgabe. Stellt verschiedenste Features fu\*:r das Webumfeld zur Verfu\*:gung, wei z.B. dynamischen Tabellen, Formularfeldverarbeitung, HTML/URL-Kodierung etc. Entha\*:lt ein Modul zur U\*:berpru\*:fung von Benutzereingaben in Formularfeldern. Damit kann mit der Defintion eines Regelsatz, sowohl die serverseitige wie auch die Clientseitige U\*:berpru\*:fung veranlasst werden. Stellt Pro-Benutzer und Pro-Seite persitente Sessiondaten zur Verfu\*:gung. Dafu\*:r ist es lediglich no\*:tig die Daten in einem spezielle Hash abzulegen. Bietet eine Reihe von Optionen zur Konfigurierung entsprechend den perso\*:nlichen Vorlieben und Bedu\*:rfnissen. Vollsta\*:ndig integriert in Apache und mod_perl, um die beste Performance zu erreichen. Kann auch als CGI Skript laufen, Offline ausgefu\*:hrt werden oder von anderem Perlprogrammen/-modulen aufgerufen werden. Das Perlmodule DBIx::Recordset bietet einen von SQL abstrahierten, einfach zu handhabenden, Datenbankzugriff fu\*:r Embperl. Embperl::Mail ermo\*:glicht es das Ergebnis direkt an eine E-Mail Adresse zu versenden.
Event::File (3p) - is a wrapper module to write perl modules that deal with Files thru Event. It tries to mimics Event.pm model.
Event::Lib (3p) - Perl extentions for event-based programming
Exception::Class (3p) - A module that allows you to declare real exception classes in Perl
Expect.pm (3p) - Expect for Perl
File::Copy::Recursive (3p) - Perl extension for recursively copying files and directories
File::Tail (3p) - Perl extension for reading from continously updated files
Filesys::DiskSpace (3p) - Perl df
Filesys::Virtual (3p) - Perl extension to provide a framework for a virtual filesystem
Finally, (3p) - you can define your own types, either as subtypes or entirely new types, with their own constraints. For example, you could define a type ""PosInt"", a subtype of ""Int"" which only allows positive numbers. Moose attributes provide declarative syntax for defining delegations. A delegation is a method which calls some method on an attribute to do its real work. A constructor creates an object instance for the class. In old school Perl, this was usually done by defining a method called ""new()"" which in turn called ""bless"" on a reference.
Font::TTF (3p) - Perl module for TrueType Font hacking
FreezeThaw (3p) - converting Perl structures to strings and back.
GD::Graph (3p) - Graph Plotting Module for Perl 5
GSSAPI (3p) - Perl extension providing access to the GSSAPIv2 library
Git (3p) - Perl interface to the Git version control system
GnuPG (3p) - Perl module interface to the GNU Privacy Guard.
GnuPG::Interface (3p) - Perl interface to GnuPG
HTML::CGIChecker (3p) - A Perl module to detect dangerous HTML code
HTML::Embperl::Session (3p) - (empty subject)
HTML::Mason::ApacheHandler (3p) - Mason/mod_perl interface
HTML::Prototype::Controls (3p) - script.aculo.us controls library, embedded in perl
HTML::Prototype::DragDrop (3p) - script.aculo.us dragdrop library, embedded in perl
HTML::Prototype::Effects (3p) - script.aculo.us effects library, embedded in perl
HTML::Prototype::Js (3p) - prototype library, embedded in perl
HTML::Scrubber (3p) - Perl extension for scrubbing/sanitizing html
HTML::TableExtract (3p) - Perl module for extracting the content contained in tables within an HTML document, either as text or encoded element trees.
HTML::Template (3p) - Perl module to use HTML Templates from CGI scripts
HTML::Tree::AboutTrees (3p) -- article on tree-shaped data structures in Perl
HTTP::GHTTP (3p) - Perl interface to the gnome ghttp library
Heap (3p) - Perl extensions for keeping data partially sorted
Heap::Elem (3p) - Perl extension for elements to be put in Heaps
Heap::Fibonacci (3p) - a Perl extension for keeping data partially sorted
IO::Interface (3p) - Perl extension for access to network card configuration information
IO::KQueue (3p) - perl interface to the BSD kqueue system call
Image::Magick (3p) - Perl extension for calling ImageMagick's libMagick methods
Imager (3p) - Perl extension for Generating 24 bit Images
In (3p) - addition, because there is more than one way to do most things, and the syntax of Perl itself is quite flexible, there are many ways in which the ``same'' code can look quite different.
In (3p) - old school Perl 5, this is often a blessed hash reference. With Moose, you should never need to know what your object instance actually is. (Okay, it's usually a blessed hashref with Moose, too.) Class A package with no introspection other than mucking about in the symbol table. With Moose, you get well-defined declaration and introspection. Attributes Hand-written accessor methods, symbol table hackery, or a helper module like ""Class::Accessor"". With Moose, these are declaratively defined, and distinct from methods. Method These are pretty much the same in Moose as in old school Perl. Roles ""Class::Trait"" or ""Class::Role"", or maybe ""mixin.pm"". With Moose, they're part of the core feature set, and are introspectable like everything else. Method Modifiers Could only be done through serious symbol table wizardry, and you probably never saw this before (at least in Perl 5). Type Hand-written parameter checking in your ""new()"" method and accessors. With Moose, you define types declaratively, and then use them by name in your attributes. Delegation ""Class::Delegation"" or ""Class::Delegator"", but probably even more hand-written code. With Moose, this is also declarative. Constructor A ""new()"" method which calls ""bless"" on a reference. Comes for free when you define a class with Moose. Destructor A ""DESTROY()"" method. With Moose, this is called ""DEMOLISH()"". Object Instance A blessed reference, usually a hash reference. With Moose, this is an opaque thing which has a bunch of attributes and methods, as defined by its class. Immutabilization Moose comes with a feature called ``immutabilization''. When you make your class immutable, it means you're done adding methods, attributes, roles, etc. This lets Moose optimize your class with a bunch of extremely dirty in-place code generation tricks that speed up things like object construction and so on.
Inline (3p) - Write Perl subroutines in other programming languages.
Inline-API (3p) - How to bind a programming language to Perl using Inline.pm
Inline::C (3p) - Write Perl Subroutines in C
JSON::PP (3p) - JSON::XS compatible pure-Perl module.
JSON::PP5005 (3p) - Helper module in using JSON::PP in Perl 5.005
JSON::PP56 (3p) - Helper module in using JSON::PP in Perl 5.6
JSON::PP58 (3p) - Helper module in using JSON::PP in Perl 5.8 and lator
JSON::XS (3p) - XXXXXXX JSON XXXXXX/XXXXXXX (http://fleur.hio.jp/perldoc/mix/lib/JSON/XS.html)
Knowing (3p) - what these concepts mean in Moose-speak, and how they used to be done in old school Perl 5 OO is a good way to start learning to use Moose. When you say ``use Moose'' in a package, you are making your package a class. At its simplest, a class will consist simply of attributes and/or methods. It can also include roles, method modifiers, and more.
LWP (3p) - The World-Wide Web library for Perl
LWP::Debug (3p) - debug routines for the libwww-perl library
Lchown (3p) - use the lchown(2) system call from Perl
Locale::Recode::_Aliases (3p) - Internal Charset Alias Database for libintl-perl
Locale::TextDomain (3p) - Perl Interface to Uniforum Message Translation
Locale::gettext_pp (3p) - Pure Perl Implementation of Uniforum Message Translation
Log::Log4perl (3p) - Log4j implementation for Perl
Log::Log4perl::Appender (3p) - Log appender class
Log::Log4perl::Appender::Buffer (3p) - Buffering Appender
Log::Log4perl::Appender::DBI (3p) - implements appending to a DB
Log::Log4perl::Appender::File (3p) - Log to file
Log::Log4perl::Appender::Limit (3p) - Limit message delivery via block period
Log::Log4perl::Appender::RRDs (3p) - Log to a RRDtool Archive
Log::Log4perl::Appender::Screen (3p) - Log to STDOUT/STDERR
Log::Log4perl::Appender::ScreenColoredLevel (3p) - Colorize messages according to level
Log::Log4perl::Appender::Socket (3p) - Log to a socket
Log::Log4perl::Appender::String (3p) - Append to a string
Log::Log4perl::Appender::Synchronized (3p) - Synchronizing other appenders
Log::Log4perl::Appender::TestArrayBuffer (3p) - Subclass of Appender::TestBuffer
Log::Log4perl::Appender::TestBuffer (3p) - Appender class for testing
Log::Log4perl::Appender::TestFileCreeper (3p) - Intentionally slow test appender
Log::Log4perl::Config (3p) - Log4perl configuration file syntax
Log::Log4perl::Config::BaseConfigurator (3p) - Configurator Base Class
Log::Log4perl::Config::DOMConfigurator (3p) - reads xml config files
Log::Log4perl::Config::PropertyConfigurator (3p) - reads properties file
Log::Log4perl::Config::Watch (3p) - Detect file changes
Log::Log4perl::DateFormat (3p) - Log4perl advanced date formatter helper class
Log::Log4perl::FAQ (3p) - Frequently Asked Questions on Log::Log4perl
Log::Log4perl::Filter (3p) - Log4perl Custom Filter Base Class
Log::Log4perl::Filter::Boolean (3p) - Special filter to combine the results of others
Log::Log4perl::Filter::LevelMatch (3p) - Filter to match the log level exactly
Log::Log4perl::Filter::LevelRange (3p) - Filter for a range of log levels
Log::Log4perl::Filter::StringMatch (3p) - Filter to match the log level exactly
Log::Log4perl::JavaMap (3p) - maps java log4j appenders to Log::Dispatch classes
Log::Log4perl::JavaMap::ConsoleAppender (3p) - wraps Log::Dispatch::Screen
Log::Log4perl::JavaMap::FileAppender (3p) - wraps Log::Dispatch::File
Log::Log4perl::JavaMap::JDBCAppender (3p) - wraps Log::Log4perl::Appender::DBI
Log::Log4perl::JavaMap::NTEventLogAppender (3p) - wraps Log::Dispatch::Win32EventLog
Log::Log4perl::JavaMap::RollingFileAppender (3p) - wraps Log::Dispatch::FileRotate
Log::Log4perl::JavaMap::SysLogAppender (3p) - wraps Log::Dispatch::Syslog
Log::Log4perl::JavaMap::TestBuffer (3p) - wraps Log::Log4perl::Appender::TestBuffer
Log::Log4perl::Layout (3p) - Log4perl Layout Virtual Base Class
Log::Log4perl::Layout::NoopLayout (3p) - Pass-thru Layout
Log::Log4perl::Layout::PatternLayout (3p) - Pattern Layout
Log::Log4perl::Layout::SimpleLayout (3p) - Simple Layout
Log::Log4perl::Level (3p) - Predefined log levels
Log::Log4perl::Logger (3p) - Main Logger Class
Log::Log4perl::MDC (3p) - Mapped Diagnostic Context
Log::Log4perl::NDC (3p) - Nested Diagnostic Context
Log::Log4perl::Resurrector (3p) - Dark Magic to resurrect hidden L4p statements
Log::Log4perl::Util (3p) - Internal utility functions
Log::Log4perl::Util::Semaphore (3p) - Easy to use semaphores
MD5 (3p) - Perl interface to the RSA Data Security Inc. MD5 Message-Digest Algorithm
MDiff (3p) - Perl extension for m-differece detection.
MRO::Compat (3p) - mro::* interface compatibility for Perls < 5.9.5
Mail::Box::Parser::Perl (3p) - reading messages from file using Perl
Mail::IMAPClient::BodyStructure (3p) - Perl extension to Mail::IMAPClient to facilitate the parsing of server responses to the FETCH BODYSTRUCTURE and FETCH ENVELOPE IMAP client commands.
Mail::POP3Client (3p) - Perl 5 module to talk to a POP3 (RFC1939) server
Mail::SpamAssassin::Timeout (3p) - safe, reliable timeouts in perl
Module::Install (3p) - Standalone, extensible Perl module installer
Module::Install::External (3p) - Specify dependencies on external non-Perl things
Module::ScanDeps (3p) - Recursively scan Perl code for dependencies
Moose (3p) - A postmodern object system for Perl 5
Moose::Manual::Concepts (3p) - Moose OO concepts In the past, you may not have thought too much about the difference between packages and classes, attributes and methods, constructors and methods, etc. With Moose, these are all conceptually separate things, even though under the hood they're implemented with plain old Perl.
Moose::Manual::Unsweetened (3p) - Moose idioms in plain old Perl 5 without the sugar
Net::CIDR::Lite (3p) - Perl extension for merging IPv4 or IPv6 CIDR addresses
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
Net::IPv4Addr (3p) - Perl extension for manipulating IPv4 addresses.
Net::IRC (3p) - Perl interface to the Internet Relay Chat protocol
Net::Interface (3p) - Perl extension to access network interfaces
Net::Jabber (3p) - Jabber Perl Library
Net::LDAP::Examples (3p) - PERL LDAP by Example
Net::MySQL (3p) - Pure Perl MySQL network protocol interface.
Net::RawIP (3p) - Perl extension for manipulate raw ip packets with interface to libpcap
Net::SMTP::Server (3p) - A native Perl SMTP Server implementation for Perl.
Net::SSH::Perl (3p) - Perl client Interface to SSH
Net::SSH::Perl::Agent (3p) - Client for agent authentication
Net::SSH::Perl::Auth (3p) - Base authentication class, plus utility methods
Net::SSH::Perl::Auth::KeyboardInt (3p) - Keyboard-interactive auth plugin
Net::SSH::Perl::Auth::Password (3p) - Password authentication plugin
Net::SSH::Perl::Auth::PublicKey (3p) - Perform publickey authentication
Net::SSH::Perl::Auth::RSA (3p) - Perform RSA authentication
Net::SSH::Perl::Auth::Rhosts (3p) - Perform Rhosts authentication
Net::SSH::Perl::Auth::Rhosts_RSA (3p) - Perform Rhosts-RSA authentication
Net::SSH::Perl::AuthMgr (3p) - Authentication manager/context for SSH-2
Net::SSH::Perl::Buffer (3p) - Low-level read/write buffer class
Net::SSH::Perl::Channel (3p) - SSH2 channel object
Net::SSH::Perl::ChannelMgr (3p) - Manages a list of open channels
Net::SSH::Perl::Cipher (3p) - Base cipher class, plus utility methods
Net::SSH::Perl::Cipher::Blowfish (3p) - Wrapper for SSH Blowfish support
Net::SSH::Perl::Cipher::CBC (3p) - CBC Implementation
Net::SSH::Perl::Cipher::CFB (3p) - CFB Implementation
Net::SSH::Perl::Cipher::DES (3p) - Wrapper for SSH DES support
Net::SSH::Perl::Cipher::DES3 (3p) - Wrapper for SSH 3DES support
Net::SSH::Perl::Cipher::IDEA (3p) - Wrapper for SSH IDEA support
Net::SSH::Perl::Cipher::RC4 (3p) - RC4 encryption/decryption
Net::SSH::Perl::Comp (3p) - Compression/Decompression base class
Net::SSH::Perl::Comp::Zlib (3p) - Wrapper for SSH Zlib Compression
Net::SSH::Perl::Config (3p) - Load and manage SSH configuration
Net::SSH::Perl::Constants (3p) - Exportable constants
Net::SSH::Perl::Kex (3p) - SSH2 Key Exchange
Net::SSH::Perl::Kex::DH1 (3p) - Diffie-Hellman Group 1 Key Exchange
Net::SSH::Perl::Key (3p) - Public or private key abstraction
Net::SSH::Perl::Key::DSA (3p) - DSA key object
Net::SSH::Perl::Key::RSA (3p) - RSA key object
Net::SSH::Perl::Key::RSA1 (3p) - RSA SSH1 key object
Net::SSH::Perl::Mac (3p) - MAC support for SSH2
Net::SSH::Perl::Packet (3p) - Packet layer of SSH protocol
Net::SSH::Perl::SSH1 (3p) - SSH1 implementation
Net::SSH::Perl::SSH2 (3p) - SSH2 implementation
Net::SSH::Perl::Util (3p) - Shared utility functions
Net::SSLeay (3p) - Perl extension for using OpenSSL
Net::SSLeay::Handle (3p) - Perl module that lets SSL (HTTPS) sockets be handled as standard file handles.
Net::Server (3p) - Extensible, general Perl server engine
Net::TFTPd (3p) - Perl extension for Trivial File Transfer Protocol Server
Net::Traceroute (3p) - traceroute(1) functionality in perl
Net::XMPP (3p) - XMPP Perl Library
NetAddr::IP::UtilPP (3p) -- pure Perl functions for NetAddr::IP::Util
NetSNMP::TrapReceiver (3p) - Embedded perl trap handling for Net-SNMP's snmptrapd
Nginx::Simple (3p) - Easy to use interface for "--with-http_perl_module"
Number::Format (3p) - Perl extension for formatting numbers
PCRE (3) - Perl-compatible regular expressions
PCRE (3) - Perl-compatible regular expressions.
PDL (3p) - the Perl Data Language
PDL::API (1) - making piddles from Perl and C/XS code
PDL::Doc::Perldl (3p) - commands for accessing PDL doc database from 'perldl' shell
PDL::IO::FastRaw (3p) -- A simple, fast and convenient io format for PerlDL.
PDL::IO::FlexRaw (3p) -- A flexible binary i/o format for PerlDL.
PDL::Intro (1) - Introduction to the Perl Data Language
PDL::Options (3p) - simplifies option passing by hash in PerlDL
POE::Component::IKC::Freezer (3p) - Pure-Perl serialization method.
POE::Filter::Reference (3p) - freeze and thaw arbitrary Perl data
POE::Kernel (3p) - an event-based application kernel in Perl
POE::Loop::PerlSignals (3p) - common signal handling routines for POE::Loop bridges
PPI (3p) - Parse, Analyze and Manipulate Perl (without perl)
PPI::Document (3p) - Object representation of a Perl document
PPI::Document::File (3p) - A Perl Document located in a specific file
PPI::Document::Fragment (3p) - A fragment of a Perl Document
PPI::Document::Normalized (3p) - A normalized Perl Document
PPI::Normal (3p) - Normalize Perl Documents Perl Documents, as created by PPI, are typically filled with all sorts of mess such as whitespace and comments and other things that don't effect the actual meaning of the code.
PPI::Normal (3p) - attempts to resolve this by providing a variety of mechanisms and algorithms to ``normalize'' Perl Documents, and determine a sort of base form for them (although this base form will be a memory structure, and not something that can be turned back into Perl source code).
PPI::Statement (3p) - The base class for Perl statements
PPI::Statement::Include::Perl6 (3p) - Inline Perl 6 file section
PPI::Structure (3p) - The base class for Perl braced structures
PPI::Token (3p) - A single token of Perl source code
PPI::Token::Comment (3p) - A comment in Perl source code
PPI::Token::Pod (3p) - Sections of POD in Perl documents
PPI::Tokenizer (3p) - The Perl Document Tokenizer
Params::ValidatePP (3p) - pure Perl implementation of Params::Validate
Perl (3p) - syntax module for Embperl
Perl/Tk (3p) - Writing Tk applications in Perl 5
Perl6::Junction (3p) - Perl6 style Junction operators in Perl5.
Perl::Squish (3p) - Reduce Perl code to a few characters as possible
Perl::Tidy (3p) - Parses and beautifies perl source
Perlbal (1) - Reverse-proxy load balancer and webserver
Perlbal (3p) - Reverse-proxy load balancer and webserver
Perlbal::Plugin::Cgilike (3p) - Handle Perlbal requests with a Perl subroutine
Perlbal::Plugin::Include (3p) - Allows multiple, nesting configuration files
Perlbal::Plugin::MaxContentLength (3p) - Reject large requests
Perlbal::Plugin::Palimg (3p) - plugin that allows Perlbal to serve palette altered images
Perlbal::Plugin::Redirect (3p) - Plugin to do redirecting in Perlbal land
Perlbal::Test (3p) - Test harness for perlbal server
Proc::ProcessTable (3p) - Perl extension to access the unix process table
Proc::ProcessTable::Process (3p) - Perl process objects
Provision::Unix::VirtualOS::Xen::Config (3p) - Perl interface to Xen configuration files
Psh::Completion (3p) - containing the completion routines of psh. Currently works with Term::ReadLine::Gnu and Term::ReadLine::Perl.
Psh::Parser (3p) - Perl Shell Parser
Psh::PerlEval (3p) - package containing perl evaluation codes
Psh::Strategy (3p) - a Perl Shell Evaluation Strategy (base class)
Quota (3p) - Perl interface to file system quotas
RPC::PlClient (3p) - Perl extension for writing PlRPC clients
RPC::PlServer (3p) - Perl extension for writing PlRPC servers
Rose::DB::Cache (3p) - A mod_perl-aware cache for Rose::DB objects.
SOAP::Data (3p) - this class provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities.
SOAP::Lite (3p) - Perl's Web Services Toolkit
SQL::Abstract (3p) - Generate SQL from Perl data structures
SSI (3p) - syntax module for Embperl
SVG (3p) - Perl extension for generating Scalable Vector Graphics (SVG) documents Covers SVG-2.47 distribution, December 2008
SVG (3p) - Perl extension for generating Scalable Vector Graphics (SVG) documents Version 2.44, 08 April, 2008
SVN (3p) - Access to the Embperl SVN development tree
See (3p) - <http://www.perl.com/perl/misc/Artistic.html>
Sort::Versions (3p) - a perl 5 module for sorting of revision-like numbers
Spread (3p) - Perl extension for the Spread group communication system
Stanford::DNSserver (3p) - A DNS Name Server Framework for Perl.
String::Approx (3p) - Perl extension for approximate matching (fuzzy matching)
String::CRC32 (3p) - Perl interface for cyclic redundency check generation
String::Random (3p) - Perl module to generate random strings based on a pattern
Sub::Override (3p) - Perl extension for easily overriding subroutines
Sudo (3p) - Perl extension for running a command line sudo
Sybase::Sybperl (3p) - sybperl 1.0xx emulation module
Sys::Syscall (3p) - access system calls that Perl doesn't normally provide access to
Tcl vs perl (3p) - very old suspect documentation on porting.
Term::ReadKey (3p) - A perl module for simple terminal control
Term::ReadLine::Gnu (3p) - Perl extension for the GNU Readline/History Library
Term::Screen (3p) - A Simple all perl Term::Cap based screen positioning module
Term::ScreenColor (3p) - Screen positioning and coloring module for Perl
Text (3p) - syntax module for Embperl
Text::DHCPparse (3p) - Perl extension for parsing dhcpd lease files
Text::Iconv (3p) - Perl interface to iconv() codeset conversion function
Text::Template (3p) - Expand template text with embedded Perl
Text::Template::Preprocess (3p) - Expand template text with embedded Perl
This (3p) - information is worse than useless for ""perlTk"" users, but can of some help for people interested in using modified Tk source with ""perlTk"".
This (3p) - program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
This module presents an object-oriented interface into handling your message sets. The object reference returned by the new method is an overloaded reference to a scalar variable that contains the message set's compact RFC2060 representation. The object is overloaded so that using it like a string returns this compact message set representation. You can also add messages to the set (using either a '.=' operator or a '+=' operator) or remove messages (with the ' (3p) -=' operator). And if you use it as an array reference, it will humor you and act like one by calling unfold for you. (But you need perl 5.6 or above to do this.)
Tie::IxHash (3p) - ordered associative arrays for Perl
Tie::Watch (3p) - place watchpoints on Perl variables.
Time::Period (3p) - A Perl module to deal with time periods.
Time::TAI64 (3p) - Perl extension for converting TAI64 strings into standard unix timestamps.
Tk (3p) - An overview of an Object Oriented Tk8 extension for perl5
Tk (3p) - a graphical user interface toolkit for Perl
Tk::804delta (3p) - what is new for perl/Tk 804
Tk::ROText (3p) - 'readonly' perl/Tk Text widget
Tk::TextUndo (3p) - perl/tk text widget with bindings to undo changes.
Tk::X (3p) - Perl extension for Xlib constants.
Tk::mega (3p) - Perl/Tk support for writing widgets in pure Perl
To correctly initialize objects that participate in multiple inheritance, we use a technqiue described in Chapter 10 of Paul Fenwick's excellent tutorial on Object Oriented Perl (see http://perltraining.com.au/notes/perloo.pdf). (We experimented with Damian Conway's interesting NEXT pseudo-pseudo-class discussed in Chapter 11 of Fenwick's tutorial available in CPAN at http://search.cpan.org/author/DCONWAY/NEXT (3p) -0.50/lib/NEXT.pm, but could not get it to traverse the inheritance structure in the correct, top-down order.)
UDDI::Lite (3p) - Library for UDDI clients in Perl
Under (3p) - the hood, a method modifier is just a plain old Perl subroutine that gets called before or after (or around, etc.) some named method.
Unix::Syslog (3p) - Perl interface to the UNIX syslog(3) calls
WML::Card (3p) - Perl extension for builiding WML Cards according to the browser being used.
WML::Deck (3p) - Perl extension for builiding WML Decks.
WWW::Mechanize (3p) - Handy web browsing in a Perl object
We (3p) - also allow the argument list to be an object. This is often used in new to accomplish what a C++ programmer would call a cast. In simple cases, the object is just treated as a HASH ref and its attributes are passed to a the method as keyword, value pairs. The keyword => value notation is just a Perl shorthand for stating two list members with the first one quoted. Thus,
WeakRef (3p) -- an API to the Perl weak references
With (3p) - old school Perl 5, this is the ""DESTROY()"" method, but with Moose it is the ""DEMOLISH()"" method. An object instance is a specific noun in the class's ``category''. For example, one specific Person or User. An instance is created by the class's constructor.
X11::Auth (3p) - Perl module to read X11 authority files
X11::Keysyms (3p) - Perl module for names of X11 keysyms
X11::Protocol (3p) - Perl module for the X Window System Protocol, version 11
X11::Protocol::Connection (3p) - Perl module abstract base class for X11 client to server connections
X11::Protocol::Connection::FileHandle (3p) - Perl module base class for FileHandle-based X11 connections
X11::Protocol::Connection::INETFH (3p) - Perl module for FileHandle-based TCP/IP X11 connections
X11::Protocol::Connection::INETSocket (3p) - Perl module for IO::Socket::INET-based X11 connections
X11::Protocol::Connection::Socket (3p) - Perl module base class for IO::Socket-based X11 connections
X11::Protocol::Connection::UNIXFH (3p) - Perl module for FileHandle-based Unix-domain X11 connections
X11::Protocol::Connection::UNIXSocket (3p) - Perl module for IO::Socket::UNIX-based X11 connections
X11::Protocol::Ext::BIG_REQUESTS (3p) - Perl module for the X11 protocol Big Requests extension
X11::Protocol::Ext::DPMS (3p) - Perl module for the X11 Protocol DPMS Extension
X11::Protocol::Ext::RENDER (3p) - Perl module for the X Rendering Extension
X11::Protocol::Ext::SHAPE (3p) - Perl module for the X11 Protocol Nonrectangular Window Shape Extension
X11::Protocol::Ext::XC_MISC (3p) - Perl module for the X11 Protocol XC-MISC Extension
X11::Protocol::Ext::XFree86_Misc.pm (3p) - Perl module for the XFree86 Misc Extension
XML::Checker (3p) - A perl module for validating XML
XML::DOM (3p) - A perl module for building DOM Level 1 compliant document structures
XML::DOM::PerlSAX (3p) - Old name of XML::Handler::BuildDOM
XML::ESISParser (3p) - Perl SAX parser using nsgmls
XML::Handler::BuildDOM (3p) - PerlSAX handler that creates XML::DOM document structures
XML::Handler::Sample (3p) - a trivial PerlSAX handler
XML::Handler::Subs (3p) - a PerlSAX handler base class for calling user-defined subs
XML::Handler::XMLWriter (3p) - a PerlSAX handler for writing readable XML
XML::LibXML (3p) - Perl Binding for libxml2
XML::Parser (3p) - A perl module for parsing XML documents
XML::Parser::PerlSAX (3p) - Perl SAX parser using XML::Parser
XML::Parser::PurePerl::Reader (3p) - Abstract Reader factory class
XML::PatAct::ToObjects (3p) - An action module for creating Perl objects
XML::SAX2Perl (3p) -- translate Java/CORBA style SAX methods to Perl methods
XML::SAX2Perl (3p) -- translate Perl SAX methods to Java/CORBA style methods
XML::SAX::Intro (3p) - An Introduction to SAX Parsing with Perl
XML::SAX::PurePerl (3p) - Pure Perl XML Parser with SAX2 interface
XML::Sablotron (3p) - a Perl interface to the Sablotron XSLT processor
XML::Sablotron::DOM::DOMHandler (3p) - A Perl extention of the XML::Sablotron::DOM class, that implements the sablotron DOMHandler callback functions.
XML::Sablotron::Situation::DOMHandlerDispatcher (3p) - Perl sample implementation of the Sablotron DOMHandler callback interface
XML::Twig (3p) - A perl module for processing huge XML documents in tree mode.
XML::Writer (3p) - Perl extension for writing XML documents.
XML::XPath::PerlSAX (3p) - A PerlSAX event generator for my wierd node structure
XML::XSLT (3p) - A perl module for processing XSLT Get or set the <xsl:output method= attribute. Valid arguments are 'html', 'text' and 'xml'
YAML::Dumper (3p) - YAML class for dumping Perl objects to YAML
YAML::Loader (3p) - YAML class for loading Perl objects to YAML
YAML::Types (3p) - Marshall Perl internal data types to/from YAML
asp-perl (1) - Apache::ASP CGI and command line script processor
blatte (1) - compile a Blatte program into Perl
cgi_to_mod_perl (3p) - First steps needed to use mod_perl as a CGI replacement
embpexec.pl (1) - Run an Embperl file offline
embpmsgid.pl (1) - Extract message ids from Embperl files
lwpcook (3p) - The libwww-perl cookbook
make_method (1) - Turn Perl code into an XML description for RPC::XML::Server
mod_perl (3p) - Embed a Perl interpreter in the Apache 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
nginx (3p) - Perl interface to the nginx HTTP server API
option (3p) - Using the option database in Perl/Tk
paperinfo, paperwithsize, paperfirst, paperlast, papernext, paperprev (3) - return informations about a paper
pcregrep (1) - a grep with Perl-compatible regular expressions.
pcretest (1) - a program for testing Perl-compatible regular expressions.
perldl (1) - Simple shell for PDL
perltidy (1) - a perl script indenter and reformatter
psh (1) - Developing for Perl Shell
psh (1) - Perl SHell
pshcomplete (1) - TAB completion in Perl Shell
pshconfig (1) - Configuring the Perl Shell
ptked (1) - an editor in Perl/Tk
ptksh (1) - Perl/Tk script to provide a graphical user interface for testing Perl/Tk commands and scripts.
pwhois (1) - Perl written whois client
slapd-perl (5) - Perl backend to slapd
sybperl (3) - Sybase extensions to Perl
tkjpeg (1) - simple JPEG viewer using perl/Tk
widget (1) - Demonstration of Perl/Tk widgets


rootr.net - man pages