Help for this page
my @arrayC; while(defined($textblock) = <>) { ... } push @arrayC, \@arrayA; }
push @arrayC, [ $textblock, \@arrayA ];