NAME

weather.pl - prints weather

DESCRIPTION

A simple Weather script which usually prints Current weather. This distribution is the first time the author has created one.

SYNOPSIS

$ weather.pl
Sunny 14C

AUTHOR

Brad Heffernan

LICENSE

FreeBSD

INSTALLATION

Using cpan:

$ cpan Weather::Fetch

Manual install:

$ perl Makefile.PL
$ make
$ make install