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

Search results for "GDBM_File"

GDBM_File - Perl5 access to the gdbm library. River stage five • 11292 direct dependents • 32664 total dependents

GDBM_File is a module which allows Perl programs to make use of the facilities provided by the GNU gdbm library. If you intend to use this module you should really have a copy of the GDBM manual at hand. The manual is avaialble online at <https://www...

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

lib/RPC/Serialized/ACL/Group/GDBM_File.pm River stage zero No dependents

OLIVER/RPC-Serialized-1.123630 - 28 Dec 2012 19:16:55 UTC - Search in distribution
  • RPC::Serialized - Subroutine calls over the network using common serialization

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

IT::perlfaq4 River stage zero No dependents

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

Memoize - Make functions faster by trading space for time River stage three • 77 direct dependents • 304 total dependents

*Memoizing* a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, "memoize" jumps in and gives you the value out of the tabl...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 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

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

Locale::Maketext - framework for localization River stage three • 28 direct dependents • 118 total dependents

It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to a present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it...

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 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

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

DBM::Any - object-oriented interface to AnyDBM_File River stage zero No dependents

DBM::Any provides an object-oriented complement to AnyDBM_File's tied interface. It was written because it didn't seem to exist on CPAN, and the author likes BerkeleyDB's object-oriented interface, but doesn't want to force people to get BerkeleyDB i...

TMONROE/DBM-Any-0.1 - 06 Aug 2002 19:52:44 UTC - Search in distribution

Locale::Maketext::Utils - Adds some utility functionality and failure handling to Local::Maketext handles River stage one • 2 direct dependents • 3 total dependents

DMUEY/Locale-Maketext-Utils-0.42 - 15 Apr 2016 14:44:34 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

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

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

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

perldbmfilter - Filtros DBM de Perl River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution
33 results (0.098 seconds)