[vox-tech] Parsing Html
Jay Strauss
vox-tech@lists.lugod.org
Wed, 11 Jun 2003 15:33:31 -0500
Sorry, lack of detail. The page is:
http://quote.cboe.com/QuoteTable.asp?TICKER=qqq&ALL=2
You see the call/put data in the table. that's what I want to parse. I
will be running this maybe daily, but the structure of the page doesn't
change (I hope too much).
It seems like there would be a cpan thing to read in a string (html), then
would let me navigate. That is, give me the third table, give me the first
row, give me the first table data
Jay
----- Original Message -----
From: "Mike Simons" <msimons@moria.simons-clan.com>
To: <vox-tech@lists.lugod.org>
Sent: Wednesday, June 11, 2003 3:17 PM
Subject: Re: [vox-tech] Parsing Html