I'm trying to build a script that will go to a NOAA web page, find the
current temperature, and return just that information.
If the first TABLE in the document is TABLE[0], then the data I want is, I
think, at:
HTML > BODY > TABLE[3] > TR[7] > TD[1]
But how can I use Perl to get the contents of that TD? I don't understand
the HTML::Parser manpage.
Ben
- RE: HTML::Parser walkthrough? Ben Ostrowsky
- RE: HTML::Parser walkthrough? Brian Cassidy
- Re: HTML::Parser walkthrough? Ben Ostrowsky
- Re: HTML::Parser walkthrough? Andy Lester
- Re: HTML::Parser walkthrough? Ed Summers
- Re: HTML::Parser walkthrough? Chuck Bearden