I am trying to extract data from an HTML with a lot of
tables. The problem is that the tables don't use the HTML header tags for their headers. The data I'm trying to retrieve is in a table that is within a table so I don't know the 'depth'
or the 'count'. I tried jsut using the 'Headers' function
to get the data, but that didn't work. Is their a way to do this? I looked at the HTML::TableExtract module, but the description didn't help me. Specifically I am trying to extract defensive statistics of a football game. Here is a sample webpage that I'm trying to extract the data from