Michael R. Davis > Array-Transpose > Array-Transpose-example.pl

Download:
Array-Transpose-0.05.tar.gz

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

NAME ^

Array-Transpose-example.pl - Simple example on the use of the transpose function

OUTPUT ^

  Input
  Rows: 4, Columns: 3
  a b c
  1 2 3
  4 5 6
  7 8 9
  Output
  Rows: 3, Columns: 4
  a 1 4 7
  b 2 5 8
  c 3 6 9
syntax highlighting: