HTML::TableExtract is a subclass of HTML::Parser that serves to
extract the textual information from tables of interest contained
within an HTML document. The text from each extracted table is stored
in tabe state objects which hold the information as an array of arrays
that represent the rows and cells of that table.
Mon Apr 7 12:00:00 2003 Axel Thimm
- Adapted to new macros.
Fri Jan 3 11:00:00 2003 Axel Thimm
- Initial build (cpan2rpm).