Name : perl-Data-Printer
| |
Version : 1.002001
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.20.1
| Date : 2024-03-08 21:27:15
|
Group : Unspecified
| Source RPM : perl-Data-Printer-1.002001-lp156.20.1.src.rpm
|
Size : 0.34 MB
| |
Packager : https://www_suse_com/
| |
Summary : Colored & full-featured pretty print of Perl data structures and objects
|
Description :
The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being \"eval\"\'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and objects on screen for inspection and debugging, and while you _can_ use those modules for that, it doesn\'t mean you _should_.
This is where Data::Printer comes in. It is meant to do one thing and one thing only:
_format Perl variables and objects to be inspected by a human_
If you want to serialize/store/restore Perl data structures, this module will NOT help you. Try Storable, Data::Dumper, JSON, or whatever. CPAN is full of such solutions!
Whenever you type \'use Data::Printer\' or \'use DDP\', we export two functions to your namespace:
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch |