Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
    pa @OUT;
    
  2. or download this
    for my $i (0 .. $COLS-1) {
      push @OUT, @IN[map {$_*$COLS+$i} 0..($#IN/$COLS)];
    }