Help for this page

Select Code to Download


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