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

Search results for "module:Hash::Element"

Kx - Perl extension for Kdb+ http://kx.com River stage zero No dependents

Alpha code. Create a wrapper around Kdb+ and Q in Perl using the C interface to Kdb+...

SLOYD/Kx-0.044 - 04 Feb 2023 14:16:58 UTC

Geo::Hash - Encode / decode geohash.org locations. River stage one • 1 direct dependent • 2 total dependents

Geohash is a latitude/longitude geocode system invented by Gustavo Niemeyer when writing the web service at geohash.org, and put into the public domain. This module encodes and decodes geohash locations. See <http://en.wikipedia.org/wiki/Geohash> and...

ANDYA/Geo-Hash-0.02 - 29 Feb 2008 14:42:43 UTC

Set::Hash - Hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. River stage zero No dependents

Set::Hash allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corre...

DJBERG/Set-Hash-0.01 - 16 Dec 2002 05:09:00 UTC

Hash::Wrap - create on-the-fly objects from hashes River stage one • 4 direct dependents • 4 total dependents

Hash::Wrap creates objects from hashes, providing accessors for hash elements. The objects are hashes, and may be modified using the standard Perl hash operations and the object's accessors will behave accordingly. Why use this class? Sometimes a has...

DJERIUS/Hash-Wrap-1.01 - 01 Mar 2024 15:49:35 UTC

Hash::Util - A selection of general-utility hash subroutines River stage five • 11292 direct dependents • 32664 total dependents

"Hash::Util" and "Hash::Util::FieldHash" contain special functions for manipulating hashes that don't really warrant a keyword. "Hash::Util" contains a set of functions that support restricted hashes. These are described in this document. "Hash::Util...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Hash::Util - A selection of general-utility hash subroutines River stage five • 11292 direct dependents • 32664 total dependents

"Hash::Util" and "Hash::Util::FieldHash" contain special functions for manipulating hashes that don't really warrant a keyword. "Hash::Util" contains a set of functions that support restricted hashes. These are described in this document. "Hash::Util...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Hash::Type - restricted, ordered hashes as arrays tied to a "type" (shared list of keys) River stage one • 1 direct dependent • 2 total dependents

An instance of "Hash::Type" encapsulates a collection of field names, and is used to generate tied hashes, implemented internally as arrayrefs, and sharing the common list of fields. The original motivation for this design was to spare memory, since ...

DAMI/Hash-Type-2.00 - 06 May 2016 20:06:20 UTC

Quiq::Hash - Zugriffssicherer Hash mit automatisch generierten Attributmethoden River stage zero No dependents

Ein Objekt dieser Klasse repräsentiert einen *zugriffssicheren* Hash, d.h. einen Hash, dessen Schlüsselvorrat bei der Instantiierung festgelegt wird. Ein lesender oder schreibender Zugriff mit einem Schlüssel, der nicht zum Schlüsselvorrat gehört, is...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

Pogo - Perl GOODS interface River stage zero No dependents

Overview Pogo is a Perl interface of GOODS (Generic Object Oriented Database System). Pogo maps Perl's scalars, arrays, hashes and objects directly to the database objects. Pogo has the data types as follows. - scalar - array - hash - B-tree - H-tree...

SEYN/Pogo-0.10 - 12 Feb 2004 11:46:18 UTC

Hash::Slice - Make a hash from a deep slice of another hash River stage one • 3 direct dependents • 3 total dependents

Hash::Slice lets you easily make a deep slice of a hash, specifically a hash containing one or more nested hashes. Instead of just taking a slice of the first level of a hash in an all-or-nothing manner, you can use slice to take a slice of the first...

RKRIMEN/Hash-Slice-0.03 - 16 Aug 2008 03:05:26 UTC

Venus::Hash - Hash Class River stage two • 3 direct dependents • 56 total dependents

This package provides methods for manipulating hash data....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC

Hash::Squash - Remove numbered keys from a nested hash/array River stage zero No dependents

This package provides squash and unnumber subroutines to simplify hash/array structures....

SKJM/Hash-Squash-v0.0.4 - 26 Aug 2014 18:25:37 UTC

Hash::Filler - Programatically fill elements of a hash based in prerequisites River stage zero No dependents

"Hash::Filler" provides an interface so that hash elements can be calculated depending in the existence of other hash elements, using user-supplied code references. One of the first uses of this module was inside a server. In this server, the respons...

LUISMUNOZ/Hash-Filler-1.40 - 05 Sep 2000 02:08:52 UTC

Hash::Subset - Produce subset of a hash River stage two • 18 direct dependents • 82 total dependents

Keywords: hash arguments, hash picking, hash grep, hash filtering, hash merging...

PERLANCAR/Hash-Subset-0.007 - 14 Oct 2022 00:06:08 UTC

Data::Match - Complex data structure pattern matching River stage one • 1 direct dependent • 2 total dependents

Data::Match provides extensible complex Perl data structure searching and matching....

KSTEPHENS/Data-Match-0.06 - 18 Dec 2002 09:20:36 UTC

Rubyish::Hash - Hash (class) River stage one • 1 direct dependent • 1 total dependent

GUGOD/Rubyish-0.32 - 25 Jul 2009 00:43:32 UTC

Hash::DotPath - Class for manipulating hashes via dot path notation. River stage one • 1 direct dependent • 1 total dependent

GRAVATTJ/Hash-DotPath-0.004 - 03 Nov 2020 18:37:22 UTC

Devel::MAT::SV - represent a single SV from a heap dump River stage one • 3 direct dependents • 3 total dependents

Objects in this class represent individual SV variables found in the arena during a heap dump. Actual types of SV are represented by subclasses, which are documented below....

PEVANS/Devel-MAT-0.53 - 07 Mar 2024 17:57:32 UTC

Tie::Watch - place watchpoints on Perl variables. River stage zero No dependents

This class module binds one or more subroutines of your devising to a Perl variable. All variables can have FETCH, STORE and DESTROY callbacks. Additionally, arrays can define CLEAR, DELETE, EXISTS, EXTEND, FETCHSIZE, POP, PUSH, SHIFT, SPLICE, STORES...

LUSOL/Tie-Watch-1.2 - 20 May 2005 16:34:43 UTC

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC
69 results (0.037 seconds)