forked from gitpan/HTML-TableContentParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Read-only release history for HTML-TableContentParser
trwyant/perl-HTML-TableContentParser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
HTML::TableContentParser ======================== This module can be used to parse the content of tables in HTML text. The parser returns an arrayref consisting of data for each table found within the passed-in text. The module looks for HTML table elements described at http://www.w3.org/TR/1999/REC-html401-19991224/struct/tables.html Each table is a hashref consisting of an array of headers, and an array of rows. Each row consists of an array of cells, which each contain data. Currently, this module does not support nested tables. The module inherits from HTML::Parser, which does all the grunt work. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: HTML::Parser COPYRIGHT AND LICENCE Copyright (C) 2002 Simon Drabble <sdrabble@cpan.org> Copyright (C) 2017-2022 Thomas R. Wyant, III <wyant at cpan dot org> This package is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
About
Read-only release history for HTML-TableContentParser
Resources
Contributing
Security policy
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Perl 100.0%