You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 03504c364d
perl/perl-data-dump: i486 => i586.
9 years ago
..
README perl/perl-data-dump: Added (pretty printing of data structures) 13 years ago
perl-data-dump.SlackBuild perl/perl-data-dump: i486 => i586. 9 years ago
perl-data-dump.info perl/perl-data-dump: Updated for version 1.23. 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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