The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Data"

Data::Rx - perl implementation of Rx schema system River stage two • 9 direct dependents • 11 total dependents

RJBS/Data-Rx-0.200008 - 19 Jan 2023 03:04:32 UTC

EO::Data - holds data River stage one • 1 direct dependent • 1 total dependent

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC

Data::Dx - Dump data structures with name and point-of-origin River stage one • 1 direct dependent • 1 total dependent

This module provides a simple wrapper around the Data::Dump module. The "Dx" keyword data-dumps its arguments, prefaced by a comment line that reports the location from which "Dx" was invoked. For example, the code in the SYNOPSIS would produce somet...

DCONWAY/Data-Dx-0.000010 - 09 Feb 2020 22:40:02 UTC

Data::AMF - serialize / deserialize AMF data River stage one • 2 direct dependents • 2 total dependents

This module is (de)serializer for Adobe's AMF (Action Message Format). Data::AMF is core module and it recognize only AMF data, not AMF packet. If you want to read/write AMF Packet, see Data::AMF::Packet instead....

TYPESTER/Data-AMF-0.09 - 31 Aug 2010 06:38:18 UTC

Data::All - Access to data in many formats source many places River stage zero No dependents

Data::All is based on a few abstracted concepts. The line is a record and a group of records is a collection. This allows a common record storing concept to be used across any number of data sources (delimited file, XML over a socket, a database tabl...

DELANO/Data-All-0.042 - 29 Dec 2008 20:21:30 UTC

Data::Dmp - Dump Perl data structures as Perl code River stage three • 90 direct dependents • 920 total dependents

Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 200 lines of code long), starts fast and does not use any non-core modules except Regexp::Stringify when dumping regexes. It produces compact single-line output (similar to Data::...

PERLANCAR/Data-Dmp-0.242 - 28 Aug 2022 13:59:36 UTC

Data::ACL - Perl extension for simple ACL lists River stage zero No dependents

This module implements a series of allowed and denied access control lists for permissive controls. The Set::NestedGroups module is used to define users and nested permissive groups....

ROBAU/Data-ACL-0.02 - 18 Jan 2003 13:04:31 UTC

Data::NFA - Non deterministic finite state machine from regular expression. River stage one • 1 direct dependent • 1 total dependent

Non deterministic finite state machine from regular expression. Version 20200621. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-NFA-20201031 - 31 Oct 2020 23:21:59 UTC

Data::ESN - Manipulate mobile ESN values River stage zero No dependents

AWOHLD/Data-ESN-0.04 - 16 Jul 2015 14:39:40 UTC

Data::Cmp - Compare two data structures, return -1/0/1 like cmp River stage three • 16 direct dependents • 617 total dependents

This relatively lightweight (no non-core dependencies, under 100 lines of code) module offers the "cmp_data" function that, like Perl's "cmp", returns -1/0/1 value. "cmp_data" differs from "cmp" in that it can compare two data of different types and ...

PERLANCAR/Data-Cmp-0.010 - 07 Sep 2021 00:06:18 UTC

PDF::Data - Manipulate PDF files and objects as data structures River stage zero No dependents

This module can read and write PDF files, and represents PDF objects as data structures that can be readily manipulated....

DEVEN/PDF-Data-v1.0.1 - 02 Jul 2022 21:16:04 UTC

Data::Lua - Parse variables out of Lua code. River stage zero No dependents

This module essentially evals Lua code and returns a hash reference. The returned hash reference contains all of the top-level variables, i.e. global variables assigned outside of any functions. It currently relies on Inline::Lua to do the actual cod...

MFOWLER/Data-Lua-0.02 - 19 Jul 2009 15:08:47 UTC

Data::DEC - Perl extension for parsing and validation of DEC and DECS formatted data River stage zero No dependents

Data::DEC is a module that can parse DEC formatted data and validate it against a given DECS document to validate its structure. The DEC format is specified at http://www.tkirchner.com/d/dec/DEC-1.0.html EXPORT None by default....

KITOMER/Data-DEC-0.03 - 11 Nov 2012 16:45:16 UTC

Data::Fax - Perl extension for setting up DataFAX object. River stage zero No dependents

Data::Fax class is intended to be used as parent class for all the sub-sequent classes with Data::Fax name space. Overview *Data::Fax* is a class for setting up DataFAX and study specific environment and parameters. Constructor and initialization The...

GEOTIGER/Data-Fax-0.02 - 18 Mar 2005 19:09:37 UTC

Data::HAL - Hypertext Application Language resource River stage zero No dependents

HAL is a format you can use in your hypermedia API. Introduction This section is completely quoted from the specification: There is an emergence of non-HTML HTTP applications ("Web APIs") which use hyperlinks to direct clients around their resources....

DAXIM/Data-HAL-1.001 - 21 Nov 2019 10:14:55 UTC

Data::Sah - Fast and featureful data structure validation River stage three • 359 direct dependents • 603 total dependents

This distribution, "Data-Sah", implements compilers for producing Perl and JavaScript validators, as well as translatable human description text from Sah schemas. Compiler approach is used instead of interpreter for faster speed. The generated valida...

PERLANCAR/Data-Sah-0.917 - 16 Feb 2024 10:01:15 UTC

URI::data - URI that contains immediate data River stage five • 1893 direct dependents • 10024 total dependents

The "URI::data" class supports "URI" objects belonging to the *data* URI scheme. The *data* URI scheme is specified in RFC 2397. It allows inclusion of small data items as "immediate" data, as if it had been included externally. Examples: data:,Perl%...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 UTC

Data::Tab - Iterators as tabular data structures River stage zero No dependents

MICHAEL/Data-Tab-0.02 - 13 Sep 2014 10:58:11 UTC

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC

Data::Scan - Stackfree arbitrary data scanner River stage one • 1 direct dependent • 1 total dependent

Data::Scan is a stackfree scanner of arbitrary data. It has no other intelligence but scanning its arguments and asking for a consumer to deal with every item....

JDDPAUSE/Data-Scan-0.009 - 09 Jan 2023 06:21:10 UTC
4,798 results (0.062 seconds)