parse table using HTML::TableExtract
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 5 Jun 2010 13:08:29 +0000 (15:08 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 5 Jun 2010 13:13:57 +0000 (15:13 +0200)
commit63a9e4b6d50cb93cf3ce69f04f3f7066f98e2e08
treec16e380929201425f3b175ba4660c46b0f746729
parent77677882ec96eb9b579022b1a8faec8675e92dd0
parse table using HTML::TableExtract

This will detect header as first line, and parse all other html files
with same number of (hardcoded) columns
Makefile.PL
lib/MojoFacets/Import/HTMLTable.pm [new file with mode: 0644]
t/MojoFacets-Import-HTMLTable.t [new file with mode: 0755]