Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        use vars qw ( $VERSION @ISA );
    ...
            Lunar::Data
        );
    };
    
  2. or download this
    if ($sun_rises_in_west) {
        require Astrological::Data;
        unshift @ISA, Astrological::Data;
    }