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 _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
