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

Search results for "module:Tie::Array::Unique"

Tie::Array::Unique - Keep array's contents unique River stage zero No dependents

This is a very simple module. Use it as shown above, and your array will never have a duplicate element in it. The earliest (i.e. lowest-indexed) element has precedence, as shown in this code sample: tie my(@x), 'Tie::Array::Unique'; @x = (1, 2, 3, 4...

PINYAN/Tie-Array-Unique-0.01 - 12 Apr 2004 19:37:47 UTC

Tie::FieldVals - an array tie for a file of enhanced Field:Value data River stage zero No dependents

This is a Tie object to map the records in an enhanced Field:Value data file into an array. Each file has multiple records, each record has its values defined by a Field:Value pair, with the enhancements that (a) the Value part can extend over more t...

RUBYKAT/Tie-FieldVals-0.6203 - 01 Jan 2016 02:35:15 UTC

Tie::DBI - Tie hashes to DBI relational databases River stage one • 1 direct dependent • 2 total dependents

This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One column becomes the hash key. Each row of the table becomes an asso...

TODDR/Tie-DBI-1.08 - 19 Jan 2020 03:37:25 UTC

Tie::Form - access a machine readable database file that minics a hardcopy form River stage zero No dependents

The "Tie::Form" module provides a text database file suitable for local data such as private mailing lists. The "Tie::Form" cannot provide a data warehouse shared by mulitple users. File format description Desireable goals for small local private dat...

SOFTDIA/Tie-Form-0.02 - 13 May 2004 12:39:32 UTC

Tie::RDBM - Tie hashes to relational databases River stage one • 1 direct dependent • 2 total dependents

This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One field of the table becomes the hash key, and another becomes the v...

TODDR/Tie-DBI-1.08 - 19 Jan 2020 03:37:25 UTC

Tie::Gzip - read and write gzip compressed files River stage zero No dependents

The 'Tie::Gzip' module provides a file handle Tie for compressing and uncompressing files using the gzip compression format. By tieing a filehandle to 'Tie::Gzip' subsequent uses of the file subroutines with the tied filehandle will compress data wri...

SOFTDIA/Tie-Gzip-0.06 - 16 Apr 2004 20:38:48 UTC

Tie::FormA - access a machine readable database file that minics a hardcopy form River stage zero No dependents

The "Tie::FormA" module provides a text database file suitable for local data such as private mailing lists. The "Tie::FormA" cannot provide a data warehouse shared by mulitple users. File format description Desireable goals for small local private d...

SOFTDIA/Tie-FormA-0.02 - 03 Jun 2004 06:27:10 UTC

Tie::Table - Maps relational tables into hashes River stage zero No dependents

This class is designed for mapping a table into a perl hash, which has keys (these are the primary keys of the table), and the values are the rows, represented by a hash. Basic Usage You can create Tie::Table objects for tables. You must specify a pa...

DLUX/Tie-Table-1.1.2 - 23 Oct 2001 22:57:40 UTC

Tie::Layers - read and write files pipelined through a stack of subroutine layers River stage zero No dependents

The "Tie::Layers" program module contains the tie file handle "Tie::Layers" package. The "Tie::Layers" package provides the ability to insert a stack of subroutines between file subroutines "print" and "realine" and the underlying $file. The syntax o...

SOFTDIA/Tie-Layers-0.06 - 28 May 2004 20:21:29 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::Array::DBD - tie a plain array to a database table River stage zero No dependents

This module ties an array to a database table using only an "index" and a "value" field. If no tables specification is passed, this will create a temporary table with "h_key" for the key field and a "h_value" for the value field. I think it would mak...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC

Tie::Hash::DBD - tie a plain hash to a database table River stage zero No dependents

This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC

Prima::IniFile - support of Windows-like initialization files River stage two • 17 direct dependents • 19 total dependents

The module provides mapping of a text initialization file to a two-level hash structure. The first level is *sections*, which groups the second level hashes, *items*. Sections must have unique keys. The values of the *items* hashes are arrays of text...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 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::FieldVals::Join - an array tie for two files of FieldVals data River stage zero No dependents

This is a Tie object to map the records in two FieldVals data files into an array. This depends on the Tie::FieldVals::Row::Join module....

RUBYKAT/Tie-FieldVals-0.6203 - 01 Jan 2016 02:35:15 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

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

HTML::Mason::Request - Mason Request Class River stage two • 41 direct dependents • 76 total dependents

The Request API is your gateway to all Mason features not provided by syntactic tags. Mason creates a new Request object for every web request. Inside a component you access the current request object via the global $m. Outside of a component, you ca...

DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 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

Tie::FieldVals::Select - an array tie for a subset of Tie::FieldVals data River stage zero No dependents

This 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 UTC
25 results (0.07 seconds)