Help for this page

Select Code to Download


  1. or download this
    #Convert latitude and longitude to DMS and save
    $lat = getlat();
    ...
    
    print FH "Lat: $lat, Long: $long\n";
    
  2. or download this
    print FH "Lat: ", convert_lat(), " Long: ", convert_long(), "\n";