The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

weather - fetch weather data

SYNOPSIS

        % weather

DESCRIPTION

This script prints current weather information. It reads from <DATA> and splits on pipes into the following fields:

Someday I will add a proper way to store things in files.

NOAA weather station name
Postal abbreviation for US state name
Location name, if different from NOAA name
Latitude, as a decimal number
Longitude, as a decimal number
hour offfset from GMT

SOURCE AVAILABILITY

This source is part of a SourceForge project which always has the latest sources in CVS, as well as all of the previous releases.

        https://sourceforge.net/projects/brian-d-foy/

If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

AUTHOR

brian d foy, <bdfoy@cpan.org>.

COPYRIGHT and LICENSE

Copyright 2003, brian d foy, All rights reserved

This software is available under the same terms as perl.