Help for this page

Select Code to Download


  1. or download this
    $ pwd 
    /home/hogan/mojo
    $ ls
    1.button.pl  5.3.elev.debug.pl  5.3.elev.pl
    $
    
  2. or download this
    2020/12/11 10:45:52 INFO ./3.mojo_fermi.pl 
    2020/12/11 10:45:53 INFO i is 0 ============== 
    2020/12/11 10:45:53 INFO <?xml version="1.0" encoding="iso-8859-1"?> 
    ...
    </html> 
    2020/12/11 10:45:53 INFO i is 5 ============== 
    2020/12/11 10:45:53 INFO
    
  3. or download this
    #!/usr/bin/perl 
    
    use strict;
    ...
    
    sleep 2;    #good hygiene
    __END__
    
  4. or download this
    say 'Julian Day: ' . $dt->jd;
    
    my $pturl  = 'http://www.fourmilab.ch/cgi-bin/Yoursky?z=1&lat=45.5183&
    ...
    say 'Altitude: ' . $sunrow->children->[4]->text;
    say 'Azimuth: '  . $sunrow->children->[5]->text;
    say 'Visible: '  . $sunrow->children->[6]->text;