Name : perl-Data-Dump
| |
Version : 1.25
| Vendor : openSUSE
|
Release : 1.8
| Date : 2021-06-29 11:24:23
|
Group : Unspecified
| Source RPM : perl-Data-Dump-1.25-1.8.src.rpm
|
Size : 0.05 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Pretty printing of data structures
|
Description :
This module provides a few functions that traverse their argument list and return a string containing Perl code that, when \'eval\'ed, 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. Example:
AATTa = (1, [2, 3], {4 => 5}); dump(AATTa);
Produces:
\"(1, [2, 3], { 4 => 5 })\"
If you dump just a little data, it is output on a single line. If you dump data that is more complex or there is a lot of it, line breaks are automatically added to keep it easy to read.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Factory:/RISCV:/ToTest/images/repo/openSUSE-20240817-riscv64-Media1/noarch |