Search results for "module:Tie::IxHash"

Tie::IxHash - ordered associative arrays for Perl River stage four • 152 direct dependents • 1972 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage three • 37 direct dependents • 167 total dependents

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.38.0 - 29 Jan 2024 23:29:38 UTC

Tie::Autotie - Automatically ties underlying references River stage one • 2 direct dependents • 3 total dependents

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 River stage one • 3 direct dependents • 6 total dependents

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 River stage one • 2 direct dependents • 2 total dependents

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 River stage zero No dependents

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. River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 13 direct dependents • 34 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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. River stage one • 1 direct dependent • 4 total dependents

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.06 - 27 Jan 2024 19:24:40 UTC
14 results (0.04 seconds)