Help for this page
my $string = join '', @$_ for @AoA;
my $string = ''; $string .= join '', @$_ for @AoA;