in reply to Using HTML::Parser extract text from tables

To get at the data do something like $table[12][1][2] which is the text in row 1, column 2 of the 12 table in the html file. Indexes are based off 1 not 0.

You probably mean the second row of the third column of the 13th table, or did you mess with the $[ variable? :)

<kbd>--
PerlMonger::Paris(http => 'paris.pm.org');</kbd>
  • Comment on Re: Using HTML::Parser extract text from tables