Description
Perl applications can extract table data from HTML documents with flexible matching rules. This is useful for migration tools, data importers, scraping workflows, reports, and tests that need structured rows from pages.
It is an HTML data extraction library. External pages can change structure or contain untrusted content, so applications should validate extracted data before using it.