Help for this page
foreach my $row (@AoA) { my @foo = break_up( $row ); ... return @row; }
$VAR1 = [ [ ... 'cells' ] ];