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

Search results for "Devel::Size"

Devel::Size - Perl extension for finding the memory usage of Perl variables River stage three • 17 direct dependents • 327 total dependents

This module figures out the real size of Perl variables in bytes, as accurately as possible. 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 this scalar. If the variable i...

NWCLARK/Devel-Size-0.83 - 23 Apr 2019 17:19:03 UTC - Search in distribution

Log::Log4perl::AutoCategorize - extended Log::Log4perl logging River stage zero No dependents

Before diving in, a few notes: This is not intended to document Log4perl (also l4p, abbrev for Log::Log4perl); that documentation is a good tutorial, and is quite thorough and complete. In this document, I use Logger as the *official* shorthand for L...

JCROMIE/Log-Log4perl-AutoCategorize-0.03 - 05 Nov 2003 19:00:25 UTC - Search in distribution

Devel::Size::Report - generate a size report for all elements in a structure River stage zero No dependents

Devel::Size can only report the size of a single element or the total size of a structure (array, hash etc). This module enhances Devel::Size by giving you the ability to generate a full size report for each element in a structure. You have full cont...

TELS/Devel-Size-Report-0.13 - 06 Apr 2008 17:43:02 UTC - Search in distribution

Devel::Events::Filter::Size - Add Devel::Size info to event data. River stage zero No dependents

This class uses Devel::Size and optionally Devel::Size::Report to provide size information for data found inside events. Typical usage would be to apply it to the "object" field in conjunction with Devel::Events::Objects....

NUFFIN/Devel-Events-Filter-Size-0.03 - 20 Sep 2007 15:43:40 UTC - Search in distribution

Devel::SizeMe - Extension for extracting detailed memory usage information River stage zero No dependents

NOTE: This is all rather alpha and anything may change. The functions traverse memory structures and return the total memory size in bytes. See Devel::Size for more information. If the "SIZEME" env var is set then the functions also stream out detail...

TIMB/Devel-SizeMe-0.19 - 05 Sep 2013 20:58:51 UTC - Search in distribution

Devel::InterpreterSize - Get rough sizes for the memory useage of perl River stage zero No dependents

Gives you back some simple figures for how much memory your perl us using, in kilobytes....

BOBTFISH/Devel-InterpreterSize-0.01 - 07 Jun 2012 22:47:03 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

PDLdb.pl - the perl debugger with PDL support River stage three • 93 direct dependents • 101 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.087 - 05 Apr 2024 22:39:41 UTC - Search in distribution

Graph - graph data structures and algorithms River stage three • 78 direct dependents • 141 total dependents

Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 UTC - Search in distribution

perl5db.pl - the perl debugger River stage five • 11292 direct dependents • 32664 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

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

Test - provides a simple framework for writing test scripts River stage five • 145 direct dependents • 15669 total dependents

This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....

JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC - Search in distribution

Frost - Feasible Referential Object STorage River stage zero No dependents

Once upon a time, when there were still real winters with frosty air, an old moose named Elly Elk walked through the snow-white forest and murmured over and over "How can I become persistent?", "I want to live forever!" and more and more of that agon...

ERNESTO/Frost-0.70 - 16 Oct 2010 16:34:50 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

forks - drop-in replacement for Perl threads using fork() River stage one • 5 direct dependents • 5 total dependents

The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher. Refer to the threads module for ithreads API documentation. Also, use perl -Mforks -e 'print $threads::VERSION' to see what v...

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC - Search in distribution

DBG - A collection of debugging functions River stage zero No dependents

This is just a collection of functions useful for debugging. Instead of adding use Data::Dumper; use B::Deparse; use Devel::Size qw(total_size); and so forth you can just type use DBG; at the top of the script. If you're using git, or another version...

GSG/DBG-v0.4.1 - 24 Jan 2020 20:12:16 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

siim - Create and search a full text indexed database River stage zero No dependents

NKH/Search-Indexer-Incremental-MD5-0.06.22 - 01 Mar 2009 21:53:17 UTC - Search in distribution

bencher - A benchmark framework (CLI) River stage zero No dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

Tree - An N-ary tree River stage two • 9 direct dependents • 15 total dependents

This is meant to be a full-featured N-ary tree representation with configurable error-handling and a simple events system that allows for transparent persistence to a variety of datastores. It is derived from Tree::Simple, but has a simpler interface...

RSAVAGE/Tree-1.16 - 24 Jul 2023 00:28:36 UTC - Search in distribution

oi_manage - Manage OpenInteract websites and packages River stage zero No dependents

oi_manage is the command-line interface for managing packages within OpenInteract and installing new OpenInteract websites. It is also useful for developers so they can export their work into a *tar.gz* file for distribution, or install it into the O...

CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 UTC - Search in distribution
184 results (0.135 seconds)