libdata-printer-perl

colored pretty-printer of Perl data structures and objects

Description

Data::Printer is a tool designed to display Perl variables and objects on screen, properly formatted for inspection by a human being.

Many people use Data::Dumper for this task, although it was designed primarily to stringify data structures such that they can be eval'ed back in. It thus lacks all the visual clues, extra information and filtering possibilities that Data::Printer has to offer:

  * Sane defaults
  * Highly customizable
  * Colored output by default
  * Human-friendly output, with array index and custom separators
  * Full object dumps including methods, inheritance and internals
  * Exposes extra information such as tainted data and weak references
  * Ability to easily create filters for objects and regular structures
  * Ability to load settings from a .dataprinter file

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Data-Printer


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdata-printer-perl