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

Search results for "Data/Dumper"

Data::Dumper - stringified perl data structures, suitable for both printing and eval River stage five • 1586 direct dependents • 32646 total dependents

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...

NWCLARK/Data-Dumper-2.183 - 05 Jul 2021 07:07:44 UTC - Search in distribution

Data::Encoder::Data::Dumper - Data::Encoder gateway for Data::Dumper River stage zero No dependents

XAICRON/Data-Encoder-0.05 - 30 Oct 2011 14:02:08 UTC - Search in distribution

Data::Serializer::Data::Dumper - Creates bridge between Data::Serializer and Data::Dumper River stage two • 41 direct dependents • 87 total dependents

Module is used internally to Data::Serializer...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution

Data::Dumper::GUI - just what Data::Dumper needed... a GUI River stage zero No dependents

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 UTC - Search in distribution

Data::Dumper::HTML - Perl extension to dump data in HTML safe format with syntax highlighting River stage zero No dependents

Adds 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 UTC - Search in distribution

Data::Dumper::Hash River stage zero No dependents

This 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 UTC - Search in distribution

Data::Dumper::Lazy - Easily dump variables with names No river data available

THIS 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 UTC - Search in distribution

Data::Dumper::Again - An OO alter ego for Data::Dumper River stage zero No dependents

This is meant to be a *proper* OO interface to Data::Dumper. As any pretentious piece of code that starts with bold statements, that does not mean anyone else will think it is proper too. My rant with Data::Dumper is because I wanted to deal with it ...

FERREIRA/Data-Dumper-Again-0.01 - 07 Jan 2016 04:58:39 UTC - Search in distribution

Data::Dumper::Names - Dump variables with names (no source filter) River stage zero No dependents

OVID/Data-Dumper-Names-0.03 - 25 Nov 2008 16:06:04 UTC - Search in distribution

Data::Dumper::Store - persistent key-value storage engine based on Data::Dumper serialization mechanism and flat files. River stage zero No dependents

Data::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 UTC - Search in distribution

Data::Dumper::Table - A more tabular way to Dumper your Data River stage zero No dependents

The 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 UTC - Search in distribution

Data::Dumper::EasyOO - wraps DD for easy use of various printing styles River stage zero No dependents

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 UTC - Search in distribution

Data::Dumper::Interp - interpolate Data::Dumper output into strings for human consumption River stage one • 4 direct dependents • 4 total dependents

This Data::Dumper wrapper optimizes output for human consumption and avoids side-effects which interfere with debugging. The namesake feature is interpolating Data::Dumper output into strings. Simple functions are also provided to format a scalar, ar...

JIMAVERA/Data-Dumper-Interp-7.006 - 23 Mar 2024 02:51:11 UTC - Search in distribution

Data::Dumper::Simple - Easily dump variables with names River stage one • 4 direct dependents • 4 total dependents

"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 UTC - Search in distribution

Data::Dumper::Sorted - Dumper with repeatable signature River stage one • 2 direct dependents • 2 total dependents

MIKER/Data-Dumper-Sorted-1.12 - 27 Jan 2014 20:59:16 UTC - Search in distribution

Data::Dumper::Compact - Vertically compact width-limited data formatter River stage two • 10 direct dependents • 13 total dependents

Data::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.006000 - 24 Sep 2022 16:31:16 UTC - Search in distribution

Data::Dumper::Concise - Less indentation and newlines plus sub deparsing River stage three • 38 direct dependents • 745 total dependents

This 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 UTC - Search in distribution

Data::Dumper::Limited - Vastly faster subset of Data::Dumper functionality River stage zero No dependents

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 UTC - Search in distribution

Data::Dumper::OneLine - Dumps data as one line string River stage one • 1 direct dependent • 1 total dependent

CSIDE/Data-Dumper-OneLine-0.06 - 22 Oct 2014 09:23:09 UTC - Search in distribution

Data::Tabular::Dumper - Seamlessly dump tabular data to XML, CSV and XLS. River stage one • 1 direct dependent • 1 total dependent

Data::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 UTC - Search in distribution
1,939 results (0.089 seconds)