Help for this page
my @AoA1 = (['a','b','c'], ['d','e',''], ['f','g',''], ['h','','']);
@row1 = qw(a d f h); @row2 = qw(b d f h); @row2 = qw(c d f h); @row2 = qw(a e f h);