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

Search results for "module:Tie::Table"

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

Symbol::Table - An easy interface to symbol tables (no eval(), no *typeglobs ) River stage zero No dependents

Disclaimer This code is an "acedemic exercise" in manipulating perl's symbol table. It wasn't coded to be fast or efficient. It was simply coded to provide the functionality I wanted it to provide. If you look at the code, you'll notice numerous call...

GSLONDON/Symbol-Table-1.01 - 14 Mar 2003 01:20:46 UTC

TableMap - 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 TableMap objects for tables. You must specify a para...

DLUX/TableMap-1.0 - 19 Oct 2000 21:50:20 UTC

Tie::Array::TableData - Access TableData object as a tied array River stage zero No dependents

PERLANCAR/Tie-Array-TableData-0.003 - 23 Feb 2024 02:05:04 UTC

Tie::Symbol - Tied interface to the symbol table River stage zero No dependents

The tied hash represents the internal symbol table which allows the user to examine and modify the whole symbol table. Currently this implementation limits the referents to scalars, arrays, hashes and subroutines. Tied hash tie my %hash, 'Tie::Symbol...

ZURBORG/Tie-Symbol-0.001 - 03 Feb 2016 08:42:37 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::SubstrHash - Fixed-table-size, fixed-key-length hashing River stage five • 11292 direct dependents • 32664 total dependents

The Tie::SubstrHash package provides a hash-table-like interface to an array of determinate size, with constant key size and record size. Upon tying a new hash to this package, the developer must specify the size of the keys that will be used, the si...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing River stage five • 11292 direct dependents • 32664 total dependents

The Tie::SubstrHash package provides a hash-table-like interface to an array of determinate size, with constant key size and record size. Upon tying a new hash to this package, the developer must specify the size of the keys that will be used, the si...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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::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::Math - Hashes which represent mathematical functions. River stage zero No dependents

Defines hashes which represent mathematical functions, such as the fibonacci sequence, factorials, etc... Functions can be expressed in a manner which a math or physics student might find a bit more familiar. It also automatically employs memoization...

MSCHWERN/Tie-Math-0.10 - 15 Jul 2000 09:37:39 UTC

Tie::Redis - Connect perl data structures to Redis River stage zero No dependents

This allows basic access to Redis from Perl using tie, so it looks just like a a hash or array. Please think carefully before using this, the tie interface has quite a performance overhead and the error handling is not that great. Using AnyEvent::Red...

DGL/Tie-Redis-0.26 - 11 Apr 2013 15:32:57 UTC

Tie::MLDBM - Multi-Level Storage and Locking Class River stage zero No dependents

This module provides the means to store arbitrary perl data, including nested references, in a serialised form within persistent data back-ends. This module builds upon the storage and locking mechanisms of MLDBM and MLDBM::Sync by incorporating a mo...

ROBAU/Tie-MLDBM-1.04 - 26 Oct 2002 10:40:15 UTC

Tie::OneOff - create tied variables without defining a separate package River stage zero No dependents

The Perl tie mechanism ties a Perl variable to a Perl object. This means that, conventionally, for each distinct set of tied variable semantics one needs to create a new package. The package symbol table then acts as a dispatch table for the intrinsi...

NOBULL/Tie-OneOff-1.03 - 02 Feb 2008 10:21:05 UTC

Tie::File - Access the lines of a disk file via a Perl array River stage three • 30 direct dependents • 100 total dependents

"Tie::File" represents a regular text file as a Perl array. Each element in the array corresponds to a record in the file. The first line of the file is element 0 of the array; the second line is element 1, and so on. The file is *not* loaded into me...

TODDR/Tie-File-1.07 - 20 Feb 2023 17:05:34 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

SQL::Shell - command interpreter for DBI shells River stage zero No dependents

SQL::Shell is a command-interpreter API for building shells and batch scripts. A command-line interface with readline support - sqlsh.pl - is included as part of the CPAN distribution. See <SQL::Shell::Manual> for a user guide. SQL::Shell offers feat...

MGUALDRON/SQL-Shell-1.17 - 24 May 2019 20:37:58 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::LazyList - Perl extension for lazy lists growing on demand River stage zero No dependents

"Tie::LazyList" allows you to create lazy lists ( "infinite lists, whose tail remain unevaluated", Watt ) growing on demand with user-defined generation function. What you have is a usual Perl array whose elements are generated by some function and w...

GENIE/Tie-LazyList-0.05 - 14 Jul 2001 18:26:36 UTC

Starlink::AST - Interface to the Starlink AST library River stage one • 1 direct dependent • 1 total dependent

"Starlink::AST" provides a perl wrapper to the Starlink AST library. The Starlink AST library provides facilities for transforming coordinates from one system to another in an object oriented manner. Multiple coordinate frames can be associated with ...

GSB/Starlink-AST-3.03 - 18 Apr 2023 19:54:20 UTC
38 results (0.083 seconds)