2010/6/16 robert Key <robert...@telkomsa.net>:
> Hi I would like to parse  GPX file (XML) and insert certain data items into
> a MySQL database. There are mulitude of XML modules which can be used.
>
> These modules all build a hash from the data. Is this done because it is
> easy to find the the data simply using the key?
>
> I don't mind writing my own parser although this seems to be reinventing the
> wheel but some like XML::Parser are very general purpose and require a huge
> learning curve.
>

How about XML::Simple? That's easy to learn and use.
http://search.cpan.org/~grantm/XML-Simple-2.18/lib/XML/Simple.pm

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to