in reply to Digging through HTML Formatting with HTML::TagParser

Try HTML::TableParser and HTML::TableExtract perhaps?

  • Comment on Re: Digging through HTML Formatting with HTML::TagParser

Replies are listed 'Best First'.
Re^2: Digging through HTML Formatting with HTML::TagParser
by JayBee (Scribe) on Aug 29, 2014 at 23:35 UTC
    I actually don't need it for tables. I was just using this table as an example for a structured html layout. The final product uses nested DIV,META,SPAN,A and other tags.