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

Search results for "DATA"

Data::Object::Data River stage one • 2 direct dependents • 3 total dependents

This package provides methods for parsing and extracting pod-like sections from any file or package. The pod-like syntax allows for using these sections anywhere in the source code and having Perl properly ignoring them....

AWNCORP/Data-Object-Data-2.03 - 31 May 2020 15:44:51 UTC - Search in distribution

Data::Object::Data River stage zero No dependents

This package provides methods for parsing and extracting pod-like data sections from any file or package. The pod-like syntax allows for using these sections anywhere in the source code and Perl properly ignoring them....

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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

JDUNCAN/EO-0.96 - 18 Jan 2005 21:20:18 UTC - Search in distribution
  • EO - A generic base class

BIE::Data::HDF5::Data - Perl extension for blah with datasets in HDF5. River stage zero No dependents

BIE::Data::HDF5::Data is an interface to operate datasets in HDF5 format. ATTRIBUTES AND METHODS * "name": Dataset name. * "id": Dataset id. * "code": Data type code. * "read": Read data value....

XINZHENG/BIE-Data-HDF5-Data-0.01 - 08 Jan 2013 21:58:21 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Data::COW - clone deep data structures copy-on-write River stage one • 1 direct dependent • 1 total dependent

Data::COW makes copies of data structures copy-on-write, or "lazily". So if you have a data structure that takes up ten megs of memory, it doesn't take ten megs to copy it. Even if you change part of it, Data::COW only copies the parts that need to b...

LPALMER/Data-COW-0.02 - 13 Mar 2005 17:29:56 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Data::DFA - Deterministic finite state parser from regular expression. River stage one • 1 direct dependent • 1 total dependent

Deterministic finite state parser from regular expression. Version 20201030. 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-DFA-20201031 - 01 Nov 2020 01:21:16 UTC - Search in distribution

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 - Search in distribution

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

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

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
17,049 results (0.545 seconds)