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.
Packages
perl-Data-Printer-1.001000-1.el6_10.noarch
[142 KiB] |
Changelog
by Andrew Colin Kissa (2023-02-17):
- Initial packaging
|