Take our Quick Survey and enter a drawing for a chance to win a $100 VISA Gift Card.
Linux PCI development library This package contains a library for inspecting and setting devices connected to the PCI bus.
PC/SC Lite development files PC/SC Lite development files.
Perl module for reading configuration files AppConfig has a powerful but easy to use module for parsing configuration files. It also has a simple and efficient module for parsing command line arguments. For fully-featured command line parsing, ...
Generic archive extracting mechanism Archive::Extract is a generic archive extraction mechanism.
A module for Perl manipulation of .tar files Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling while also allowing for the creation of tar file objects for ...
Perl library for accessing Zip archives The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. Zip archives can be created, or you can read from existing zip files. Once created, they can be ...
BSD process resource limit and priority functions A module providing an interface for testing and setting process limits and priorities.
Generic cache interface and implementations The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and ...
Class::Container Perl module This class facilitates building frameworks of several classes that inter-operate. It was first designed and built for "HTML::Mason", in which the Compiler, Lexer, Interpreter, Resolver, Component, ...
Inheritable, overridable class data Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then ...
Implementation of a "Singleton" class This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This ...
Low-Level Interface to the zlib compression library This module provides a Perl interface to the zlib compression library. It is used by IO::Compress::Zlib.
A module providing Perl interfaces to the zlib compression library The Compress::Zlib module provides a Perl interface to the zlib compression library. Most of the functionality provided by zlib is available in Compress::Zlib. The module can be split into two ...
ASN.1 Encode/Decode library Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.
A Perl module containing a wide variety of date manipulation routines This is a set of routines designed to make any common date/time manipulation easy to do. Operations such as comparing two times, calculating a time a given amount of time from another, or parsing ...
Date and time objects DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. For details on this project please see http://datetime.perl.org/. The DateTime site has ...
Convert between DateTime and RFC2822/822 formats RFCs 2822 and 822 specify date formats to be used by email. This module parses and emits such dates. RFC2822 (April 2001) introduces a slightly different format of date than that used by RFC822 ...
Parse and format W3CDTF datetime strings This module understands the W3CDTF date/time format, an ISO 8601 profile, defined at http://www.w3.org/TR/NOTE-datetime. This format as the native date format of RSS 1.0.
A MySQL interface for perl An implementation of DBI for MySQL for Perl.
A PostgreSQL interface for perl An implementation of DBI for PostgreSQL for Perl.
A database access API for perl DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API Specification defines a set of functions, variables and conventions that provide a consistent ...
Perl module implementing stack trace and stack trace frame objects The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTraceFrame. The goal of this object is to encapsulate the information that can found through using the caller() ...
Digest-HMAC Perl module HMAC is used for message integrity checks between two parties that share a secret key, and works in combination with some other Digest algorithm, usually MD5 or SHA-1. The HMAC mechanism is described ...
Digest-SHA1 Perl module The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a ...
Error/exception handling in an OO-ish way The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for ...
Exception::Class Perl module This module allows you to declare hierarchies of exception classes for use in your code. It also provides a simple exception class that it uses as the default base class for all other exceptions.
Module and a script for converting Perl XS code into C code ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions.
A Perl module emulating the file(1) command This module attempts to guess file type from its contents like file(1) command.
A perl implementation of an Rsync client File::RsyncP is a perl implementation of an Rsync client. It is compatible with Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files, either by running rsync on the remote ...
Interface to gettext family of functions The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.
Page : 1 2 3 4 5 6 7 8 9 10 11 |