Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Thanks$VAR1 = [ { 'State' => 'Maine', 'Town' => 'Portland' }, { 'State' => 'New Hampshire', 'Town' => 'Concord' } ]; $VAR1 = [ { 'State' => 'Florida', 'Town' => 'Jacksonville' }, { 'State' => 'North Carolina', 'Town' => 'Waynesville' } ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing array ref of hash refs
by mickeyn (Priest) on Oct 25, 2006 at 14:55 UTC | |
by Anonymous Monk on Oct 25, 2006 at 15:03 UTC | |
|
Re: printing array ref of hash refs
by ikegami (Patriarch) on Oct 25, 2006 at 15:03 UTC | |
|
Re: printing array ref of hash refs
by planetscape (Chancellor) on Oct 25, 2006 at 17:32 UTC | |
|
Re: printing array ref of hash refs
by davorg (Chancellor) on Oct 25, 2006 at 14:57 UTC |