in reply to Re: Representing Complex but Static Data in Perl
in thread Representing Complex but Static Data in Perl

And maybe let Perl do the counting:
our %hash = (0 => { 0 => [[map [$_, 0], 1..7], [map [0, $_], 1..7]]});

Caution: Contents may have been coded under pressure.