Help for this page

Select Code to Download


  1. or download this
    Average elevation 
      Track 1 = 72
      Track 2 = 61
    
  2. or download this
    use Geo::Gpx;
    open $fh, "W20120129101405.gpx" ; 
    my $gpx = Geo::Gpx->new( input => $fh );
    my $tracks = $gpx->tracks();
    print  Dumper ($tracks);
    
  3. or download this
    $VAR1 =  = [
            {
    ...
                ]
            }
        ];