Perl extension for stripping HTML markup from text.
This module simply strips HTML-like markup from text in a very quick and brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML::namespace.
This module simply strips HTML-like markup from text in a very quick and brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML::namespace.
To install p5.28-html-strip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-html-strip
To see what files were installed by p5.28-html-strip, run:
port contents p5.28-html-strip
To later upgrade p5.28-html-strip, run:
sudo port selfupdate && sudo port upgrade p5.28-html-strip
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.