in reply to Re^3: XML::Simple - Make arrays out of class attribute
in thread XML::Simple - Make arrays out of class attribute

as per XML::Simple documentation:
Note 1: The default value for 'KeyAttr' is ['name', 'key', 'id'].

Replies are listed 'Best First'.
Re^5: XML::Simple - Make arrays out of class attribute
by ikegami (Patriarch) on Sep 16, 2008 at 08:12 UTC

    You're right. I mispoke slightly. It should have been

    KeyAttr => [] is just like the default in this case.