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

Search results for "module:Tie::Alias"

Tie::Alias - create aliases in pure perl River stage zero No dependents

the Tie::Alias TIESCALAR function takes one argument, which is a reference to the scalar which is to be aliased. Since version 1.0, the argument no longer needs to be a reference. In case the scalar is already tied, the alias gets tied to whatever th...

DAVIDNICO/Tie-Alias-1.01 - 04 Jun 2007 17:29:08 UTC

Tie::Alias::Hash - required by Tie::Alias::TIEHASH River stage zero No dependents

DAVIDNICO/Tie-Alias-Hash-0.01 - 26 Nov 2002 03:25:52 UTC

Tie::Alias::Array - required by Tie::Alias::TIEARRAY River stage zero No dependents

DAVIDNICO/Tie-Alias-Array-0.01 - 26 Nov 2002 03:23:39 UTC

Tie::Alias::Handle - required by Tie::Alias::TIEHANDLE River stage zero No dependents

This module holds a single error message, suggesting that the user append an ampersand to their mode string to duplicate a handle: handles already have a robust aliasing mechanism....

DAVIDNICO/Tie-Alias-Handle-0.01 - 26 Nov 2002 03:23:55 UTC

Tie::AliasHash - Hash with aliases key (multiple keys, one value) River stage zero No dependents

Tie::AliasHash creates hashes that can have multiple keys for a single value. This means that some keys are just 'aliases' for other keys. The example shown in the synopsys above creates a key 'foo' and an alias key 'bar'. The two keys share the same...

ACALPINI/Tie-AliasHash-1.02 - 11 Mar 2016 18:17:22 UTC

Tie::Subset - Tie an array or hash to a subset of another array or hash, respectively River stage zero No dependents

This class simply delegates to Tie::Subset::Hash or Tie::Subset::Array as appropriate. Please see the documentation of those modules....

HAUKEX/Tie-Subset-0.02 - 28 Jan 2023 14:11:03 UTC

Locale::Tie - Get/set locale via (localizeable) variables River stage one • 2 direct dependents • 2 total dependents

This module is inspired by File::chdir, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally....

PERLANCAR/Locale-Tie-0.03 - 23 Oct 2014 09:45:42 UTC

Tie::REHash - the tie()d implementation of hash that allows using regular expression "keys" along with plain keys (plus some more). River stage zero No dependents

Tie::REHash is a tie()d implementation of hash that allows using regexp "keys" along with plain keys. Storing (assigning value to, deleting) regexp key in a hash tie()d to Tie::REHash is almost equivalent to storing (assigning value to, deleting) set...

METADOO/Tie-REHash-1.08 - 16 Aug 2017 10:18:48 UTC

Tie::CharArray - Access Perl scalars as arrays of characters River stage zero No dependents

In low-level programming languages such as C, and to some extent Java, strings are not primitive data types but arrays of characters, which in turn are treated as integers. This closely matches the internal representation of strings in the memory. Pe...

ILTZU/Tie-CharArray-1.00 - 15 Apr 2001 17:59:17 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::Constrained - Auto pre-validation of changes to variables River stage zero No dependents

"Tie::Constrained" is a simple tie class for constraining the values a variable tied to it may take. The commonest use for that is to validate data. The tied interface provides the unique ability to wedge the validation test into assignment and mutat...

ZAXO/Tie-Constrained-0.03 - 01 Feb 2005 04:33:31 UTC

Object::Accessor - interface to create per object accessors River stage two • 7 direct dependents • 13 total dependents

"Object::Accessor" provides an interface to create per object accessors (as opposed to per "Class" accessors, as, for example, "Class::Accessor" provides). You can choose to either subclass this module, and thus using its accessors on your own module...

BINGOS/Object-Accessor-0.48 - 06 Jun 2013 09:18:14 UTC

Hash::AutoHash::Args - Object-oriented processing of keyword-based argument lists River stage one • 2 direct dependents • 4 total dependents

This class simplifies the handling of keyword argument lists. It replaces Class::AutoClass::Args. See "DIFFERENCES FROM Class::AutoClass::Args" for a discussion of what's new. See Hash::AutoHash::Args::V0 for a subclass which is more compatible with ...

NATG/Hash-AutoHash-Args-1.18 - 06 Oct 2013 00:25:57 UTC

Tie::Hash::Method - Tied hash with specific methods overriden by callbacks River stage two • 2 direct dependents • 13 total dependents

Tie::Hash::Method provides a way to create a tied hash with specific overriden behaviour without having to create a new class to do it. A tied hash with no methods overriden is functionally equivalent to a normal hash. Each method in a standard tie c...

YVES/Tie-Hash-Method-0.02 - 24 Jul 2008 22:22:04 UTC

Hash::AutoHash::Record - Object-oriented access to hash with implicitly typed fields River stage zero No dependents

Hash::AutoHash::Record is a subclass of Hash::AutoHash designed to represent records parsed from flat files. The fields of the records can be single-valued, multi-valued, or a collection of attribute-value pairs which, in turn, can allow single or mu...

NATG/Hash-AutoHash-Record-1.17 - 06 Oct 2013 00:24:05 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::Hash::MultiKey - multiple keys per value River stage one • 1 direct dependent • 1 total dependent

Tie::Hash::MultiKey creates hashes that can have multiple ordered keys for a single value. As shown in the SYNOPSIS, multiple keys share a common value. Additional keys can be added that share the same value and keys can be removed without deleting o...

MIKER/Tie-Hash-MultiKey-0.08 - 27 Mar 2014 09:43:07 UTC

Hash::AutoHash::MultiValued - Object-oriented access to hash with multi-valued elements River stage one • 2 direct dependents • 2 total dependents

This is a subclass of Hash::AutoHash which wraps a tied hash whose elements are multi-valued. It was inspired by Tie::Hash::MultiValue but differs from the original in several ways. See "DIFFERENCES FROM Tie::Hash::MultiValue" for a discussion of the...

NATG/Hash-AutoHash-MultiValued-1.17 - 06 Oct 2013 00:25:46 UTC

Tie::Cycle::Sinewave - Cycle through a series of values on a sinewave River stage one • 2 direct dependents • 3 total dependents

DLAND/Tie-Cycle-Sinewave-0.05 - 07 Nov 2007 21:42:58 UTC

Plack::App::FakeApache - Wrapping mod_perl2 applications in Plack River stage zero No dependents

Plack::App::FakeApache transforms a mod_perl2 application into a PSGI application...

ZARQUON/Plack-App-FakeApache-0.1 - 25 Jun 2018 23:28:43 UTC
22 results (0.048 seconds)