in reply to Re: Generating accessors for complex structures inside the object
in thread Generating accessors and mutators for complex structures inside the object
So there are 2 hasrefs in example (in real code there will be more) inside the object. I need this methods to be generated:$self = { A => { B => 'C' }, D => { E => { F => 'G' } } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Generating accessors for complex structures inside the object
by kyle (Abbot) on Jan 11, 2008 at 22:06 UTC | |
by KSURi (Monk) on Jan 11, 2008 at 23:20 UTC |