Description
Perl applications can parse HTML documents and react to tags, text, attributes, and structure. This is useful for crawlers, importers, converters, validators, and tools that need to understand web pages or HTML fragments.
It is a parser library, not a browser. Applications should treat external HTML as untrusted input and avoid emitting unsafe markup without escaping or sanitization.