http://www.perlmonks.org?node_id=953453


in reply to Re^3: Problem with Pseudohash
in thread Problem with Pseudohash

Okay, What I am really interested is that the data should get stored in a hash table irrespective of the position of the attributes of the xml file. (As shown above, STYLE 1 and STYLE 2) Is there any construct/module for this?

Replies are listed 'Best First'.
Re^5: Problem with Pseudohash
by choroba (Cardinal) on Feb 13, 2012 at 14:23 UTC
    For STYLE 1, there are lots of modules (search CPAN for XML). For STYLE 2, there is none, because this is not the standard way to represent structured data in XML.