Override Perl regular expressions This module provides a Perl interface to affect regular expression defined within its lexical scope. Currently, only the PCRE flavour is supported.
Facility for creating read-only scalars, arrays, hashes This is a facility for creating non-modifiable variables. This is useful for configuration files, headers, etc. It can also be useful as a development and debugging tool, for catching updates to ...
Companion module for Readonly.pm, to speed up read-only scalar variables The Readonly module (q.v.) is an effective way to create non-modifiable variables. However, it's relatively slow. The reason it's slow is that is implements the read-only-ness of variables via tied ...
Support for reaping child processes via $SIG{CHLD} Support for reaping child processes via $SIG{CHLD}.
RefDB-perlmod module for perl Perlmod package for the MARC and Pubmed import filters.
Assemble multiple Regular Expressions into a single RE Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or RE) that will match all that each of the individual REs match. As a result, ...
Regexp::Bind - Bind variables to captured buffers This module is an extension to perl's native regexp function. It binds anonymous hashes or named variables to matched buffers. Both normal regexp syntax and embedded regexp syntax are supported. You ...
Regexp-Common module for perl Regexp-Common module for perl provides commonly requested regular expressions.
Regexp::Copy - copy Regexp objects Regexp::Copy allows you to copy the contents of one Regexp object to another.
Regexp::Extended - Perl wrapper that extends the re module with new features Rexexp::Extended is a simple wrapper arround the perl rexexp syntax. It uses the overload module to parse constant qr// expressions and substitute known operators with an equivalent perl re.
Regexp::Keep - filter to allow the "K" escape in regexes This allows you to use the "K" escape in your regexes, which fools the regex engine into thinking it has only just started matching your regex. This means you can turn the inefficient ...
Regexp-Optimizer module for perl Regexp-Optimizer module for perl optimizes regular expressions.
Regexp::Parser - base class for parsing regexes This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4's regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node ...
Shell-like regular expressions for perl This perl module allows you to use shell-like regular expressions, instead of using perl regular expressions.
DateTime helper functions and objects The Rose::DateTime::* modules provide a few convenience functions and objects for use with DateTime dates.
Object-oriented interfaces for HTML The Rose::HTML::Object::* family of classes represent HTML tags, or groups of tags. These objects allow HTML to be arbitrarily manipulated, then serialized to actual HTML (or XHTML). Currently, the ...
A simple object base class Rose::Object is a generic object base class. It provides very little functionality, but a healthy dose of convention.
An alternative to URI Rose::URI is a standalone URI class allowing easy and efficient manipulation of query parameters and other URI components.
A set of classes for core data, message and XML handling The RPC::XML package is a reference implementation of the XML-RPC standard. As a reference implementation, it is geared more towards clarity and readability than efficiency. The package provides a ...
RPC server as an Apache/mod_perl content handler RPC server as an Apache/mod_perl content handler.
Perl bindings for RPM The RPM Perl module provides an object-oriented interface to querying both the installed RPM database as well as files on the filesystem.
Perl bindings to use rpmlib and manage hdlist files This module provides a perl interface to the rpmlib. It allows to write scripts to: - query rpm headers, - query rpm database, - build rpm specs, - install/uninstall specfiles, - check dependencies. ...
RRD Tool Perl interface The RRD Tools Perl modules.
Perl module to access siemens cell phonebooks Perl module to access siemens cell phonebooks.
Calculate no-decompression dive times This module provides the ability to perform useful calculations using dive-tables, including calculating dive groups and maximum no-decompression times for repetitive dives. A selection of tables are ...
Wrapper around the cross platform Simple DirectMedia Layer game library SDL Perl is a wrapper around the cross platform Simple Direct Layer game library. Essentially it allows you to write cross platform games in Perl, using 2d (SDL), or 3d (OpenGL), or a combination of ...
Set of objects and strings in Perl This module implements a set of objects, that is, an unordered collection of objects without duplication.
Basic set operations Basic set operations.
Comments that do more than just sit there Smart comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions ...
Object Oriented Perl5 Interface to Network devices and MIBs through SNMP SNMP::Info gives an object oriented interface to information obtained through SNMP. This module lives at http://snmp-info.sourceforge.net Check for newest version and documentation. This module is ...
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 |