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

Search results for "module:Data::Alias"

Data::Alias - Comprehensive set of aliasing operations River stage two • 14 direct dependents • 15 total dependents

Aliasing is the phenomenon where two different expressions actually refer to the same thing. Modifying one will modify the other, and if you take a reference to both, the two values are the same. Aliasing occurs in Perl for example in for-loops and s...

XMATH/Data-Alias-1.28 - 21 Dec 2022 16:45:45 UTC

Data::Bind - Bind and alias variables River stage one • 3 direct dependents • 3 total dependents

This module implements the semantics for perl6-style variable binding, as well as subroutine call argument passing and binding, in Perl 5....

CLKAO/Data-Bind-0.30 - 18 May 2008 02:03:06 UTC

Data::Reuse - share constant values with Data::Alias River stage zero No dependents

By default, Perl doesn't share literal ( 0, 'foo' , "bar" ) values. That's because once a literal value is stored in variable (a container), the contents of that container can be changed. Even if such a container is marked "read-only" (e.g. with a mo...

LNATION/Data-Reuse-0.11 - 09 Nov 2019 15:28:12 UTC

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC

Data::Dict - Hash-based dictionary object River stage zero No dependents

Data::Dict is a hash-based container for dictionaries, with heavy inspiration from Mojo::Collection. Unless otherwise noted, all methods iterate through keys and values in default keys order, which is random but consistent until the hash is modified....

DBOOK/Data-Dict-0.003 - 19 Nov 2018 04:12:12 UTC

Mock::Data - Extensible toolkit for generating mock data River stage zero No dependents

This module is a generator of mock data. It takes good ideas seen in Data::Faker, Mock::Populate, and other similar modules, and combines them into a cohesive extensible design. Each mock data generator is called as a method on an instance of "Mock::...

NERDVANA/Mock-Data-0.03 - 25 Sep 2021 18:50:13 UTC

Data::DRef - Delimited-key access to complex data structures River stage zero No dependents

Data::DRef provides a streamlined interface for accessing values within nested Perl data structures. These structures are generally networks of hashes and arrays, some of which may be blessed into various classes, containing a mix of simple scalar va...

EVO/Data-DRef-1999.0206 - 07 Feb 1999 05:39:40 UTC

Data::Type - robust and extensible data- and valuetype system River stage zero No dependents

A lot of CPAN modules have a common purpose: reporting if data has some "characteristics". Email::Valid is an illustrous example: reporting if a string has characteristics of an email address. The "address()" method reports this via returning 'yes' o...

MUENALAN/Data-Type-0.02.02 - 31 Dec 2009 13:48:47 UTC

Data::Pwgen - simple password generation and assessment River stage one • 1 direct dependent • 1 total dependent

This is a simple module that implements generation and assesment of secure passwords....

TEX/Data-Pwgen-0.14 - 26 Nov 2012 17:54:58 UTC

Data::Hopen - A dataflow library with first-class edges River stage one • 1 direct dependent • 1 total dependent

CXW/Data-Hopen-0.000019 - 27 Dec 2020 02:08:01 UTC

Data::Money - Money/currency with formatting and overloading. River stage one • 1 direct dependent • 2 total dependents

The "Data::Money" module provides basic currency formatting and number handling via Math::BigFloat: my $currency = Data::Money->new(value => 1.23); Each "Data::Money" object will stringify to the original value except in string context, where it stri...

MANWAR/Data-Money-0.20 - 04 Jul 2022 19:31:35 UTC

Data::Focus - generic getter/setter/traverser for complex data structures River stage zero No dependents

tl;dr: This is a port of Haskell's lens-family-core <http://hackage.haskell.org/package/lens-family-core> package. Data::Focus provides a way to access data elements in a deep, complex and nested data structure. So it's just a complicated version of ...

TOSHIOITO/Data-Focus-0.03 - 20 Apr 2015 12:18:23 UTC

Data::Vitals - The Perl "Vital Statistics" Library River stage zero No dependents

The world of clothing and fashion works to an annoyingly anacronistic and complicated set of measurements. The Perl "Vital Statistics" Library is an attempt to create a comprehensive set of classes, object and algorithms for working with human-descri...

ADAMK/Data-Vitals-1.06 - 03 Jul 2008 20:01:08 UTC

Data::Object River stage zero No dependents

This package aims to provide a modern Perl development framework and foundational set of types, functions, classes, patterns, and interfaces for jump-starting application development. This package inherits all behavior from Data::Object::Config, and ...

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

Mac::PropertyList::SAX - work with Mac plists at a low level, fast River stage one • 2 direct dependents • 2 total dependents

Mac::PropertyList is useful, but very slow on large files because it does XML parsing itself, intead of handing it off to a dedicated parser. This module uses XML::SAX::ParserFactory to select a parser capable of doing the heavy lifting, reducing par...

KULP/Mac-PropertyList-SAX-1.001 - 10 Aug 2022 22:15:54 UTC

Data::DumpXML - Dump arbitrary data structures as XML River stage one • 4 direct dependents • 6 total dependents

This module provides a single function called dump_xml() that takes a list of Perl values as its argument and produces a string as its result. The string returned is an XML document that represents any Perl data structures passed to the function. Ref...

GAAS/Data-DumpXML-1.06 - 18 Dec 2003 09:19:15 UTC

Data::Printer - colored & full-featured pretty print of Perl data structures and objects River stage three • 167 direct dependents • 251 total dependents

The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...

GARU/Data-Printer-1.002001 - 22 Jan 2024 03:32:20 UTC

Data::Consumer - Repeatedly consume a data resource in a robust way River stage zero No dependents

It is a common requirement to need to process a feed of items of some sort in a robust manner. Such a feed might be records that are inserted into a table, or files dropped in a delivery directory. Writing a script that handles all the edge cases, li...

YVES/Data-Consumer-0.17 - 01 Nov 2017 19:58:13 UTC

Data::Grid::Row - Row implementation for Data::Grid::Table River stage zero No dependents

DORIAN/Data-Grid-0.07 - 29 Jan 2020 20:59:54 UTC

Data::TxnBuffer - binary read/write buffer supporting transaction read River stage zero No dependents

Data::TxnBuffer provides some binary buffering functions, such as basic read/write function for buffer, more convenience r/w methods (read_u32/write_u32, etc), and transaction read method....

TYPESTER/Data-TxnBuffer-0.05 - 27 Jan 2011 00:35:58 UTC
93 results (0.041 seconds)