Search results for "module:Data::Format::Pretty"

Data::Format::Pretty - Pretty-print data structure River stage two • 2 direct dependents • 38 total dependents

Data::Format::Pretty is an extremely simple framework for pretty-printing data structure. Its focus is on "prettiness" and automatic detection of appropriate format to use. To develop a formatter, look at one of the formatter modules (like Data::Form...

SHARYANTO/Data-Format-Pretty-0.04 - 26 Apr 2013 00:30:38 UTC

Data::Format::Pretty::HTML - Pretty-print data structure for HTML output River stage two • 3 direct dependents • 40 total dependents

This module has the same spirit as Data::Format::Pretty::Console (and currently implemented as its subclass). The idea is to throw it some data structure and let it figure out how to best display the data in a pretty HTML format. Differences with Dat...

PERLANCAR/Data-Format-Pretty-HTML-0.11 - 10 Jul 2017 12:30:38 UTC

Data::Format::Pretty::Perl - Pretty-print data structure as Perl code River stage one • 3 direct dependents • 3 total dependents

This module uses Data::Dump or Data::Dump::Color to format data as Perl code....

PERLANCAR/Data-Format-Pretty-Perl-0.060 - 14 Jan 2018 10:36:33 UTC

Data::Format::Pretty::YAML - Pretty-print data structure as YAML River stage one • 3 direct dependents • 3 total dependents

This module uses YAML::Syck to encode data as YAML....

PERLANCAR/Data-Format-Pretty-YAML-0.08 - 10 Dec 2014 12:14:41 UTC

Data::Format::Pretty::JSON - Pretty-print data structure as JSON River stage two • 5 direct dependents • 41 total dependents

This module uses JSON::MaybeXS or JSON::Color to encode data as JSON....

PERLANCAR/Data-Format-Pretty-JSON-0.12 - 11 Mar 2016 14:42:13 UTC

Data::Format::Pretty::Text - Pretty-print data structure as text River stage two • 7 direct dependents • 43 total dependents

This module just calls Data::Format::Pretty::Console::format_pretty with "interactive"=1 option....

PERLANCAR/Data-Format-Pretty-Console-0.391 - 08 Aug 2021 03:08:39 UTC

Data::Format::Pretty::Ruby - Pretty-print data structure as Ruby code River stage one • 1 direct dependent • 1 total dependent

This module uses Data::Dump::Ruby to encode data as Ruby code....

PERLANCAR/Data-Format-Pretty-Ruby-0.02 - 11 Feb 2015 11:12:11 UTC

Data::Format::Pretty::Console - Pretty-print data structure for console output River stage two • 7 direct dependents • 43 total dependents

This module is meant to output data structure in a "pretty" or "nice" format, suitable for console programs. The idea of this module is that for you to just merrily dump data structure to the console, and this module will figure out how to best displ...

PERLANCAR/Data-Format-Pretty-Console-0.391 - 08 Aug 2021 03:08:39 UTC

Data::Format::Pretty::SimpleText - Pretty-print data structure as simple text River stage two • 7 direct dependents • 43 total dependents

This module just calls Data::Format::Pretty::Console::format_pretty with "interactive"=0 option....

PERLANCAR/Data-Format-Pretty-Console-0.391 - 08 Aug 2021 03:08:39 UTC

Data::Format::Pretty::CompactJSON - Pretty-print data structure as compact JSON River stage two • 5 direct dependents • 41 total dependents

Like Data::Format::Pretty::JSON, but will always print with JSON option "pretty => 0" (minimal indentation)....

PERLANCAR/Data-Format-Pretty-JSON-0.12 - 11 Mar 2016 14:42:13 UTC

Data::Format::Pretty::PHPSerialization - Pretty-print data structure as PHP serialization format River stage zero No dependents

This module uses PHP::Serialization to encode data as PHP serialization format, which I frankly wouldn't call as a "pretty" format, but added for completeness sake (used by e.g. Perinci::Access::HTTP::Server)....

SHARYANTO/Data-Format-Pretty-PHPSerialization-0.03 - 22 Nov 2013 11:43:11 UTC

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::Difflet - Ultra special pretty cute diff generator Mark II River stage two • 3 direct dependents • 10 total dependents

THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE Data::Difflet is colorful diff generator for Perl5! See the following image!...

TOKUHIROM/Data-Difflet-0.11 - 22 Apr 2015 12:09:20 UTC

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.001001 - 30 Jul 2023 03:48:56 UTC

Data::PrintUtils - A Collection of Pretty Print routines like Data::Dumper River stage one • 1 direct dependent • 1 total dependent

RHAXTON/Data-PrintUtils-0.12 - 09 Sep 2013 03:56:00 UTC

Data::Dmp - Dump Perl data structures as Perl code River stage three • 90 direct dependents • 920 total dependents

Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 200 lines of code long), starts fast and does not use any non-core modules except Regexp::Stringify when dumping regexes. It produces compact single-line output (similar to Data::...

PERLANCAR/Data-Dmp-0.242 - 28 Aug 2022 13:59:36 UTC

Data::Debug - allows for basic data dumping and introspection. River stage one • 1 direct dependent • 2 total dependents

Uses the base Data::Dumper of the distribution and gives it nicer formatting - and allows for calling just about anytime during execution. Calling Data::Debug::set_deparse() will allow for dumped output of subroutines if available. perl -e 'use Data:...

GEISTBERG/Data-Debug-0.04 - 12 Jan 2016 22:47:52 UTC

Data::Babel - Translator for biological identifiers River stage zero No dependents

Data::Babel translates biological identifiers based on information contained in a database. Each Data::Babel object provides a unique mapping over a set of identifier types. The system as a whole can contain multiple Data::Babel objects; these may sh...

NATG/Data-Babel-1.13 - 29 Oct 2013 13:07:02 UTC

Data::Pretty - Data Dump Beautifier River stage zero No dependents

This is a fork from Data::Dump and a drop-in replacement with the aim at providing the following improvements: * Avoid long indentation matching the length of a property For example, "Data::Dump" would produce { query => { term => { user => "kimchy" ...

JDEGUEST/Data-Pretty-v0.1.7 - 25 Sep 2023 13:49:49 UTC

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
37 results (0.054 seconds)