in reply to Re^2: c-like struct?
in thread c-like struct?
Why would the "perl way" of using an AoH not work?
my @data = ( { state => 'US', age => 22, name => 'Andy', ... }, { state => 'CA', age => 34, name => 'White, ... }, );
Is there some action that you are having problems with, or is the representation just not C-like?
--MidLifeXis
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: c-like struct?
by xiaoyafeng (Deacon) on Jun 24, 2011 at 14:01 UTC | |
by MidLifeXis (Monsignor) on Jun 24, 2011 at 14:14 UTC |