in reply to XML::Simple finding id property problem

See KeyAttr. Especially this part:
The default value for 'KeyAttr' is ['name', 'key', 'id']

Replies are listed 'Best First'.
Re^2: XML::Simple finding id property problem
by JohnEl (Initiate) on May 28, 2008 at 20:51 UTC
    So the solution is found by reading the documentation.
    Who would have thought?
    thanks runrig