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

Search results for "module:Data::Dump"

Data::Dump - Pretty printing of data structures River stage four • 318 direct dependents • 2640 total dependents

This module provides a few functions that traverse their argument list and return a string containing Perl code that, when "eval"ed, produces a deep copy of the original arguments. The main feature of the module is that it strives to produce output t...

GARU/Data-Dump-1.25 - 26 Jun 2021 04:05:25 UTC

Data::Serializer::Data::Dump - Bridge between Data::Serializer and Data::Dump River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Data-Serializer-Data-Dump-0.01 - 02 Nov 2015 17:44:30 UTC

Data::Dump::XML - Dump arbitrary data structures as XML::LibXML object River stage one • 2 direct dependents • 3 total dependents

This module completely rewritten from Gisle Aas "Data::DumpXML" to manage perl structures in XML using interface to gnome libxml2 (package XML::LibXML). Module provides a single method called dump_xml that takes a list of Perl values as its argument....

APLA/Data-Dump-XML-1.19 - 14 Apr 2011 05:43:02 UTC

Data::Dump::Sexp - convert arbitrary scalars to s-expressions River stage one • 1 direct dependent • 1 total dependent

This module is not well-tested, proceed with caution. Data::Dump::Sexp converts Perl structures to S-expressions. The conversion rules are as follows: 1 A blessed object with a to_sexp method is replaced with the result of calling the method, and thi...

MGV/Data-Dump-Sexp-0.002 - 21 Apr 2018 11:42:40 UTC

Data::Dump::Color - Like Data::Dump, but with color River stage two • 17 direct dependents • 21 total dependents

Sample screenshots: This module aims to be a drop-in replacement for Data::Dump. It adds colors to dumps. It also adds various visual aids in the comments, e.g. array/hash index, depth indicator, and so on. For more information, see Data::Dump. This ...

PERLANCAR/Data-Dump-Color-0.249 - 03 Feb 2023 07:41:10 UTC

Data::Dump::Streamer - Accurately serialize a data structure as Perl code. River stage two • 22 direct dependents • 90 total dependents

Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output using the least number of Perl statements as convenient, usually only one. Self-refe...

YVES/Data-Dump-Streamer-2.42 - 21 Feb 2023 03:08:06 UTC

Data::Dump::OneLine - Dump data structures as single-line strings River stage three • 4 direct dependents • 588 total dependents

It now uses Data::Dmp. You should use Data::Dmp directly....

PERLANCAR/Data-Dump-OneLine-0.080 - 27 Jun 2021 03:25:37 UTC

Data::Dump::Partial - Dump data structure compactly and potentially partially River stage two • 2 direct dependents • 44 total dependents

PERLANCAR/Data-Dump-Partial-0.070 - 02 Jan 2024 10:16:09 UTC

Data::Dump::Options - Like Data::Dump but with some more options River stage one • 3 direct dependents • 5 total dependents

A fork of Data::Dump 1.23 to give some more dumping options....

PERLANCAR/Data-Dump-Options-0.002 - 05 Jun 2020 01:52:10 UTC

Data::Dump::IfSmall - Like Data::Dump but reference with dump larger than a certain size will be dumped as something like 'LARGE:ARRAY(0x5636145ea5e8)' River stage zero No dependents

PERLANCAR/Data-Dump-IfSmall-0.001 - 18 Mar 2024 00:06:06 UTC

Data::Dump::Filtered - Pretty printing with filtering River stage four • 318 direct dependents • 2640 total dependents

The following functions are provided: add_dump_filter( \&filter ) This registers a filter function to be used by the regular Data::Dump::dump() function. By default no filters are active. Since registering filters has a global effect is might be more...

GARU/Data-Dump-1.25 - 26 Jun 2021 04:05:25 UTC

Data::Dump::SortKeys - Data::Dump but lets you custom sort hash keys River stage one • 3 direct dependents • 7 total dependents

An experimental fork of Data::Dump 1.23 which lets you custom sort hash keys and dump coderefs. This module provide a few functions that traverse their argument and produces a string as its result. The string contains Perl code that, when "eval"ed, p...

PERLANCAR/Data-Dump-SortKeys-0.04 - 28 Dec 2015 12:39:46 UTC

Data::Dump::JavaScript - Pretty printing of data structures as JavaScript River stage one • 1 direct dependent • 1 total dependent

Data::Dump::JavaScript is a fork of JSON::Tiny version 0.55 which outputs pretty-printed JavaScript. The indention is according to JavaScript Standard Style <http://standardjs.com> and JavaScript Semi-Standard Style <https://github.com/Flet/semistand...

ABRAXXA/Data-Dump-JavaScript-0.002 - 22 Dec 2020 10:51:33 UTC

Data::Dump::Trace - Helpers to trace function and method calls River stage four • 318 direct dependents • 2640 total dependents

The following functions are provided: autowrap( $class ) autowrap( $class => $prefix ) autowrap( $class1 => $prefix1, $class2 => $prefix2, ... ) autowrap( $class1 => \%info1, $class2 => \%info2, ... ) Register classes whose objects are automatically ...

GARU/Data-Dump-1.25 - 26 Jun 2021 04:05:25 UTC

Data::Dump::AutoEncode - dumps encoded data structure for debugging River stage zero No dependents

This module encodes each (unblessed) string in data structure into the encoding your terminal uses (or into the encoding you specified explicitly) recursively, and without escaping. You may find it useful when you dump a result of some API access wit...

ISHIGAKI/Data-Dump-AutoEncode-0.02 - 18 Jun 2014 10:27:19 UTC

Data::Dump::HTML::PopUp - Dump Perl data structures as HTML document with nested pop ups River stage zero No dependents

This module is a Data::Dump variant that dumps Perl data structure to HTML document where you can expand and collapse nodes to drill down and roll up your data. The nodes will expand in (nested) pop up modal dialogs. It currently uses jQuery [1] and ...

PERLANCAR/Data-Dump-HTML-PopUp-0.001 - 18 Mar 2024 13:24:01 UTC

Data::Dump::SExpression - Dump Perl data structures as S-expression River stage one • 2 direct dependents • 2 total dependents

EARLY RELEASE....

PERLANCAR/Data-Dump-SExpression-0.001 - 10 Apr 2020 08:50:38 UTC

Data::Dump::XML::Parser - Restore data dumped by Data::DumpXML River stage one • 2 direct dependents • 3 total dependents

The "Data::Dump::XML::Parser" is an "XML::LibXML::SAX" subclass that will recreate the data structure from the XML document produced by "Data::Dump::XML". The parserfile() method returns a reference to an array of the values dumped. The constructor m...

APLA/Data-Dump-XML-1.19 - 14 Apr 2011 05:43:02 UTC

Data::Dump::SkipObjects - Like Data::Dump but objects of some patterns are dumped tersely River stage zero No dependents

PERLANCAR/Data-Dump-SkipObjects-0.001 - 19 Mar 2024 00:05:05 UTC

Data::Dump::Patch::Deparse - Patch Data::Dump so it deparses code references River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Data-Dump-Patch-Deparse-0.001 - 11 Feb 2017 01:39:39 UTC
163 results (0.053 seconds)