The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Tie::Hash::Regex"

Tie::Hash::Regex - Match hash keys using Regular Expressions River stage one • 1 direct dependent • 1 total dependent

Someone asked on Perlmonks if a hash could do fuzzy matches on keys - this is the result. If there's no exact match on the key that you pass to the hash, then the key is treated as a regex and the first matching key is returned. You can force it to l...

DAVECROSS/Tie-Hash-Regex-1.14 - 25 Jan 2021 10:15:53 UTC

Tie::Hash::RegexKeys - Match hash keys using Regular Expressions River stage zero No dependents

Extend Tie::Hash::Regex to retrieve the KEYS in place of values...

FDULAU/Tie-Hash-RegexKeys-1.21 - 25 Nov 2009 13:15:44 UTC

Tie::RegexpHash - Use regular expressions as hash keys River stage one • 1 direct dependent • 1 total dependent

This module allows one to use regular expressions for hash keys, so that values can be associated with anything that matches the key. Hashes can be operated on using the standard tied hash interface in Perl, as described in the SYNOPSIS, or using an ...

ALTREUS/Tie-RegexpHash-0.17 - 13 Jan 2015 17:51:58 UTC

Tie::Trace - easy print debugging with tie, for watching variable River stage one • 1 direct dependent • 1 total dependent

This is useful for print debugging. Using tie mechanism, you can see stored/deleted value for the specified variable. If the stored value is scalar/array/hash ref, this can check recursively. for example; watch %hash; $hash{foo} = {a => 1, b => 2}; #...

KTAT/Tie-Trace-0.17 - 27 Jan 2017 22:51:13 UTC

Tie::Hash::Approx - Approximative match of hash keys using String::Approx River stage zero No dependents

Following the idea of Tie::Hash::Regex, this module is an attempt to make fuzzy matches on hash keys. The module first tries to fetch the exact key of the hash, and failing that, the key is passed to the String::Approx' "amatch" function. Note that y...

BRIAC/Tie-Hash-Approx-0.03 - 01 Aug 2002 21:25:42 UTC

Tie::File::AsHash - access lines of a file as a hash splitting at separator River stage zero No dependents

"Tie::File::AsHash" uses "Tie::File" and perl code from "Tie::Array::AsHash" so files can be tied to hashes. "Tie::File" does all the hard work while "Tie::File::AsHash" works a little magic of its own. The module was initially written by Chris Angel...

REHSACK/Tie-File-AsHash-0.200 - 12 Nov 2013 16:08:34 UTC

Tie::Array::AsHash - tie arrays as hashes by splitting lines on separator River stage one • 1 direct dependent • 1 total dependent

"Tie::Array::AsHash" uses some practical extracting code so arrays can be tied to hashes. The module was initially written by Chris Angell <chris@chrisangell.com> for managing htpasswd-format password files....

REHSACK/Tie-Array-AsHash-0.200 - 08 Nov 2013 18:37:34 UTC
7 results (0.045 seconds)