HTML-TableExtract
-----------------
HTML::TableExtract is a module that simplifies the extraction
of information contained in tables within HTML documents.
Tables of note may be specified using Headers, Depth, Count,
or some combination of the three. See the module documentation
for details.
INSTALLATION
You install HTML-TableExtract, as you would install any perl module
library, by running these commands:
perl Makefile.PL
make
make test
make install
DOCUMENTATION
See HTML/TableExtract.pm for the code. See Changes for recent
changes. POD style documentation is included in the module.
This is normally converted to a manual page and installed as part
of the "make install" process. You should also be able to use
the 'perldoc' utility to extract and read documentation from the
module directly.
SUPPORT
There is a mailing list available. To register or examine archived
messages, go here:
http://lists.sourceforge.net/mailman/listinfo/table-extract-general
Questions and comments may also be directed to Matt Sisk
AVAILABILITY
The package is available from CPAN:
http://www.cpan.org/authors/id/M/MS/MSISK/
The latest version is also available at:
http://www.mojotoad.com/sisk/projects/HTML-TableExtract/
ACKNOWLEDGEMENTS
Thanks to the following people for their generous bug catching and
fault analysis: Celeste Suliin Burris, David Finberg, Robert Goff,
and Patrick Naubert.
COPYRIGHT
Copyright (c) 1999-2000 Matthew P. Sisk. All rights reserved.
All wrongs revenged. This program is free software; you can
redistribute it and/or modify it under the same terms as
Perl itself.