1997-10-11 23:53:59 +02:00
|
|
|
Array::PrintCols is a Perl 5 module which defines a subroutine to
|
2003-05-06 19:40:18 +02:00
|
|
|
print arrays of elements in alphabetically, vertically sorted columns.
|
1997-10-11 23:53:59 +02:00
|
|
|
Optional arguments can be given to control either the width or number of
|
|
|
|
the columns, the total width of the output, and the amount of
|
2003-05-06 19:40:18 +02:00
|
|
|
indentation.
|