Help for this page
my $grid = [([($init) x 9]) x 9]; # ! wrong
my $grid = [map {[($init) x 9]} 1..9];