|
Posted by Matt Thompson on November 30, 2004, 6:42 am
Please log in for more thread options
I'm using HTML::TableExtractor to parse a table.
i am able to parse though the tags, finding the ones i require easily
from the attributes but i am unable to find a way to get the contants
of a tag (i.e. <td> I want this info here! </td>)
The documentation for the HTML::TableExtractor module doesn't cover
this...
Is the module not designed for this? Or am i missing something
obvious...
Thanks,
Matt
|