mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
1e75b9f645
Changelog: https://metacpan.org/source/WYANT/HTML-TableContentParser-0.301/Changes While here, reflowed DESCR. OK afresh1@
6 lines
292 B
Plaintext
6 lines
292 B
Plaintext
This module pulls out the contents of a table from a string containing
|
|
HTML. Each time a table is encountered, data will be stored in an array
|
|
consisting of a hash of whatever was discovered about the table -- id,
|
|
name, border, cellspacing etc, and of course data contained within the
|
|
table.
|