Many web browsers let you specify which languages you understand. Then they negotiate with the web server to get documents in the best language possible. This is something similar in Perl.
Many web browsers let you specify which languages you understand. Then they negotiate with the web server to get documents in the best language possible. This is something similar in Perl.
To install p5.30-lingua-preferred, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-lingua-preferred
To see what files were installed by p5.30-lingua-preferred, run:
port contents p5.30-lingua-preferred
To later upgrade p5.30-lingua-preferred, run:
sudo port selfupdate && sudo port upgrade p5.30-lingua-preferred
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.