Help for this page

Select Code to Download


  1. or download this
                        'Waypoint' => [
                            "@waypoints"],
    
  2. or download this
    push(@waypoints, "{'Longitude' => '$point[0]', 'Latitu
    +de' => '$point[1]', 'SequenceNumber' => '$count'}");
    
  3. or download this
    push(@waypoints, { Longitude => $point[0],
                       Latitude => $point[1],
                       SequenceNumber => $count } );
    
  4. or download this
    use strict;
    use warnings;
    ...
    };
    
    print $xml->XMLout($waydata);