7abecf0860
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: http://search.cpan.org/dist/Data-Printer/
12 lines
478 B
Text
12 lines
478 B
Text
%%SITE_PERL%%/DDP.pm
|
|
%%SITE_PERL%%/Data/Printer.pm
|
|
%%SITE_PERL%%/Data/Printer/Filter.pm
|
|
%%SITE_PERL%%/Data/Printer/Filter/DB.pm
|
|
%%SITE_PERL%%/Data/Printer/Filter/DateTime.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Printer/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Printer
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
|
@dirrm %%SITE_PERL%%/Data/Printer/Filter
|
|
@dirrm %%SITE_PERL%%/Data/Printer
|
|
@dirrmtry %%SITE_PERL%%/Data
|