Perl module for manipulating data as hierarchical tag/value pairs
This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl.
This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl.
To install p5.32-data-stag, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-data-stag
To see what files were installed by p5.32-data-stag, run:
port contents p5.32-data-stag
To later upgrade p5.32-data-stag, run:
sudo port selfupdate && sudo port upgrade p5.32-data-stag
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.