NAME
Astro::Sunrise - Perl extension for computing the sunrise/sunset on a given day
SYNOPSIS
use Astro::Sunrise;
@array = sunrise(YYYY,MM,DD,longitude,latitude,Time Zone,DST);
this will return an array, containing rise time/set time in local time!!
(Note: Time Zone is the offset from GMT and DST is daylight
savings time, 1 means DST is in effect and 0 is not.
DESCRIPTION
This module will return the sunrise/sunset for a given day.
Many thanks go to Paul Schlyer, Stockholm, Sweeden for his excellent
web page on the subject.
AUTHOR
Ron Hill rkhill@pacbell.net
SEE ALSO
perl(1).