Help for this page
$ ./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. $
sub get_open_elevation { my ( $lat, $lon, $debug ) = @_; ... return 5000; }
#!/usr/bin/perl ...