generated from smedev/Template-for-SMEServer-Core-Perl
21 lines
910 B
Markdown
21 lines
910 B
Markdown
# <img src="https://www.koozali.org/images/koozali/Logo/Png/Koozali_logo_2016.png" width="25%" vertical="auto" style="vertical-align:bottom"> perl-HTML-Parser
|
|
|
|
SMEServer Koozali local git repo for perl-HTML-Parser
|
|
|
|
## Documentation
|
|
<br />https://metacpan.org/pod/perl-HTML-Parser
|
|
|
|
## Bugzilla
|
|
CPAN bug report are [here](https://rt.cpan.org/Public/Dist/Display.html?Name=perl-HTML-Parser)
|
|
|
|
Show list of Koozali outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=perl-HTML-Parser&product=SME%20Server%2011.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
|
|
|
## Description
|
|
|
|
Objects of the HTML::Parser class will recognize markup and separate it
|
|
from plain text (alias data content) in HTML documents. As different
|
|
kinds of markup and text are recognized, the corresponding event handlers
|
|
are invoked.
|
|
|
|
|