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

Search results for "untie()"

Kx - Perl extension for Kdb+ http://kx.com River stage zero No dependents

Alpha code. Create a wrapper around Kdb+ and Q in Perl using the C interface to Kdb+...

SLOYD/Kx-0.044 - 04 Feb 2023 14:16:58 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

OOPS - Object Oriented Persistent Store River stage one • 1 direct dependent • 1 total dependent

The goal of OOPS is to make perl objects easily and transparently persistent. OOPS handles deeply nested and cross-linked objects -- even object hierarchies that are too large to fit in memory and (with a hint) individual hash tables that are too lar...

MUIR/OOPS-0.2005 - 13 Mar 2012 16:07:46 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

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

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

Fame - Perl5 access to FAME River stage zero No dependents

This is a long section. The first part describes essential FAME hli.h macros. The second part, TIE, deals with the TIEHASH mechanism for accessing FAME data. The next part deals with high level functions for reading and writing. Following is a short ...

TRIAS/fameperl-2.1.3 - 26 Feb 2002 17:29:14 UTC - Search in distribution

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

Text::Hoborg::Manuel River stage zero No dependents

JMERELO/Text-Hoborg-0.0.6 - 14 Dec 2013 09:10:20 UTC - Search in distribution

Db::GTM - Perl extension to interface with GT.M global data River stage zero No dependents

This module provides access to a GT.M database by presenting it as a PERL module. Since GT.M is a hierarchical database (also known as an Object-Oriented database), each node of the database is treated as a list. Instead of having a simple key like '...

SZECK/Db-GTM-1.27 - 13 Sep 2005 02:21:49 UTC - Search in distribution

Net::Gen - generic sockets interface handling River stage one • 2 direct dependents • 2 total dependents

The "Net::Gen" module provides basic services for handling socket-based communications. It supports no particular protocol family directly, however, so it is of direct use primarily to implementors of other modules. To this end, several housekeeping ...

SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC - Search in distribution
  • Net::TCP - TCP sockets interface module
  • Net::UDP - UDP sockets interface module

IT::perlfunc River stage zero No dependents

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

Test::Base - A Data Driven Testing Framework River stage four • 108 direct dependents • 2826 total dependents

Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and phil...

INGY/Test-Base-0.89 - 19 Apr 2018 15:55:38 UTC - Search in distribution

modpods - print out paths for the standard modules River stage one • 1 direct dependent • 1 total dependent

This program outputs the paths to all installed modules on your systems. This includes both the standard modules (which the *stdpods* command produces) and the site-specific ones (which the *sitepods* command produces). This is just a front-end for c...

MLFISHER/pmtools-2.2.0 - 15 Mar 2018 15:25:35 UTC - Search in distribution

IPC::MMA - Shared Memory using Ralf Engelschall's mm library River stage zero No dependents

IPC::MMA allows data to be shared among related Unix/Linux processes in a straightforward way. It provides methods to create and destroy shared memory segments and to create, access, and maintain data structures within segments. Perl scalars, arrays,...

MACKENNA/IPC-MMA-0.81 - 28 Feb 2010 06:09:19 UTC - Search in distribution

Module::Generic::File - File Object Abstraction Class River stage two • 15 direct dependents • 19 total dependents

This packages provides a comprehensive and versatile set of methods and functions to manipulate files and directories. You can even manipulate filenames as if under a different OS, by providing the "os" parameter....

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC - Search in distribution

Data::XHash - Extended, ordered hash (commonly known as an associative array or map) with key-path traversal and automatic index keys River stage zero No dependents

Data::XHash provides an object-oriented interface to tied, ordered hashes. Hash elements may be assigned keys explicitly or automatically in mix-and-match fashion like arrays in PHP. It also includes support for trees of nested XHashes, tree traversa...

BKATZUNG/Data-XHash-0.09 - 27 Sep 2012 13:01:35 UTC - Search in distribution

Shell::Base - A generic class to build line-oriented command interpreters. River stage zero No dependents

Shell::Base is a base class designed for building command line programs. It defines a number of useful defaults, simplifies adding commands and help, and integrates well with Term::ReadLine. After writing several REP (Read-Eval-Print) loops in Perl, ...

DARREN/Shell-Base-0.05 - 21 Sep 2004 13:11:35 UTC - Search in distribution

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 - Search in distribution

Test::Chunks - A Data Driven Testing Framework River stage zero No dependents

There are many testing situations where you have a set of inputs and a set of expected outputs and you want to make sure your process turns each input chunk into the corresponding output chunk. Test::Chunks allows you do this with a minimal amount of...

INGY/Test-Chunks-0.39 - 12 Jun 2005 09:57:22 UTC - Search in distribution

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 - Search in distribution
151 results (0.128 seconds)