aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Array-PrintCols/pkg-descr
diff options
context:
space:
mode:
authorjfitz <jfitz@FreeBSD.org>1996-10-24 16:21:54 +0800
committerjfitz <jfitz@FreeBSD.org>1996-10-24 16:21:54 +0800
commit7d1b34cf981f3ecbbfa80f596b3556285637c92a (patch)
treefae2e97c5e403ecf2aad7cd948e91605e8106353 /misc/p5-Array-PrintCols/pkg-descr
parent55d6f5c28aa0d2fa1f53b24bff5bc57e76262ee6 (diff)
downloadfreebsd-ports-gnome-7d1b34cf981f3ecbbfa80f596b3556285637c92a.tar.gz
freebsd-ports-gnome-7d1b34cf981f3ecbbfa80f596b3556285637c92a.tar.zst
freebsd-ports-gnome-7d1b34cf981f3ecbbfa80f596b3556285637c92a.zip
perl5 module to print arrays of elements in sorted columns
Diffstat (limited to 'misc/p5-Array-PrintCols/pkg-descr')
-rw-r--r--misc/p5-Array-PrintCols/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/p5-Array-PrintCols/pkg-descr b/misc/p5-Array-PrintCols/pkg-descr
new file mode 100644
index 000000000000..47d35269d560
--- /dev/null
+++ b/misc/p5-Array-PrintCols/pkg-descr
@@ -0,0 +1,5 @@
+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.