The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Data::Lazy"

Data::Lazy - "lazy" (defered/on-demand) variables River stage one • 3 direct dependents • 4 total dependents

A very little module for generic on-demand computation of values in a scalar, array or hash. It provides scalars that are "lazy", that is their value is computed only when accessed, and at most once. Scalars tie $variable_often_unnecessary, 'Data::La...

SAMV/Data-Lazy-0.6 - 05 Jan 2004 01:34:17 UTC

Class::Data::Lazy - Create class data with laziness. River stage zero No dependents

Class::Data::Lazy is lazy class data maker. I want to write lazy class accessor....

TOKUHIROM/Class-Data-Lazy-0.01 - 28 Oct 2013 23:04:31 UTC

Data::Dumper::Lazy - Easily dump variables with names No river data available

THIS MODULE IS UNDER CONSTRUCTION This module allow the user to dump variables in a Data::Dumper format. Unlike the default behavior of Data::Dumper, the variables are named (instead of $VAR1, $VAR2, etc.) Data::Dumper provides an extended interface ...

LANX/Data-Dumper-Lazy - 03 Nov 2014 23:42:45 UTC

Data::Enumerable::Lazy - Lazy generator + enumerable for Perl5. River stage zero No dependents

OLEGS/Data-Enumerable-Lazy-0.032 - 24 Apr 2018 05:33:05 UTC

CGI::Lazy::Session::Data River stage zero No dependents

CGI::Lazy::Session::Data is simply a data container for CGI::Lazy::Session. Its a separate object just so we can cleanly use an autoloader without running into namespace problems with the Session object. This way, you have the widest possible range o...

VAYDE/CGI-Lazy-1.10 - 19 Dec 2013 18:10:32 UTC

Data::LazyACL - Simple and Easy Access Control List River stage zero No dependents

I am tired of having multiple flags or columns or whatever to implement Access Control List , so I create this module. This module is simple and easy to use, a user only need to have a token to check having access or not....

TOMYHERO/Data-LazyACL-0.05 - 30 May 2007 15:05:25 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

Data::Stag - Structured Tags datastructures River stage one • 4 direct dependents • 8 total dependents

This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl. A simple example is shown b...

CMUNGALL/Data-Stag-0.14 - 18 Sep 2013 05:33:02 UTC

Data::Thunk - A sneakier Scalar::Defer ;-) River stage one • 1 direct dependent • 1 total dependent

This is an implementation of thunks a la Scalar::Defer, but uses Data::Swap and assignment to $_[0] in order to leave a minimal trace of the thunk. In the case that a reference is returned from "lazy { }" Data::Swap can replace the thunk ref with the...

FLORA/Data-Thunk-0.07 - 10 Sep 2010 09:29:15 UTC

Data::Morph - Morph data from one source to another River stage zero No dependents

Data::Morph is a module that provides a solution for translating data from one source to another via maps and backends. It is written such that data can be shifted both directions. The "SYNOPSIS" demonstrates a somewhat trivial example of using the D...

NPEREZ/Data-Morph-1.140400 - 09 Feb 2014 12:59:36 UTC

Data::Domain - Data description and validation River stage one • 4 direct dependents • 7 total dependents

A *data domain* is a description of a set of values, either scalar or structured (arrays or hashes, possibly nested). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields...

DAMI/Data-Domain-1.16 - 04 Mar 2024 21:37:50 UTC

Bitmask::Data - Handle unlimited length bitmasks in an easy and flexible way River stage zero No dependents

This package helps you dealing with bitmasks. First you need to subclass Bitmask::Data and set the bitmask values and length. (If you are only working with a single bitmask in a simple application you might also initialize the bitmask directly in the...

MAROS/Bitmask-Data-2.05 - 24 Sep 2017 10:24:58 UTC

Data::Overlay - merge/overlay data with composable changes River stage zero No dependents

Basic Idea The overlay functions can be used to apply a group of changes (also called an overlay) to a data structure, non-destructively, returning a shallow-ish copy with the changes applied. "Shallow-ish" meaning shallow copies at each level along ...

BOWMANBS/Data-Overlay-0.54 - 19 Mar 2012 07:00:28 UTC

Data::Grouper - Perl module to aggregate data for use with template modules. River stage zero No dependents

This is a helper object for the various templating modules that exist. A key feature of any templating system is the ability to deal with loops of data, for example rows in a table. Most systems will deal with nested looping. Data::Grouper takes the ...

FERRANCE/Data-Grouper-0.06 - 09 Dec 2002 19:20:29 UTC

Data::Template - Generate data structures from templates River stage zero No dependents

Templates usually convert text templates to text. This module goes further by converting data structure templates to data structures. Beyond that, nothing new. I am lazy and the Template Toolkit is here today - so I use it. The current implementation...

FERREIRA/Data-Template-0.02 - 08 Jan 2016 22:52:49 UTC

Data::Pensieve - Simple tool for interacting with revisioned data River stage one • 1 direct dependent • 1 total dependent

"I use the Pensieve. One simply siphons the excess thoughts from one's mind, pours them into the basin, and examines them at one's leisure. It becomes easier to spot patterns and links, you understand, when they are in this form." - Albus Dumbledore ...

AQUILINA/Data-Pensieve-0.03a - 20 Dec 2012 03:26:14 UTC

Data::Transform - base class for protocol abstractions River stage one • 3 direct dependents • 3 total dependents

POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...

MARTIJN/Data-Transform-0.06 - 22 Apr 2009 19:06:52 UTC

Data::ObjectStore - store and lazy load perl objects, hashes and arrays in a rooted tree on-disc. River stage zero No dependents

Data::ObjectStore preserves data structures on disc and provides them on an add needed basis. Large hashes and arrays are not loaded in memory all at once while still adhering to the normal perl hash and array API. The data structures can contain any...

CANID/Data-ObjectStore-2.13 - 03 Feb 2020 14:55:17 UTC

lib/Data/ParseBinary/Constructs.pm River stage one • 1 direct dependent • 1 total dependent

SEMUELF/Data-ParseBinary-0.31 - 09 Mar 2011 15:36:46 UTC

Data::TableReader - Extract records from "dirty" tabular data sources River stage one • 1 direct dependent • 1 total dependent

This module is designed to take "loose" or "dirty" tabular data sources (such as Excel, CSV, TSV, or HTML) which may have been edited by non-technical humans and extract the data into sanitized records, while also verifying that the data file contain...

NERDVANA/Data-TableReader-0.021 - 02 May 2024 20:46:29 UTC
39 results (0.037 seconds)