Help for this page

Select Code to Download


  1. or download this
    foreach my $row (@AoA) {
      my @foo = break_up( $row );
    ...
      
      return @row;
    }
    
  2. or download this
    $VAR1 = [
              [
    ...
                'cells'
              ]
            ];