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

Search results for "NDBM_File"

NDBM_File - Tied access to ndbm files River stage five • 11292 direct dependents • 32664 total dependents

"NDBM_File" establishes a connection between a Perl hash variable and a file in NDBM_File format;. You can manipulate the data in the file just as if it were in a Perl hash, but when your program exits, the data will remain in the file, to be used th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Memoize::NDBM_File - glue to provide EXISTS for NDBM_File for Storable use River stage three • 77 direct dependents • 304 total dependents

This class provides EXISTS support for NDBM_File. In Perl 5.37.3 <https://github.com/Perl/perl5/commit/c0a1a377c02ed789f5eff667f46a2314a0 5c5a4c>, support for "EXISTS" was added to NDBM_File itself. Code which requires such a perl should simply use N...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC - Search in distribution
  • Memoize - Make functions faster by trading space for time
  • Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

IO::All - IO::All to Larry Wall! River stage three • 134 direct dependents • 358 total dependents

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it a...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

MCE::Shared - MCE extension for sharing data supporting threads and processes River stage one • 2 direct dependents • 3 total dependents

This module provides data sharing capabilities for MCE supporting threads and processes. MCE::Hobo provides threads-like parallelization for running code asynchronously....

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Hierarchy River stage zero No dependents

AUDREYT/Perl6-Pugs-6.2.13 - 17 Oct 2006 12:51:53 UTC - Search in distribution

DBD::DBM - a DBI driver for DBM & MLDBM files River stage four • 940 direct dependents • 2099 total dependents

DBD::DBM is a database management system that works right out of the box. If you have a standard installation of Perl and DBI you can begin creating, accessing, and modifying simple database tables without any further modules. You can add other modul...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

DWH_File River stage zero No dependents

Note: the files produced by DWH_File 0.22 are in a different format and are incompatible with the files produced by previous versions. DWH_File is used in a manner resembling NDBM_File, DB_File etc. These DBM modules are limited to storing flat scala...

SUMUS/DWH_File-0.24 - 31 Mar 2003 18:26:30 UTC - Search in distribution

DBZ_File - Tied access to dbz files River stage zero No dependents

DBZ_File allows perl programs to read and write a dbz database, such as the news history file. The fetch and store functions handle all the dbz quirks, such as including a null character at the end of the key and translating the offset to/from a datu...

WAYNEDAV/DBZ_File_1.1 - 30 Nov 1997 21:18:13 UTC - Search in distribution

Bio::DB::IndexedBase - Base class for modules using indexed sequence files River stage two • 60 direct dependents • 65 total dependents

Bio::DB::IndexedBase provides a base class for modules that want to index and read sequence files and provides persistent, random access to each sequence entry, without bringing the entire file into memory. This module is compliant with the Bio::SeqI...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC - Search in distribution

Mail::SpamAssassin::Plugin::TxRep - Normalize scores with sender reputation records River stage two • 13 direct dependents • 18 total dependents

This plugin is intended to replace the former AWL - AutoWelcomeList. Although the concept and the scope differ, the purpose remains the same - the normalizing of spam score results based on previous sender's history. The name was intentionally change...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

File::SmartTail River stage zero No dependents

The File::SmartTail module provides functionality modeled on the UNIX tail command, but enhanced with a variety of options, and the capability to "remember" how far it has processed a file, between invocations. rtail.pl is not normally used directly,...

MPREWITT/File-SmartTail-v1.0.2 - 22 Nov 2015 01:08:16 UTC - Search in distribution

Tie::ShadowHash - Merge multiple data sources into a hash River stage zero No dependents

This module merges together multiple sets of data in the form of hashes into a data structure that looks to Perl like a single simple hash. When that hash is accessed, the data structures managed by that shadow hash are searched in order they were ad...

RRA/Tie-ShadowHash-2.01 - 08 Oct 2022 16:08:50 UTC - Search in distribution

Persistent::DBM - A Persistent Class implemented using a DBM File River stage zero No dependents

Before we get started describing the methods in detail, it should be noted that all error handling in this class is done with exceptions. So you should wrap an eval block around all of your code. Please see the Persistent documentation for more infor...

DWINTERS/Persistent-Base-0.52 - 26 Feb 2000 10:05:59 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Tie::HashHistory - Track history of all changes to a tied hash River stage zero No dependents

"Tie::HashHistory" interposes itself between your program and another tied hash. Fetching and storing to the hash looks completely normal, but "Tie::HashHistory" is keeping a record of all the changes to the each key, and can Tie::HashHistory will gi...

MJD/Tie-HashHistory-0.03 - 27 May 1999 14:34:44 UTC - Search in distribution

Net::DNSServer::DBMCache - AnyDBM_File DNS Cache resolver River stage zero No dependents

A Net::DNSServer::Base which uses AnyDBM_File with locking to implement a DNS Cache on disk to allow the cache to be shared across processes. This is useful if the server forks (Net::Server::PreFork) and to preserve memory by not having to store larg...

BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC - Search in distribution

Crypt::xDBM_File - encrypt almost any kind of dbm file River stage zero No dependents

Crypt::xDBM_File encrypts/decrypts the data in a gdbm,ndbm,sdbm (and maybe even berkeleyDB, but I didn't test that) file. It gets tied to a hash and you just access the hash like normal. The crypt function can be any of the CPAN modules that use encr...

EESTABROO/Crypt-xDBM_File-1.02 - 03 Jan 2008 14:59:11 UTC - Search in distribution
20 results (0.099 seconds)