in reply to Re^2: Expanding / flattening a structure
in thread Expanding / flattening a structure
Would be syntactically valid?# example structure my $struct = { fruit => [qw( apple pear )], type => [qw( farmed organic )], period => { 20050824 => [ to => ['new york', 'london' ], ], 20050825 => [ to => ['auckland' ], ], }, };
But given the only attribute to the date is to, why not remove that layer?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Expanding / flattening a structure
by jaa (Friar) on Aug 24, 2006 at 19:16 UTC |