Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return...
XSAWYERX/Data-Dumper-2.173 - 10 Nov 2018 10:10:30 UTCXAICRON/Data-Encoder-0.05 - 30 Oct 2011 14:02:08 UTC
Data::Dumper::GUI is a little like Data::Dumper, but as well as printing out a dump of the variables it is passed, it also shows them in a pretty GUI (graphical user interface) with a tree view, allowing you to expand and collapse nodes, etc. It has ...
TOBYINK/Data-Dumper-GUI-0.006 - 30 Sep 2013 20:22:59 UTCModule is used internally to Data::Serializer...
NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTCAdds DumpHTML() and dump_html() method to Data::Dumper objects And has exportable DumperHTML() and dumper_html() functions There are "all lowercase/underscore" versions since that is the style I prefer. I also included the "smooshed together mixed ca...
DMUEY/Data-Dumper-HTML-v0.0.2 - 13 Sep 2006 19:12:03 UTCThis is a simple utility module to make dumping data structures easier. The standard Data::Dumper module has a awkward interface when you want to have sensible names output rather than the default VAR1, VAR2 etc...
EDWARDSON/Data-Dumper-Hash-0.001 - 10 Jul 2015 08:39:38 UTCTHIS MODULE IS UNDER CONSTRUCTION This module allow the user to dump variables in a Data::Dumper format. Unlike the default behavior of Data::Dumper, the variables are named (instead of $VAR1, $VAR2, etc.) Data::Dumper provides an extended interface ...
LANX/Data-Dumper-Lazy - 03 Nov 2014 23:42:45 UTCData::Dumper::Store creates a dump of your data and saves it in file to easy access to the data....
SHOOTNIX/Data-Dumper-Store-1.01 - 02 Apr 2014 15:06:27 UTCThe goal of Data::Dumper::Table is to provide a more-tabular alternative to Data::Dumper....
PWBENNETT/Data-Dumper-Table-0.012 - 11 Jan 2015 23:27:46 UTCOVID/Data-Dumper-Names-0.03 - 25 Nov 2008 16:06:04 UTC
EzDD wraps Data::Dumper, and uses an inner DD object to print/dump. By default the output is identical to DD. That said, EzDD gives you a nicer interface, thus encouraging you to tailor DD output the way you like it. A primary design feature of EzDD ...
JCROMIE/Data-Dumper-EasyOO-0.0503 - 05 May 2005 17:17:22 UTCMIKER/Data-Dumper-Sorted-1.12 - 27 Jan 2014 20:59:16 UTC
"Data::Dumper::Simple" is actually a source filter that replaces all instances of "Dumper($some, @args)" in your code with a call to "Data::Dumper->Dump()". You can use the one function provided to make dumping variables for debugging a trivial task....
OVID/Data-Dumper-Simple-0.11 - 16 Nov 2005 01:25:16 UTCData::Tabular::Dumper aims to make it easy to turn tabular data into as many file formats as possible. This is useful when you need to provide data that folks will then process further. Because you don't really know what format they want to use, you ...
GWYN/Data-Tabular-Dumper-0.08 - 06 May 2009 18:28:40 UTCCSIDE/Data-Dumper-OneLine-0.06 - 22 Oct 2014 09:23:09 UTC
This is an experimental module. The interface may change without notice. Before using it in production, please get in touch with the authors! Think of "Data::Dumper::Limited" as supporting a subset of the data structures and features of Data::Dumper....
SMUELLER/Data-Dumper-Limited-0.03 - 02 Oct 2013 10:55:18 UTCThis module always exports a single function, Dumper, which can be called with an array of values to dump those values. It exists, fundamentally, as a convenient way to reproduce a set of Dumper options that we've found ourselves using across large n...
ETHER/Data-Dumper-Concise-2.023 - 12 May 2017 17:27:33 UTCData::Dumper::Compact, henceforth referred to as DDC, was born because I was annoyed at valuable wasted whitespace paging through both Data::Dumper and Data::Dump based logs - Data::Dump attempts to format horizontally first, but then if it fails, im...
MSTROUT/Data-Dumper-Compact-0.005002 - 07 Jun 2020 00:23:25 UTCThis class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...
DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC"Data::Dumper::Perltidy" encapsulates both "Data::Dumper" and "Perl::Tidy" to provide a function that stringifies a Perl data structure in a pretty printed format. See the documentation for Data::Dumper and Perl::Tidy for further information. Data::D...
JMCNAMARA/Data-Dumper-Perltidy-0.03 - 12 Dec 2012 23:25:38 UTC