"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...
XSAWYERX/perl-5.30.0 - 22 May 2019 09:35:50 GMT"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...
SHAY/perl-5.30.1 - 10 Nov 2019 14:14:00 GMTHash::Util::Pick is the non-destructive utilities for picking hash...
PINE/Hash-Util-Pick-0.13 - 27 May 2019 13:32:23 GMTA word on terminology: I shall use the term *field* for a scalar piece of data that a class associates with an object. Other terms that have been used for this concept are "object variable", "(object) property", "(object) attribute" and more. Especia...
SHAY/perl-5.30.1 - 10 Nov 2019 14:14:00 GMTA word on terminology: I shall use the term *field* for a scalar piece of data that a class associates with an object. Other terms that have been used for this concept are "object variable", "(object) property", "(object) attribute" and more. Especia...
XSAWYERX/perl-5.30.0 - 22 May 2019 09:35:50 GMTThis is a copy of Hash::Merge at version 2.00. See https://metacpan.org/pod/release/REHSACK/Hash-Merge-0.200/lib/Hash/Merge .pm Please don't use this as it may be removed at any time....
VANSTYN/RapidApp-1.3201 - 25 Nov 2019 09:22:15 GMTUnder older perls this module provides a drop-in compatible API to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available it will use that instead. This way code requiring field hashes can benefit from fast, robust field hashes ...
ETHER/Hash-Util-FieldHash-Compat-0.11 - 13 Jun 2016 21:59:38 GMTEfficiently access hash values using pop, shift or array index. "$hash->[$idx]" works much faster, than standard "( values $hash->%* )[$idx]"....
ZDM/Pcore-v0.107.0 - 06 Dec 2019 10:45:25 GMTSee Hash::Util::FieldHash::Compat for the documentation....
ETHER/Hash-Util-FieldHash-Compat-0.11 - 13 Jun 2016 21:59:38 GMTSimilar to List::MoreUtils, "Hash::MoreUtils" contains trivial but commonly-used functionality for hashes. The primary focus for the moment is providing a common API - speeding up by XS is far away at the moment....
REHSACK/Hash-MoreUtils-0.06 - 08 Jun 2018 13:35:03 GMTOften in code we find lots of copy/paste code during prepare a hash or hash reference. That data we got from other structures, objects or constants. * We map hashes that not match exactly to the expected API. * Or the method names, we call, matching ...
STEFFENW/Hash-Map-0.016 - 26 Jun 2016 16:39:22 GMTEin 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.166 - 29 Nov 2019 14:25:54 GMTGet the keys to a hashref sorted by their values....
BRAINBUZ/Sort-Hash-2.05 - 28 Jul 2014 16:44:56 GMTThis module provides functional and OO interfaces which can be used to flatten, unflatten and merge nested hashrefs. Unless noted, the functions listed below are also available as methods. Options provided to the Hash::Fold constructor can be supplie...
CHOCOLATE/Hash-Fold-v1.0.0 - 11 Mar 2019 18:44:20 GMTAn 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 GMTThis HASH will store it's values without increase the reference count. This can be used to store objects but without interfere in the DESTROY mechanism, since the reference in this HASH won't count....
GMPASSOS/Hash-NoRef-0.03 - 10 May 2004 01:55:45 GMT