in reply to Representing Complex but Static Data in Perl
You need to let the first hashvalue be a scalar, in this case an anonymous hash ref.our %hash = (0 => { 0 => [[[1, 0],[2, 0],[3, 0],[4, 0],[5, 0],[6, 0],[ +7, 0]], [[0, 1],[0, 2],[0, 3],[0, 4],[0, 5],[0, 6],[0, 7]]]});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Representing Complex but Static Data in Perl
by Roy Johnson (Monsignor) on Apr 07, 2005 at 12:19 UTC |