[vox-tech] Parsing Html
Jay Strauss
vox-tech@lists.lugod.org
Wed, 11 Jun 2003 15:08:27 -0500
Hi,
I have the mongo piece of html I read from an online source. I want to
parse it, particularly I'm interested in a specific table (one of many
within the html). I'd like to get at that table and basically turn it into
a perl data structure I can use
like: array of array refs, that is an element for each row that points a an
array of cells
I tried to read and use HTML::Parser but I was overwhelmed. Anyone know an
easy way to do this?
Jay