in reply to Table.pm: Extract text from html tables

Thanks for writing this little snippet/module. Has proved useful in my use of HTML::Parser, particularly in being able to index into a complex table structure.
  • Comment on Re: Table.pm: Extract text from html tables

Replies are listed 'Best First'.
Re^2: Table.pm: Extract text from html tables
by Anonymous Monk on Aug 13, 2012 at 21:04 UTC
    HTML::TableExtract is not useful at all. I never can get any piece out of the html file.
      HTML::TableExtract is not useful at all. I never can get any piece out of the html file.
      You are doing something wrong then, because it works and I've found it very useful on occasion.