Help for this page

Select Code to Download


  1. or download this
    foreach my $row (@AoA) {
      my @foo = map { split /\n/ } @$row;
    ...
        push @new_rows, [ @foo[ $i .. -1 + $i + $width ] ];
      }
    }
    
  2. or download this
    $VAR1 = [
              [
    ...
                'cells'
              ]
            ];