DBI profiling data for mod_perl This module interfaces DBI::ProfileDumper to Apache/mod_perl. Using this module you can collect profiling data from mod_perl applications. It works by creating a DBI::ProfileDumper data file for each ...
DBI proxy server and client DBI::ProxyServer is a module for implementing a proxy for the DBI proxy driver, DBD::Proxy. DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver.
Interactive command shell for the DBI The DBI::Shell module (and dbish command, if installed) provide a simple but effective command line interface for the Perl DBI module. DBI::Shell is very new, very experimental and very subject to ...
Extensible and flexible object relational mapper This is an SQL to OO mapper with an object API inspired by Class::DBI (and a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database ...
Add contextual fetches to DBI It always struck me odd that DBI didn't take much advantage of Perl's context sensitivity. DBIx::ContextualFetch redefines some of the various fetch methods to fix this oversight. It also adds a few ...
Database-independent schema objects DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and represent a database schema. This module implements an OO-interface to database schemas. Using this module, you can create ...
Perl extension for DBI recordsets DBIx::Recordset is a perl module for abstraction and simplification of database access. The goal is to make standard database access (select/insert/update/delete) easier to handle and independend of ...
Encapsulate SQL queries and rows in simple perl object This module provides an object-oriented mechanism for retrieving and updating data in a DBI-accesible database. In order to use this module, you should create a subclass of DBIx::SearchBuilder and a ...
Perl5 access to Berkeley DB version 1.x DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1. (DB_File can be built with version 2 or 3 of Berkeley DB, but it will only support the ...
DB_File-Lock module for perl This module provides a wrapper for the DB_File module, adding locking. When you need locking, simply use this module in place of DB_File and add an extra argument onto the tie command specifying if ...
The Perl programming language (devel) This is the devel package for perl.
Perl extension for inspecting the core's arena structures This module is useful to inspect the arena structures that perl uses for SV allocation.
Meatier versions of caller() This module provides various improvements over the built-in caller() primitive.
Code coverage metrics for Perl This module provides code coverage metrics for Perl. If you can't guess by the version number this is an alpha release. Code coverage data are collected using a pluggable runops function which counts ...
Find memory cycles in objects This is a simple developer's tool for finding circular references in objects and other types of references. Because of Perl's reference-count based memory management, circular references will cause ...
A simple, extensible Perl debugger A debugger is a computer program that is used to debug other programs. Devel::ebug is a simple, extensible Perl debugger with a clean API. Using this module, you may easily write a Perl debugger to ...
Memory debugger for perl This module enables to find memory leaks in perl programs.
Alias lexical variables Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.
A Perl profiler compatible with dprofpp This module implements a Perl profiler that outputs profiling data in a format compatible with "dprofpp", Devel::DProf's profile analysis tool. It is meant to be a drop-in replacement for ...
Find the memory usage of Perl variables This module figures out the real sizes of Perl variables in bytes. Call functions with a reference to the variable you want the size of. If the variable is a plain scalar it returns the size of the ...
Stack trace and stack trace frame objects Devel-StackTrace module for perl. Simple objects to deal with stack traces. The parent object, Devel::StackTrace, holds a number of Devel::StackTraceFrame objects (which have the same information as ...
Dump symbol names or the symbol table This little package serves to access the symbol table of perl.
Module for CD Input and Control library A module to make easier temporary directories deletion.
Lexed wrapper This module is a perl wrapper around Lexed, a lexicalizer developed at INRIA.
Create bubble-babble fingerprints Digest::BubbleBabble takes a message digest (generated by either of the MD5 or SHA-1 message digest algorithms) and creates a fingerprint of that digest in "bubble babble" format. Bubble babble is a ...
Keyed-Hashing for Message Authentication Digest-HMAC module for perl.
Perl interface to the MD2 Algorithm Digest-MD2 module for perl.
Perl interface to the MD4 Algorithm The Digest-MD4 module allows you to use the MD4 Message Digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit ...
Perl interface to the Nilsima Algorithm Digest-Nilsimsa module for perl.
Perl extension for SHA-1/224/256/384/512 Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The ...
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |