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, produces a deep copy of the original arguments. The main feature of the module is that it strives...
GAAS/Data-Dump-1.23 - 09 Jun 2015 18:53:48 UTCThis 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 UTCPERLANCAR/Data-Serializer-Data-Dump-0.01 - 02 Nov 2015 17:44:30 UTC
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 UTCThis 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 documentation explai...
PERLANCAR/Data-Dump-Color-0.243 - 13 Feb 2021 00:15:16 UTCGiven 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.40 - 30 Aug 2016 08:16:59 UTCSHARYANTO/Data-Dump-Partial-0.05 - 28 Mar 2014 13:31:53 UTC
It now uses Data::Dmp. You should use Data::Dmp directly....
PERLANCAR/Data-Dump-OneLine-0.07 - 25 Mar 2015 09:02:36 UTCA fork of Data::Dump 1.23 to give some more dumping options....
PERLANCAR/Data-Dump-Options-0.002 - 05 Jun 2020 01:52:10 UTCThe 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...
GAAS/Data-Dump-1.23 - 09 Jun 2015 18:53:48 UTCAn 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 UTCData::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 UTCThe 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 ...
GAAS/Data-Dump-1.23 - 09 Jun 2015 18:53:48 UTCThis 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 UTCEARLY RELEASE....
PERLANCAR/Data-Dump-SExpression-0.001 - 10 Apr 2020 08:50:38 UTCThe "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 UTCPERLANCAR/Data-Dump-Patch-Deparse-0.001 - 11 Feb 2017 01:39:39 UTC
This is actually a thin wrapper of Data::Dump::Options. When dumping, $Data::Dump::Options::OBJECT_AS is locally set to "string"....
PERLANCAR/Data-Dump-ObjectAsString-0.001 - 04 Jun 2020 12:16:47 UTCThis patch module is for testing. It will replace Data::Dump's "dump()" routine with one that uses Data::Dmp, so any other code that uses Data::Dump will dump using Data::Dmp instead....
PERLANCAR/Data-Dump-Patch-ReplaceWithDataDmp-0.01 - 05 Nov 2015 12:34:35 UTC