mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
72e8003e70
data is returned via a series of user defined callback functions or methods. Specific tables may be selected either by a matching a unique table id or by matching against the column names. Multiple (even nested) tables may be parsed in a document in one pass. WWW: http://search.cpan.org/dist/HTML-TableParser/ PR: ports/101998 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor)
8 lines
388 B
Plaintext
8 lines
388 B
Plaintext
HTML::TableParser uses HTML::Parser to extract data from an HTML table. The
|
|
data is returned via a series of user defined callback functions or methods.
|
|
Specific tables may be selected either by a matching a unique table id or by
|
|
matching against the column names. Multiple (even nested) tables may be
|
|
parsed in a document in one pass.
|
|
|
|
WWW: http://search.cpan.org/dist/HTML-TableParser/
|