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
Array-Transpose-example.pl - Simple example on the use of the transpose function
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