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