diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-23 14:45:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-01-23 14:45:04 +0000 |
commit | 5e8691baf38f92dfd972d71faa61dbe103d7c44a (patch) | |
tree | 2fa66f9271e147ab41a7c2b3375a313dd47a85bf /misc/p5-Array-PrintCols | |
parent | ce7609b56dbeeeb79a2e6f48c6b321f5d0cd10b7 (diff) | |
download | ports-5e8691baf38f92dfd972d71faa61dbe103d7c44a.tar.gz ports-5e8691baf38f92dfd972d71faa61dbe103d7c44a.zip |
Notes
Diffstat (limited to 'misc/p5-Array-PrintCols')
-rw-r--r-- | misc/p5-Array-PrintCols/pkg-descr | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/p5-Array-PrintCols/pkg-descr b/misc/p5-Array-PrintCols/pkg-descr index 47d35269d560..84405c3689b8 100644 --- a/misc/p5-Array-PrintCols/pkg-descr +++ b/misc/p5-Array-PrintCols/pkg-descr @@ -1,5 +1,6 @@ -Array::PrintCols is a Perl 5 module which defines a subroutine to -print arrays of elements in alphabetically, vertically sorted columns. -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 -indentation. +Array::PrintCols is a Perl 5 module which defines a subroutine to print arrays +of elements in alphabetically, vertically sorted columns. 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 indentation. + +WWW: http://search.cpan.org/dist/Array-PrintCols |