Help for this page
for (my $x = 0; $x <= $#AoA; $x++) { print "@{ $AoA[$x] }\n"; }
print "@$_\n" for @AoA;