<div dir="ltr">Hi Robert,<div><br></div><div>I have never used Geo::KML module, but as suggested on docs, you can run the following code, using the .kml files found in this link <a href="http://code.google.com/apis/kml/documentation/kmlreference.html">http://code.google.com/apis/kml/documentation/kmlreference.html</a></div>
<div><br></div><div><pre class="" style="background-color:rgb(238,238,238);border:1px solid rgb(136,136,136);color:rgb(0,0,0);padding:1em">  <span class="">use</span> Geo<span class="">::</span>KML<span class="">;</span>
  <span class="">my</span> <span class="">$data</span> <span class="">=</span> Geo<span class="">::</span>KML<span class="">-></span><span class="">readKML</span><span class="">(</span><span class="">"example.kml"</span><span class="">);</span>

  <span class="">use</span> Data<span class="">::</span>Dumper<span class="">;</span>
  <span class="">$Data</span><span class="">::</span>Dumper<span class="">::</span>Indent <span class="">=</span> <span class="">1</span><span class="">;</span>
  <span class="">print</span> Dumper <span class="">$data</span><span class="">;</span></pre></div><div class="gmail_extra">So you can analyze the output data of Data::Dumper and understand how to structure your data.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,<br clear="all"><div>--<br>Geovanny Junio<br>Consultor de Tecnologia<br>geovanny (at) <a href="http://eutsiv.com" target="_blank">eutsiv.com</a><br>+55 31 9422-8885<br>
+55 31 2519-8603<br><a href="http://www.eutsiv.com" target="_blank">www.eutsiv.com</a><br><br>Este e-mail pode conter informação privilegiada e confidencial. Se você não é destinatário da<br>mensagem, por favor apague a mensagem e comunique-nos o fato de imediato.<br>
<br>This e-mail contains information that may be<br>privileged and confidential. If you are not the intended recipient, please<br>delete the e-mail and notify us immediately.</div>
<br><br><div class="gmail_quote">On Wed, Mar 12, 2014 at 1:00 PM, Robert L. Harris <span dir="ltr"><<a href="mailto:robert.l.harris@gmail.com" target="_blank">robert.l.harris@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><br></div>I'm working on a log parser at work which reads in GPS data.  I'm looking to use the Geo::KML module to output some data into a kml file.  Unfortunately this is a new area and I am not having much luck finding valid examples I can learn from.  Does anyone have a source which might show me how to map data with notations?<div>


<br></div><div>Thanks,</div><div>  Robert</div><span class="HOEnZb"><font color="#888888"><div><br clear="all"><div><br></div>-- <br>:wq!<br>---------------------------------------------------------------------------<br>
Robert L. Harris<br><br>DISCLAIMER:<br>      These are MY OPINIONS             With Dreams To Be A King,<br>

       ALONE.  I speak for                      First One Should Be A Man<br>       no-one else.                                     - Manowar
</div></font></span></div>
<br>_______________________________________________<br>
Denver-pm mailing list<br>
<a href="mailto:Denver-pm@pm.org">Denver-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/denver-pm" target="_blank">http://mail.pm.org/mailman/listinfo/denver-pm</a><br>
<br></blockquote></div><br></div></div>