Search results for "module:Tie::IxHash"
Tie::IxHash - ordered associative arrays for Perl
This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary suppl...
CHORNY/Tie-IxHash-1.23 - 24 Feb 2013 11:37:35 UTC
Tie::IxHash::Easy - Auto-tie()s internal hashes in a tied hash
This module automatically ties any hash reference in the tied hash to the same class, making all of them behave like Tie::IxHash hashes....
PINYAN/Tie-IxHash-Easy-0.01 - 12 May 2004 18:02:26 UTC
Tie::IxHash::FixedSize - Tie::IxHash with a fixed maximum size
Hashes tied with Tie::IxHash::FixedSize behave exactly like normal Tie::IxHash hashes, except the maximum number of keys that can be held by the hash is limited by a specified "size". Once the number of keys in the hash exceeds this size, the oldest ...
MSCHOUT/Tie-IxHash-FixedSize-1.02 - 03 Jun 2018 20:28:50 UTC
YAML::PP::Schema::Tie::IxHash - (Deprecated) Schema for serializing ordered hashes
This is deprecated. See the new option "preserve" in YAML::PP. This schema allows you to dump ordered hashes which are tied to Tie::IxHash. This code is pretty new and experimental. It is not yet implemented for loading yet, so for now you have to ti...
TINITA/YAML-PP-v0.37.0 - 09 Nov 2023 15:51:05 UTC
Tie::Autotie - Automatically ties underlying references
This module allows you to automatically tie data structures contained in a tied data structure. As an example: use Tie::Autotie 'Tie::IxHash'; tie my(%hash), 'Tie::IxHash'; $hash{jeff}{age} = 22; $hash{jeff}{lang} = 'Perl'; $hash{jeff}{brothers} = 3;...
PINYAN/Tie-Autotie-0.03 - 25 May 2006 16:34:01 UTC
Tie::LLHash - Ordered hashes
This class implements an ordered hash-like object. It's a cross between a Perl hash and a linked list. Use it whenever you want the speed and structure of a Perl hash, but the orderedness of a list. See also Tie::IxHash by Gurusamy Sarathy. It's simi...
XAERXESS/Tie-LLHash-1.004 - 03 Oct 2014 07:41:27 UTC
Tie::CPHash - Case preserving but case insensitive hash table
The Tie::CPHash module provides a hash table that is case preserving but case insensitive. This means that $cphash{KEY} $cphash{key} $cphash{Key} $cphash{keY} all refer to the same entry. Also, the hash remembers which form of the key was last used t...
CJM/Tie-CPHash-2.000 - 17 Jan 2015 16:57:21 UTC
Tie::DxHash - keeps insertion order; allows duplicate keys
This module was written to allow the use of rewrite rules in Apache configuration files written with Perl Sections. However, a potential user has stated that he needs it to support the use of multiple ScriptAlias directives within a single Virtual Ho...
KRUSCOE/Tie-DxHash-1.05 - 25 Feb 2009 23:55:34 UTC
Tie::TimeSeries - Convenient hash tyng for time series data.
When using time series data like throughput, statistics or so, this module is convenient that key will be sorted automatically. And this also is able to provide instance for OO using....
TONODERA/Tie-TimeSeries-0.01 - 19 Mar 2013 04:42:11 UTC
Tie::Persistent - persistent data structures via tie made easy
The Tie::Persistent package makes working with persistent data real easy by using the "tie" interface. It works by storing data contained in a variable into a file (not unlike a database). The primary advantage is speed, as the whole datastructure is...
RGIERSIG/Tie-Persistent-1.00 - 06 May 2002 10:29:15 UTC
Tie::Hash::Sorted - Presents hashes in sorted order
This module presents hashes in sorted order....
JGATCOMB/Tie-Hash-Sorted-0.10 - 11 Sep 2003 20:42:11 UTC
Tie::Hash::Indexed - Ordered hashes for Perl
Tie::Hash::Indexed is intentionally very similar to other ordered hash modules, most prominently Hash::Ordered. However, Tie::Hash::Indexed is written completely in XS and is, often significantly, faster than other modules. For a lot of operations, i...
MHX/Tie-Hash-Indexed-0.08 - 20 Nov 2020 22:43:17 UTC
Tie::StoredOrderHash - ordered associative arrays for Perl
Tie::StoredOrderHash is a(nother) implementation of a Perl hash that preserves the order in which elements are stored. While uncooked Perl hashes make no guarantees about the order in which elements are iterated, T::SOH objects iterate over elements ...
TFM/Tie-StoredOrderHash-0.22 - 16 Aug 2010 03:35:30 UTC
Tie::Hash::Attribute - Just another HTML attribute generator.
This module will translate nested hash keys and values into HTML tag attributes that can have ther values automatically rotated. Hash values can be scalars, arrays, hashes or hashes of hashes. To emit values as an HTML attribute string, fetch the key...
JEFFA/Tie-Hash-Attribute-1.04 - 04 Jan 2017 19:45:39 UTC