[ 源代码: libdata-printer-perl ]
软件包:libdata-printer-perl(1.001000-1)
libdata-printer-perl 的相关链接
Debian 的资源:
下载源码包 libdata-printer-perl:
- [libdata-printer-perl_1.001000-1.dsc]
- [libdata-printer-perl_1.001000.orig.tar.gz]
- [libdata-printer-perl_1.001000-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
colored pretty-printer of Perl data structures and objects
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