• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HTML/H25-May-2017-1,8661,026

t/H03-May-2022-738584

ChangesH A D25-May-20176.4 KiB159131

LICENSEH A D08-Jan-201517.8 KiB374289

MANIFESTH A D21-May-2015401 3130

META.jsonH A D25-May-2017881 4342

META.ymlH A D25-May-2017475 2423

Makefile.PLH A D08-Jan-2015488 2114

READMEH A D25-May-20171.7 KiB6037

README

1HTML-TableExtract
2-----------------
3
4HTML::TableExtract is a module that simplifies the extraction of
5information contained in tables within HTML documents.
6
7Tables of note may be specified using Headers, Depth, Count,
8Attributes, or some combination of the three. See the module
9documentation for details.
10
11
12INSTALLATION
13
14You install HTML-TableExtract, as you would install any perl module
15library, by running these commands:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22
23DOCUMENTATION
24
25See HTML/TableExtract.pm for the code. See Changes for recent changes.
26POD style documentation is included in the module. This is normally
27converted to a manual page and installed as part of the "make install"
28process. You should also be able to use the 'perldoc' utility to extract
29and read documentation from the module directly.
30
31
32SUPPORT
33
34The project is tracked on GitHub:
35
36https://github.com/mojotoad/HTML-TableExtract
37
38Problems and patches can also be submitted via:
39
40https://rt.cpan.org/Ticket/Create.html?Queue=HTML-TableExtract
41
42Questions and comments may also be sent to sisk AT mojotoad.com
43
44
45ACKNOWLEDGEMENTS
46
47Thanks to the following people for their generous bug catching, fault
48analysis, and suggestions: Celeste Suliin Burris, Jeff Casey, David
49Finberg, Michael Fowler, Robert Goff, Klaus Gottschalk, Daniel Griscom,
50Jeremy Howard, Martin Joost, Jeff Lewwid, Nicholas R. Markham, Julian
51Mehnle, Michael S. Muegel, Patrick Naubert, Jani Ollikainen, Wilson
52Snyder, Volker Stuerzl, Steve Wong, and Matt Zip.
53
54
55COPYRIGHT
56
57Copyright (c) 1999-2017 Matthew P. Sisk. All rights reserved. All wrongs
58revenged. This program is free software; you can redistribute it and/or
59modify it under the same terms as Perl itself.
60