- or download this
<Placemark>
<name>This is the title</name>
...
<coordinates>-99,-88,0</coordinates>
</Placemark>
- or download this
foreach (@kmlFile)
{
...
%{$1} = (name => "<name>$1</name");
}
}
- or download this
%This is the title =
(
...
name => "<name>One more</name>",
coordinates => "<coordinates>56,78,0</coordinates>",
)