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

Search results for "FREED"

Test::Weaken - Test that freed memory objects were, indeed, freed River stage one • 1 direct dependent • 3 total dependents

"Test::Weaken" helps detect unfreed Perl data in arrays, hashes, scalars, objects, etc, by descending recursively through structures and watching that everything is freed. Unfreed data is a useless overhead and may cause an application to abend due t...

KRYDE/Test-Weaken-3.022000 - 01 Dec 2012 00:04:14 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11292 direct dependents • 32664 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

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

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

EV - perl interface to libev, a high performance full-featured event loop River stage two • 70 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution
  • libev - a high performance full-featured event loop written in C

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

Nasm::X86 - Generate X86 assembler code using Perl as a macro pre-processor. River stage one • 1 direct dependent • 1 total dependent

Generate X86 assembler code using Perl as a macro pre-processor. Version "20220712". The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Nasm-X86-20220712 - 12 Jul 2022 11:07:33 UTC - Search in distribution

Paws::S3 - Perl Interface to AWS Amazon Simple Storage Service River stage two • 9 direct dependents • 11 total dependents

Amazon Simple Storage Service Amazon Simple Storage Service is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 has a simple web services interface that you can use to store and retrieve any amount...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

SNMP - The Perl5 'SNMP' Extension Module for the Net-SNMP SNMP package. River stage two • 10 direct dependents • 13 total dependents

Note: The perl SNMP 5.0 module which comes with net-snmp 5.0 and higher is different than previous versions in a number of ways. Most importantly, it behaves like a proper net-snmp application and calls init_snmp properly, which means it will read co...

HARDAKER/SNMP-5.0404 - 17 Oct 2013 13:57:17 UTC - Search in distribution

web - A set of useful routines for many webworking purposes River stage zero No dependents

NLock This routine allows to set a filelock across NFS-boundaries. The common used perl-routine flock() fails at this point, so this routine is a useable alternative for bigger file-systems. It uses the modular functions link() and unlink() to mark a...

XWOLF/web-1.44 - 12 Sep 2002 10:06:01 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::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC - Search in distribution

DBD::Oracle - Oracle database driver for the DBI module River stage one • 5 direct dependents • 5 total dependents

DBD::Oracle is a Perl module which works with the DBI module to provide access to Oracle databases. This documentation describes driver specific behaviour and restrictions. It is not supposed to be used as the only reference for the user. In any case...

ZARQUON/DBD-Oracle-1.83 - 17 Jan 2022 02:16:57 UTC - Search in distribution

Base - SMOP basic structures River stage one • 1 direct dependent • 1 total dependent

PMURIAS/SMOP-0.6 - 11 Aug 2010 20:44:51 UTC - Search in distribution

Affix - A Foreign Function Interface eXtension River stage zero No dependents

Affix is an FFI <https://en.wikipedia.org/wiki/Foreign_function_interface> to wrap libraries developed in other languages (C, C++, Rust, etc.) with pure Perl; without XS!...

SANKO/Affix-0.11 - 30 Mar 2023 02:52:55 UTC - Search in distribution

Mail::Box - manage a mailbox, a folder with messages River stage one • 8 direct dependents • 8 total dependents

A Mail::Box::Manager creates "Mail::Box" objects. But you already knew, because you started with the Mail::Box-Overview manual page. That page is obligatory reading, sorry! "Mail::Box" is the base class for accessing various types of mailboxes (folde...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 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

Math::MPFR - perl interface to the MPFR (floating point) library. River stage one • 5 direct dependents • 8 total dependents

A bigfloat module utilising the MPFR library. Basically this module simply wraps the 'mpfr' floating point functions provided by that library. Operator overloading is also available. The following documentation heavily plagiarises the mpfr documentat...

SISYPHUS/Math-MPFR-4.28 - 15 Jan 2024 03:42:02 UTC - Search in distribution

staticperl - perl, libc, 100 modules, all in one standalone 500kb file River stage zero No dependents

This script helps you to create single-file perl interpreters or applications, or embedding a perl interpreter in your applications. Single-file means that it is fully self-contained - no separate shared objects, no autoload fragments, no .pm or .pl ...

MLEHMANN/App-Staticperl-1.46 - 15 Feb 2022 18:37:51 UTC - Search in distribution
  • staticperl - perl, libc, 100 modules, all in one standalone 500kb file

DBM::Deep - A pure perl multi-level hash/array DBM that supports transactions River stage two • 13 direct dependents • 75 total dependents

A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, ACID transactions, and is quite fast. Can handle millions of keys...

DCANTRELL/DBM-Deep-2.0019 - 12 Nov 2023 15:30:15 UTC - Search in distribution

X11::Xlib - Low-level access to the X11 library River stage one • 3 direct dependents • 7 total dependents

This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...

NERDVANA/X11-Xlib-0.25 - 21 Aug 2023 08:07:38 UTC - Search in distribution
207 results (0.09 seconds)