Stringified Perl data structures, suitable for both printing and eval
Given a list of scalars or reference variables, writes out their contents in Perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be "eval"ed to get back an identical copy of the original reference structure.
Given a list of scalars or reference variables, writes out their contents in Perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be "eval"ed to get back an identical copy of the original reference structure.
To install p5.32-data-dumper, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-data-dumper
To see what files were installed by p5.32-data-dumper, run:
port contents p5.32-data-dumper
To later upgrade p5.32-data-dumper, run:
sudo port selfupdate && sudo port upgrade p5.32-data-dumper
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.