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

Search results for "MANFREDI"

perl58delta - what is new for perl v5.8.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

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

Storable - persistence for Perl data structures River stage five • 609 direct dependents • 32646 total dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

NWCLARK/Storable-3.25 - 30 Aug 2021 08:39:08 UTC - Search in distribution

MTDB - Multidimensional Transparent hash DataBase River stage zero No dependents

The MTDB provides a hash-table-like interface to a ASCII database. The ASCII database stores the records into one file: After you've tied the hash you can access this database like the MLDBM To bind the %hash to the class MTDB you have to use the tie...

THOMSON/MTDB-0.1.0 - 26 Dec 2002 15:28:57 UTC - Search in distribution
  • MTDB - Multidimensional Transparent hash DataBase

IT::perltoot River stage zero No dependents

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

podpp - POD pre-processor River stage zero No dependents

podpp is a pre-processor for POD, implemented on top of the "Pod::PP" module. You should refer to Pod::PP for the supported POD directives, since this manpage only documents the pre-processor script. podpp either takes a list of files from the comman...

RAM/Pod-PP-0.1.2 - 01 Dec 2001 14:11:17 UTC - Search in distribution

MLDBM - store multi-level Perl hash structure in single level tied hash River stage two • 15 direct dependents • 21 total dependents

This module can serve as a transparent interface to any TIEHASH package that is required to store arbitrary perl data, including nested references. Thus, this module can be used for storing references and other arbitrary data within DBM databases. It...

CHORNY/MLDBM-2.05 - 21 Feb 2013 09:26:42 UTC - Search in distribution

CGI::Test - CGI regression test framework River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC - Search in distribution

Math::Trig - trigonometric functions River stage four • 112 direct dependents • 2297 total dependents

"Math::Trig" defines many trigonometric functions not defined by the core Perl which defines only the "sin()" and "cos()". The constant pi is also defined as are a few convenience functions for angle conversions, and *great circle formulas* for spher...

ZEFRAM/Math-Complex-1.59 - 01 Feb 2012 23:39:04 UTC - Search in distribution
  • Math::Complex - complex numbers and associated mathematical functions

PApp::Storable - persistence for Perl data structures River stage zero No dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC - Search in distribution

Getargs::Long - Named subroutine arguments, with optional type checking River stage one • 2 direct dependents • 2 total dependents

The "Getargs::Long" module allows usage of named parameters in function calls, along with optional argument type-checking. It provides an easy way to get at the parameters within the routine, and yields concise descriptions for the common cases of al...

DCOPPIT/Getargs-Long-1.1012 - 12 Jul 2018 03:33:26 UTC - Search in distribution

IPC::Shareable - Use shared memory backed variables across processes River stage two • 8 direct dependents • 11 total dependents

IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes and scripts. Scalars, arrays, hashes and even objects can be tied. The variable being tied may contain arbitr...

STEVEB/IPC-Shareable-1.13 - 12 Oct 2022 00:11:02 UTC - Search in distribution

Carp::Datum - Debugging And Tracing Ultimate Module River stage zero No dependents

The "Carp::Datum" module brings powerful debugging and tracing features to development code: automatic flow tracing, returned value tracing, assertions, and debugging traces. Its various functions may be customized dynamically (i.e. at run time) via ...

SQUIRREL/Carp-Datum-0.1.3 - 16 Jan 2002 22:19:51 UTC - Search in distribution

Log::Dispatch - Dispatches messages to one or more outputs River stage four • 134 direct dependents • 1049 total dependents

This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then y...

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC - Search in distribution

CGI::MxScreen - a multi-screen stateful CGI framework River stage zero No dependents

"CGI::MxScreen" is a framework for building multi-screen stateful CGI programs. It is rather object-oriented, with some peculiarities brought by persistency constraints: all objects must be handled by "Storable". "CGI::MxScreen" is based on the "CGI"...

PURDY/CGI-MxScreen-0.103 - 18 Oct 2004 15:16:18 UTC - Search in distribution

Log::Agent - logging agent River stage one • 7 direct dependents • 7 total dependents

The "Log::Agent" module provides an abstract layer for logging and tracing, which is independent from the actual method used to physically perform those activities. It acts as an agent (hence the name) that collects the requests and delegates process...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC - Search in distribution

RPC::PlServer - Perl extension for writing PlRPC servers River stage one • 1 direct dependent • 1 total dependent

PlRPC (Perl RPC) is a package for implementing servers and clients that are written in Perl entirely. The name is borrowed from Sun's RPC (Remote Procedure Call), but it could as well be RMI like Java's "Remote Method Interface), because PlRPC gives ...

MNOONING/PlRPC-0.2020 - 17 Jun 2007 20:00:21 UTC - Search in distribution

LockFile::Simple - simple file locking scheme River stage two • 9 direct dependents • 33 total dependents

This simple locking scheme is not based on any file locking system calls such as "flock()" or "lockf()" but rather relies on basic file system primitives and properties, such as the atomicity of the "write()" system call. It is not meant to be exempt...

SCHWIGON/LockFile-Simple-0.208 - 01 Jun 2012 21:23:50 UTC - Search in distribution

Callback - object interface for function callbacks River stage one • 4 direct dependents • 4 total dependents

Callback provides a standard interface to register callbacks. Those callbacks can be either purely functional (i.e. a function call with arguments) or object-oriented (a method call on an object). When a callback is constructed, a base set of argumen...

MUIR/Callback-1.07 - 05 Mar 2007 16:36:00 UTC - Search in distribution

Data::Serializer - Modules that serialize data structures River stage two • 41 direct dependents • 87 total dependents

Provides a unified interface to the various serializing modules currently available. Adds the functionality of both compression and encryption. By default Data::Serializer(3) adds minor metadata and encodes serialized data structures in it's own form...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution

Log::Agent::Logger - a logging interface River stage zero No dependents

The "Log::Agent::Logger" class defines a generic interface for application logging. It must not be confused with the interface provided by Log::Agent, which is meant to be used by re-usable modules that do not wish to commit on a particular logging m...

MROGASKI/Log-Agent-Logger-0.201 - 12 Apr 2021 01:25:57 UTC - Search in distribution
58 results (0.033 seconds)