This module presents hashes in sorted order....
JGATCOMB/Tie-Hash-Sorted-0.10 - 11 Sep 2003 20:42:11 UTCOf course you can get the "top 100" entries of any perl hash: @top_keys = (sort my_sort_func keys %my_hash)[0..99]; But if your hash has more than a few thousand entries, that sort operation may take several seconds. And if you have tens of thousands...
JAMCC/Tie-CacheHash-0.50 - 10 Mar 2000 22:52:46 UTCThis module is a designed to be a light weight hash sorting mechanism. It is often frustrating to have a hash return elements in a random order, such as when using the "keys()", "values()" and "each()" functions, or simply when iterating over them....
CTWETEN/Tie-SortHash-1.01 - 25 Aug 2000 13:41:46 UTCHashes tied to this class will interally be stored as an array alternately containing keys and values, with its keys sorted in standard string comparison order, that is, as "cmp" does. While the main purpose of this module is serving as a base class ...
FANY/Tie-Hash-Array-0.1 - 01 Jan 2008 15:28:34 UTCThis module ties a hash to a directory in the filesystem. If no directory is specified in the $dir parameter, then "." (the current directory) is assumed. The $flag parameter defaults to the "Create" flag. The following (case-insensitive) access flag...
DEVEN/Tie-FS-0.1.0 - 28 Jun 2011 06:45:33 UTCStores data for a SPOPS object, and also some accompanying materials such as whether the object has been changed and any temporary variables. Checking Changed State You can check whether the data have changed since the last fetch by either calling th...
CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTCTies a hash to a local dictionary file (typically "/usr/dict/words" or "/usr/share/dict/words") to allow easy dictionary lookup, insertion and deletion. Lookup operations are cached for performance, and any insertions/deletions are only written to th...
ANUNES/Tie-DictFile-0.03 - 27 Jun 2003 17:40:04 UTCEXPORT No exports....
BHOLZMAN/Tie-Judy-0.05 - 06 Mar 2009 21:09:32 UTCWhen 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 UTCSeveral XS classes and methods to deal with typed, space-efficient C arrays are provided. Range checked and tieable. There are hand-optimized, fast XS versions for the three basic C-types array of *INT*, *DOUBLE* and *STRING* and some sequential aggr...
RURBAN/Tie-CArray-0.15 - 22 Feb 2010 22:41:10 UTCQDBM_File is a module which allows Perl programs to make use of the facilities provided by the qdbm library. If you use this module, you should read the qdbm manual pages. Quick Database Manager is a high performance dbm library maintained by Mikio H...
YAMATO/QDBM_File-1.12 - 25 Apr 2009 03:16:31 UTCRSCHUPP/VCS-CMSynergy-1.52 - 23 Jan 2020 09:43:42 UTC
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 UTCThe Dpkg::Control::Hash class is a hash-like representation of a set of RFC822-like fields. The fields names are case insensitive and are always capitalized the same when output (see field_capitalize function in Dpkg::Control::Fields). The order in w...
GUILLEM/Dpkg-1.20.7 - 09 Jan 2021 00:19:44 UTCThis is a Tie object to map a SUBSET of the records in a Tie::FieldVals data file into an array. It is a sub-class of Tie::FieldVals. This is useful as a separate object because one can do things to it without affecting the underlying file, unlike wi...
RUBYKAT/Tie-FieldVals-0.6203 - 01 Jan 2016 02:35:15 UTCThis module is an attempt to ease the mapping of often abbreviated bibliographical references to the original titles. To achieve this, it simplyfies the title according to parameterizable rules and stores it as a *normalized key*. When accessing the ...
FANY/Tie-Hash-Abbrev-BibRefs-0.02 - 13 Sep 2003 19:51:40 UTC