Data-Flow module for perl Data-Flow module for perl.
Validates user input based on input profile Data::FormValidator's main aim is to make input validation expressible in a simple format. Data::FormValidator lets you define profiles which declare the required and optional fields and any ...
A Simple Hexadecial Dumper Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or ...
Perl module to handle data in a hierarchical structure Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like filesystem).
Native letter tree Perl binding This module provides perl binding over a native implementation of a letter tree, allowing to index any kind of perl scalar variable by a large set of string with a reduced memory footprint over ...
Data-Locations module for perl This module allows for "magic" insertion points in your data.
Help when paging through sets of results When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various ...
Data::Random - Perl module to generate random data A module used to generate random data. Useful mostly for test programs.
Data-Stag module for perl This module is for manipulating data as recursively nested tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the ...
Change nature of data within a structure "Data::Structure::Util" is a toolbox to manipulate the data inside a data structure. It can process an entire tree and perform the operation requested on each appropriate element. For example: It can ...
Data-Swap module for perl This module allows you to swap the contents of two referenced variables, even if they have different types.
An implementation of a letter trie This module implements a letter trie data structure. This is a linked set of nodes representing a set of words. Starting from the root, each letter of an included word is a daughter node of the trie. ...
Perl extension for generating Globally/Universally Unique Identifiers Perl extension for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs).
A visitor for Perl data structures This module is a simple visitor implementation for Perl values.
Gregorian calendar date calculations This library provides all sorts of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R ...
Parser for ~/.holiday-style files This is a module that parses .holiday-style files. These are files that define holidays in various parts of the world. The files are easy to write and easy for humans to read, but can be hard to ...
DateManip module for Perl 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 ...
A date and time object in Perl DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation ...
Dates in the pataphysical calendar DateTime::Calendar::Pataphysical is the implementation of the pataphysical calendar. Each year in this calendar contains 13 months of 29 days. This regularity makes this a convenient alternative for ...
Format and parse DateTime::Durations This module formats and parses DateTime::Duration objects as well as other durations representations.
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 ...
Localization support for DateTime The DateTime::Locale perl module is primarily a factory for the various locale subclasses used by DateTime. It also provides some functions for getting information on available locales. If you want ...
Time zone object base class and factory This perl module defines the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. ...
Perl module to access CSV files through DBI DBD::CSV is a Perl module that provides yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver ...
PostgreSQL database driver for the DBI module PostgreSQL database driver for the DBI module.
PL/Perl PostgreSQL database driver for the DBI module DBD::PgSPI is a Perl module which works with the DBI module to provide access to PostgreSQL database from within pl/perl functions inside the database. If you are looking for a way to access ...
Self Contained RDBMS in a DBI Driver SQLite is a small fast embedded SQL database engine. DBD::SQLite embeds that database engine into a DBD driver, so if you want a relational database for your project, but don't want to install a ...
Self Contained RDBMS in a DBI Driver (sqlite 2.x) SQLite is a small fast embedded SQL database engine. DBD::SQLite embeds that database engine into a DBD driver, so if you want a relational database for your project, but don't want to install a ...
Module for dealing with XBase files Package DBD::XBase contains module XBase that can read and write dbf and dbt/fpt files, as well as a DBI driver DBD::XBase, that allows work with these files using SQL commands.
The Perl Database Interface The Perl Database Interface (DBI) is a database access Application Programming Interface (API) for the Perl Language. The Perl DBI API specification defines a set of functions, variables and ...
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 |