slackbuilds/perl/perl-data-dump
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
perl-data-dump.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-data-dump.info perl/perl-data-dump: Update download. 2018-05-27 11:11:15 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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).