in reply to Create hash from XML file

The simplest seems using XML::Simple. This will give you a hash with the XML content. You can manipulate the hash as needed.

Replies are listed 'Best First'.
Re^2: Create hash from XML file
by psini (Deacon) on Jul 22, 2009 at 11:40 UTC

    Be sure to read the documentation. XML::Simple has several non obvious defaults that you'll probably want to override

    Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."