Description
Perl applications can turn HTML source into tree structures that are easier to search, transform, and inspect. This is useful for scrapers, converters, linters, tests, and document processing tools.
It is an HTML tree library. External HTML should be treated as untrusted input, and generated output should be escaped or sanitized for its target context.