Hash::Merge::Simple will recursively merge two or more hashes and return the result as a new hash reference. The merge function will descend and merge hashes that exist under the same node in both the left and right hash, but doesn't attempt to combi...
ROKR/Hash-Merge-Simple-0.051 - 07 Dec 2010 20:22:10 UTCOften 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 UTCThis 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 UTCThis class provides several static methods to manipulate hashes. Some of this methods you can also find in different modules, but I wanted to provide a simplier way to import that methods to a class....
AHERNIT/Hash-Work-0.04 - 12 Jun 2016 18:21:03 UTC"Hash::Layout" provides deep hashes with a predefined number of levels which you can access using special "composite keys". These are essentially string paths that inflate into actual hash keys according to the defined levels and delimiter mappings, ...
VANSTYN/Hash-Layout-2.00 - 21 Nov 2020 14:38:05 UTCThis module implements simple hash to XML and XML to hash conversion written in C. During conversion uses minimum of memory, XML or hash is written directly without building DOM. Some features are optional and are available with appropriate libraries...
YOREEK/XML-Hash-XS-0.56 - 13 Feb 2021 23:10:17 UTCYAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...
TINITA/YAML-PP-0.026 - 10 Sep 2020 22:43:44 UTCThis module implements an ordered hash, meaning that it associates keys with values like a Perl hash, but keeps the keys in a consistent order. Because it is implemented as an object and manipulated with method calls, it is much slower than a Perl ha...
DAGOLDEN/Hash-Ordered-0.014 - 08 Jul 2019 13:25:02 UTCDBIx::Recordset is a perl module for abstraction and simplification of database access. The goal is to make standard database access (select/insert/update/delete) easier to handle and independend of the underlying DBMS. Special attention is made on w...
GRICHTER/DBIx-Recordset-0.26 - 04 Oct 2004 19:30:54 UTCThis module provides some syntactic sugar for merging simple hashes with a function....
RRWO/Hash-Util-Merge-v0.1.2 - 29 Jun 2020 22:30:09 UTC