in reply to Output an array of values in column format?
my @array = 'a' .. 'x'; while (@array) { my @row = splice(@array, 0, 4); format STDOUT = @<<<<<<<<<<<< @<<<<<<<<<<<< @<<<<<<<<<<<< @<<<<<<<<<<<< @row . write; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Output an array of values in column format?
by bobdabuilda (Beadle) on Mar 28, 2012 at 06:29 UTC |