mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
17 lines
786 B
Plaintext
17 lines
786 B
Plaintext
Data::Printer is meant to do one thing and one thing only: display Perl
|
|
variables and objects on screen, properly formatted (to be inspected by a
|
|
human).
|
|
|
|
Here's what Data::Printer has to offer to Perl developers, out of the box:
|
|
- Very sane defaults (I hope!)
|
|
- Highly customizable (in case you disagree with me :)
|
|
- 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 so you don't have to write
|
|
anything other than "use DDP;" in your code!
|
|
|
|
WWW: https://metacpan.org/release/Data-Printer
|