I have a Perl object containing one scalar and two arrays of hashes.
I am using XML::Simple
to save an XML copy of this data structure, but when I try to read in the XML file using XMLin
I am getting a different data structure.
Is there any way to specify the structure in XMLin
to take the format of the object I used to create the original XML file?