in reply to Re^2: Generating accessors for complex structures inside the object
in thread Generating accessors and mutators for complex structures inside the object

What do you want to do if somewhere in your jungle of hashes you have two keys with the same name?

$self = { A => { A => 'C' }, };

Does the structure have cycles in it?

  • Comment on Re^3: Generating accessors for complex structures inside the object
  • Download Code

Replies are listed 'Best First'.
Re^4: Generating accessors for complex structures inside the object
by KSURi (Monk) on Jan 11, 2008 at 23:20 UTC
    All the keys have 100% guaranted unique names