The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:HTML-Parser"

HTML::Parser - HTML parser class River stage four • 548 direct dependents • 3510 total dependents

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. "HTML::Parser" is no...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::Entities - Encode or decode strings with HTML entities River stage four • 548 direct dependents • 3510 total dependents

This module deals with encoding and decoding of strings with HTML character entities. The module provides the following functions: decode_entities( $string, ... ) This routine replaces HTML entities found in the $string with the corresponding Unicode...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::LinkExtor - Extract links from an HTML document River stage four • 548 direct dependents • 3510 total dependents

*HTML::LinkExtor* is an HTML parser that extracts links from an HTML document. The *HTML::LinkExtor* is a subclass of *HTML::Parser*. This means that the document should be given to the parser by calling the $p->parse() or $p->parse_file() methods....

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::PullParser - Alternative HTML::Parser interface River stage four • 548 direct dependents • 3510 total dependents

The HTML::PullParser is an alternative interface to the HTML::Parser class. It basically turns the HTML::Parser inside out. You associate a file (or any IO::Handle object or string) with the parser at construction time and then repeatedly call $parse...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::TokeParser - Alternative HTML::Parser interface River stage four • 548 direct dependents • 3510 total dependents

The "HTML::TokeParser" is an alternative interface to the "HTML::Parser" class. It is an "HTML::PullParser" subclass with a predeclared set of token types. If you wish the tokens to be reported differently you probably want to use the "HTML::PullPars...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::HeadParser - Parse <HEAD> section of a HTML document River stage four • 548 direct dependents • 3510 total dependents

The "HTML::HeadParser" is a specialized (and lightweight) "HTML::Parser" that will only parse the <HEAD>...</HEAD> section of an HTML document. The parse() method will return a FALSE value as soon as some <BODY> element or body text are found, and sh...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC

HTML::Filter - Filter HTML text through the parser River stage four • 548 direct dependents • 3510 total dependents

"HTML::Filter" is an HTML parser that by default prints the original text of each HTML element (a slow version of cat(1) basically). The callback methods may be overridden to modify the filtering for some HTML elements and you can override output() m...

OALDERS/HTML-Parser-3.82 - 13 Mar 2024 20:11:51 UTC
7 results (0.012 seconds)