in reply to Re: Generating accessors for complex structures inside the object
in thread Generating accessors and mutators for complex structures inside the object
If I'll uncomment 'Z' key there will be a warning thrown about duplicate 'G' key. But 'G' is not a key here, it's keys value.... D => { E => { F => 'G' } }, ## Z => 'G', # Duplicate test ...
Why arrayref is a bad type?## X => [1,2,3], # Bad type test
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Generating accessors for complex structures inside the object
by snoopy (Curate) on Jan 15, 2008 at 22:33 UTC | |
by KSURi (Monk) on Jan 23, 2008 at 19:00 UTC |