Help for this page

Select Code to Download


  1. or download this
    $ ./6.am.pl 
    Subroutine get_logger redefined at ./6.am.pl line 134.
    INFO: ./6.am.pl
    ...
    INFO: Bonneville max altitude in feet: 5200
    Error fetching: 500 Server closed connection without sending any data 
    +back at ./6.am.pl line 298.
    $
    
  2. or download this
    sub get_open_elevation {
      my ( $lat, $lon, $debug ) = @_;
    ...
      return 5000;
    
    }
    
  3. or download this
    
    #!/usr/bin/perl 
    ...