Title: Message
HTML::Parser is also one such
module
Manav
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of
Gardner, SamSent: Friday, December 31, 2004 9:19
PMTo: 'Allison, Jason (JALLISON)';
activeperl@listserv.ActiveState.comSubject: R
Hi Allison!
Take a look at HTML::TableContentParser
http://search.cpan.org/~sdrabble/HTML-TableContentParser-0.13/TableContentParser.pm
--- "Allison, Jason (JALLISON)" <[EMAIL PROTECTED]> wrote:
> Just looking to be pointed in the right direction. I would like to
> read
> in some HTML tables,
Title: Message
I've
always liked the HTML::TokeParser module for this purpose, though I believe
there are several modules that will parse HTML reasonably. The
documentation with the TokeParser module is relatively simple and
clear.
Sam
Gardner
GTO
Title: Perl and parsing HTML
Just looking to be pointed in the right direction. I would like to read in some HTML tables, parse the rows/colums into data I can work with. I am not a HTML guy, but I do understand the concepts. Here is an example of what I want to parse in. I don’t know "di