Module Getopt::Long implements an extended getopt function called GetOptions(). This function implements the POSIX standard for command line options, with GNU extensions, while still capable of handling the traditional one-letter options. In general, this means that command line options can have long names instead of single letters, and are introduced with a double dash `--'.
Module Getopt::Long implements an extended getopt function called GetOptions(). This function implements the POSIX standard for command line options, with GNU extensions, while still capable of handling the traditional one-letter options. In general, this means that command line options can have long names instead of single letters, and are introduced with a double dash `--'.
To install p5.30-getopt-long, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-getopt-long
To see what files were installed by p5.30-getopt-long, run:
port contents p5.30-getopt-long
To later upgrade p5.30-getopt-long, run:
sudo port selfupdate && sudo port upgrade p5.30-getopt-long
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.