RE: Perl and parsing HTML

2004-12-31 Thread Manav Mathur
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

Re: Perl and parsing HTML

2004-12-31 Thread A B
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,

RE: Perl and parsing HTML

2004-12-31 Thread Gardner, Sam
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

Perl and parsing HTML

2004-12-31 Thread Allison, Jason \(JALLISON\)
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