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

Search results for "Devel::Peek"

Devel::Peek - A data debugging tool for the XS programmer River stage five • 11292 direct dependents • 32664 total dependents

Devel::Peek contains functions which allows raw Perl datatypes to be manipulated from a Perl script. This is used by those who do XS programming to check that the data they are sending from C to Perl looks as they think it should look. The trick, the...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Devel::REPL::Plugin::Peek - Devel::Peek plugin for Devel::REPL. River stage two • 23 direct dependents • 34 total dependents

This Devel::REPL::Plugin adds a "peek" command that calls "Dump" in Devel::Peek instead of the normal printing....

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC - Search in distribution

Devel::PeekPoke - All your bytes are belong to us River stage zero No dependents

This module provides a toolset for raw memory manipulation (both reading and writing), together with some tools making it easier to examine memory chunks. All provided routines expect memory addresses as regular integers (not as their packed represen...

RURBAN/Devel-PeekPoke-0.04 - 01 Sep 2014 11:01:49 UTC - Search in distribution

P5U::Command::Peek - p5u extension to peek at SVs River stage zero No dependents

This is a simple wrapper around Devel::Peek....

TOBYINK/P5U-Command-Peek-0.001 - 03 Oct 2012 09:52:18 UTC - Search in distribution

POE::API::Peek - Peek into the internals of a running POE environment River stage two • 9 direct dependents • 27 total dependents

POE::API::Peek extends the POE::Kernel interface to provide clean access to Kernel internals in a cross-version compatible manner. Other calculated data is also available. My intention is to provide massive amounts of internal data for use in POE deb...

BINGOS/POE-API-Peek-2.20 - 11 Jan 2012 14:34:43 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

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

Log::Log4perl - Log4j implementation for Perl River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

Type::Tiny - tiny, yet Moo(se)-compatible type constraint River stage four • 906 direct dependents • 2558 total dependents

This documents the internals of the Type::Tiny class. Type::Tiny::Manual is a better starting place if you're new. Type::Tiny is a small class for creating Moose-like type constraint objects which are compatible with Moo, Moose and Mouse. use Scalar:...

TOBYINK/Type-Tiny-2.004000 - 05 Apr 2023 09:28:11 UTC - Search in distribution

SWISH::3 - Perl interface to libswish3 River stage two • 6 direct dependents • 18 total dependents

SWISH::3 is a Perl interface to the libswish3 C library....

KARMAN/SWISH-3-1.000015 - 02 Apr 2017 02:01:35 UTC - Search in distribution

ExtUtils::MakeMaker - Create a module Makefile River stage five • 21376 direct dependents • 32646 total dependents

This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines tha...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

REVISION River stage three • 44 direct dependents • 245 total dependents

RURBAN/Set-Object-1.42 - 21 Jan 2022 13:18:58 UTC - Search in distribution

YAML::XS - Perl YAML Serialization using XS and libyaml River stage four • 260 direct dependents • 1141 total dependents

Kirill Simonov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 specification. It was originally bound to Python and was later bound to Ruby. This module is a Perl XS binding to libyaml which of...

TINITA/YAML-LibYAML-0.89 - 27 Jan 2024 00:45:43 UTC - Search in distribution

YAML::Safe - Safe Perl YAML Serialization using XS and libyaml River stage zero No dependents

This module is a re-factoring of YAML::XS, the old Perl XS binding to "libyaml" which offers Perl somewhat acceptable YAML support to date. YAML::XS never produced code which could be read from YAML, and thus was unsuitable to be used as YAML replace...

RURBAN/YAML-Safe-0.82 - 03 Feb 2023 14:27:59 UTC - Search in distribution

IT::perluniintro River stage zero No dependents

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

Data::Printer - colored & full-featured pretty print of Perl data structures and objects River stage three • 167 direct dependents • 251 total dependents

The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...

GARU/Data-Printer-1.002001 - 22 Jan 2024 03:32:20 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

B::Generate - Create your own op trees. River stage two • 10 direct dependents • 14 total dependents

The "B" module allows you to examine the Perl op tree at runtime, in Perl space; it's the basis of the Perl compiler. But what it doesn't let you do is manipulate that op tree: it won't let you create new ops, or modify old ones. Now you can. Well, i...

RURBAN/B-Generate-1.56 - 20 Dec 2017 15:55:16 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

B::LexInfo - Show information about subroutine lexical variables River stage zero No dependents

Perl stores lexical variable names and values inside a *padlist* within the subroutine. Certain lexicals will maintain certain attributes after the the variable "goes out of scope". For example, when a scalar is assigned a string value, this value re...

DOUGM/B-LexInfo-0.02 - 29 Jun 1999 05:03:21 UTC - Search in distribution
56 results (0.099 seconds)