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

Search results for "module:Tie::Persistent"

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::CHI - Tied hash to persistent CHI cache River stage zero No dependents

Tie::CHI implements a tied hash connected to a CHI cache. It can be used with any of CHI's backends (File, Memcached, DBI, etc.) Usage is one of the following: tie %cache, 'Tie::CHI', $hash_of_chi_options; tie %cache, 'Tie::CHI', $existing_chi_cache;...

JSWARTZ/Tie-CHI-0.02 - 07 Nov 2011 04:32:46 UTC

Tie::Cfg - Ties simple configuration (.ini) files to hashes. Handles arrays and recurrent sections. River stage zero No dependents

This module reads in a configuration file at 'tie' and writes it at 'untie'. You can use file locking to prevent others from accessing the configuration file, but this should only be used if the configuration file is used as a small data file to hold...

OESTERHOL/Tie-Cfg-0.32 - 25 Feb 2003 13:57:32 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::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::FileLRUCache - A lightweight but robust filesystem based persistent LRU cache River stage one • 1 direct dependent • 2 total dependents

Provides a lightweight persistent filesystem based LRU cache. It uses the 'last accessed' timestamp generated by the file system to determine the 'oldest' cache entry and discards the oldest cache entries when needed to stay under the -keep_last limi...

SNOWHARE/Tie-FileLRUCache-1.06 - 08 Oct 2020 13:32:26 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::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

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::Array::QueueExpire - Introduction River stage zero No dependents

Tie an ARRAY over a TokyCabinet Btree DB and allow to get or deleted expired data; This module require Time::HiRes, TokyoCabinet (database and perl module.) The insertion is ms unique ( 0.001 seconds ) The normal ARRAY function present are push PUSH ...

FDULAU/Tie-Array-QueueExpire-1.04 - 28 Mar 2014 13:06:10 UTC

Persistence::Object::Postgres - Object Persistence with PostgreSQL. River stage zero No dependents

This module provides persistence (and optionally, replication) facilities to its objects. Object definitions are stored in a PostgreSQL database as stringified perl data structures, generated with Data::Dumper. Persistence is achieved with a blessed ...

AGUL/Persistence-Object-Postgres-1.24 - 07 Jul 2001 07:57:53 UTC

CGI::MxScreen::Tie::Read_Checked - Global hash key access checking River stage zero No dependents

This class implements the runtime checks to keys from the global persistent hash, made available to all screens via "$self->vars". This behaviour is configured by the $mx_check_vars variable: see CGI::MxScreen::Config....

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC
12 results (0.033 seconds)