in reply to XML::Simple nested hash bug?
Nodes contains *array* of nodes. If you wish to be unambiguous,
{ handles => [ { jmm => ... }, ] },
I never really understood why XML::Simple does so much mucking around. If it changes your data structure, how can you find the element you want?!
|
|---|