slackbuilds_ponce/perl/perl-data-dump
B. Watson 3dcfce16a5 perl/perl-data-dump: Added (pretty printing of data structures)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-02-05 22:40:19 -06:00
..
.perl-data-dump.SlackBuild.swp perl/perl-data-dump: Added (pretty printing of data structures) 2013-02-05 22:40:19 -06:00
perl-data-dump.info perl/perl-data-dump: Added (pretty printing of data structures) 2013-02-05 22:40:19 -06:00
perl-data-dump.SlackBuild perl/perl-data-dump: Added (pretty printing of data structures) 2013-02-05 22:40:19 -06:00
README perl/perl-data-dump: Added (pretty printing of data structures) 2013-02-05 22:40:19 -06:00
slack-desc perl/perl-data-dump: Added (pretty printing of data structures) 2013-02-05 22:40:19 -06:00

perl-data-dump (Data::Dump - Pretty printing of data structures)

This module provide a few functions that traverse their argument and
produces a string as its result. The string contains Perl code that,
when evaled, produces a deep copy of the original arguments.

The main feature of the module is that it strives to produce output that
is easy to read.

Note: This is not the same thing as Data::Dumper (which is already
included in Slackware's perl package).