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

AUTHOR

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

COPYRIGHT and LICENSE

Copyright 2003-2008, brian d foy, All rights reserved

This software is available under the same terms as perl.