in reply to
Checking the Weather
Weather.com provides an
XML feed service
which removes the need to take apart an HTML page. You should be able to read the XML using modules such as
XML::Simple
.
Comment on
Re: Checking the Weather
In Section
Seekers of Perl Wisdom