On Thu, Jan 1, 2009 at 10:16, wrote:
snip
> use HTML::TableExtract;
snip
This makes it possible to use the code in HTML::TableExtract.
snip
> $te = HTML::TableExtract->new( headers => [qw(Date Price Cost)] );
snip
This is, in fact, creating (instantiating) a new object of the class
HTML::Tab
hello all (and happy new year),
I'm a beginner with Perl since yesterday, I've searched the web and
FAQs a lot and found a module called HTML::TableExtract that seems to
be doing what I need, namely extracting data from a table of a given
HTML file.
The problem is I don't understand the example