Modules for reading manipulating, and writing .pdb and .prc database This is p5-Palm, a set of Perl 5 modules for reading, manipulating, and writing the .pdb and .prc database files used by PalmOS devices such as the PalmPilot and its successors.
Play with other peoples' lexical variables PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the ...
Perl Archive Toolkit PAR is a toolkit to use perl scripts and modules stored inside compressed .par files. For bundling prerequisite modules of scripts into a PAR file (ala PerlApp, Perl2exe, or 'perlcc that works'), see ...
Create and manipulate PAR distributions This module creates and manipulates *PAR distributions*. They are architecture-specific PAR files, containing everything under blib/ of CPAN distributions after their "make" or "Build" stage, a ...
A generic input parsing/checking mechanism Params::Check is a generic input parsing/checking mechanism. It allows you to validate input via a template. The only requirement is that the arguments must be named. Params::Check can do the ...
Simple standalone param-checking functions Params::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
Parse::Earley - Parse any Context-Free Grammar Parse::Earley accepts or rejects a string based on any Context-Free grammar, specified by a simplified yacc-like specification.
A recursive descent parser generator for Perl The Parse::RecDescent perl module is used to generate recursive descent parsers from powerful grammar specifications.
Parse::RecDescent::Deparse - Turn a Parse::RecDescent object back into its grammar This module adds the deparse method to the Parse::RecDescent class, which returns a textual description of the grammar.
Parse::RecDescent::FAQ - the official, authorized FAQ for Parse::RecDescent Parse::RecDescent::FAQ - the official, authorized FAQ for Parse::RecDescent.
Fully reentrant perl OO LALR(1) parser creator The Parse::Yapp module enables to create Perl OO fully reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more details) and has been designed to be functionally as close as possible to ...
ParseLex module for perl The Parse::Lex.pm module for perl5 is an object-oriented generator of lexical analyzers. This distribution includes Parse::YYLex (writed by Vladimir Alexiev) a lexer generator that you can use with ...
Utilities to read and manipulate patches and CVS This perl library allows you to manipulate patches programmatically by chaining together a variety of objects that read, manipulate, and output patch information.
Cross-platform path specification manipulation Path::Class is a module for manipulation of file and directory specifications (strings describing their locations, like '/home/ken/foo.txt' or 'C:WindowsFoo.txt') in a cross-platform manner. It ...
Perl interface to the PC/SC smart card library This package contains a Perl wrapper to the PC/SC smartcard library (pcsc-lite) from MUSCLE together with some small examples.
PDF-API2 Perl module This module is 'The Next Generation' of Text::PDF::API which initially provided a nice API around the Text::PDF::* modules created by Martin Hosken.
PerlDL, an efficient numerical language for scientific computing The perlDL project aims to turn perl into an efficient numerical language for scientific computing. The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large ...
Time::Period module for perl Period.pm is a Perl module that contains code to deal with time periods. Currently, there is only a function in this module. That function is called inPeriod(). inPeriod() determines if a given time ...
Perl Best Practices, the (unofficial) companion module Perl::BestPractice is the (for now unofficial) companion module to the O'Reilly "Perl Best Practices" by Damian Conway. Using various bits of PPI magic, it provides functionality to automatically ...
Critique Perl source for style and standards Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a ...
PerlIO layer for normalizing line endings This perl module enable you to normalize line endings This layer normalizes any of CR, LF, CRLF and Native into the designated line ending. It works for both input and output handles.
Perl extension to provide a PerlIO layer to gzip/gunzip PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program. Compression and Decompression are implemented, but not together. If you attempt to open a file for ...
PerlIO layer for Bzip2 (de)compression This module implements a PerlIO layer which will let you handle bzip2 compressed files transparently.
Perl module that helps creating dynamic PerlIO layers PerlIO::via::dynamic is used for creating dynamic PerlIO layers. It is useful when the behavior or the layer depends on variables.
Speed up perl scripts by running them persistently PersistentPerl is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the ...
A libpq-based PostgreSQL interface for Perl Pgperl is an interface between Perl and PostgreSQL. This uses the Perl5 API for C extensions to call the PostgreSQL libpq interface. Unlike DBD:pg, pgperl tries to implement the libpq interface as ...
Perl module that supplies object methods for interacting with GnuPG This module provides an interface to the encryption/decryption/signing/ verifying methods of GNU Privacy Gaurd. It does not provide keyring manipulation.
Include PHP files in Perl PHP::Include builds on the shoulders of Filter::Simple and Parse::RecDescent to provide a Perl utility for including very simple PHP Files from a Perl program. When working with Perl and PHP it is ...
PlRPC perl module PlRPC - module for perl.
Pod::Constants - Include constants from POD Pod::Constants allows you to extract data from your POD at run-time, meaning you can do things like declare constants in POD and not have to update two places at once every time you make a change.
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |