in reply to Re^4: XML::Simple - Duplicate Node Overwrites
in thread XML::Simple - Duplicate Node Overwrites

Or
KeyAttr => undef

Replies are listed 'Best First'.
Re^6: XML::Simple - Duplicate Node Overwrites
by ikegami (Patriarch) on Apr 23, 2011 at 08:22 UTC
      No, none of ... are not proper usage according to the docs.

      Except that they are right in the docs,

      If the option 'KeyAttr => "login"' were used to specify that the 'login' attribute is a key, the same XML would parse to:

      ...

      The key attribute names should be supplied in an arrayref if there is more than one.