This module provides a single function called dump() that takes a list of values as its 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 string is formatted for easy reading. If dump() is called in a void context, then the dump is printed on STDERR instead of being returned.
This module provides a single function called dump() that takes a list of values as its 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 string is formatted for easy reading. If dump() is called in a void context, then the dump is printed on STDERR instead of being returned.
To install p5.28-data-dump, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-data-dump
To see what files were installed by p5.28-data-dump, run:
port contents p5.28-data-dump
To later upgrade p5.28-data-dump, run:
sudo port selfupdate && sudo port upgrade p5.28-data-dump
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.