Help for this page

Select Code to Download


  1. or download this
    use Astro::Utils;
    my $spring   = calculate_equinox( 'mar', 'utc', '2021' );
    $logger->info("spring begins $spring");
    
  2. or download this
    $ ./3.vernal.pl
    ./3.vernal.pl 
    Name    Right Ascension        Declination 
    ...
    Astro::Coord::ECI=HASH(0x560eda31aa70) 
    spring begins 2021-03-20 09:37:05 
    $ cat 3.vernal.pl
    
  3. or download this
    #!/usr/bin/perl 
    
    ...
    __END__ 
    
    $