The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Text::Format

format()        format text into a paragraph.  text is first broken into
                words and then joined back together to make up the
                paragraph.

paragraphs()    treats each element of the array passed in as a separate
                paragraph and passes them to format() for formatting.
                the list returned will be then formatted into separate
                paragraphs

center()        centers all the lines that were passed in.

expand()        expand tabs into spaces.

unexpand()      turn spaces into tabs.  first calls expand() to expand
                tabs into spaces and then turns tabstop number of spaces
                into tabs, you can set tabstop size with tabstop().

There are some incompatible changes compared to version 0.33.  Look at
the Changes file to see what they are.

To install :

perl Makefile.PL
make
make test
make install

Copyright (c) 1998 Gabor Egressy <gabor@vmunix.com>.
All rights reserved.  All wrongs reversed.  This program is free
software; you can redistribute and/or modify it under the same terms as
Perl itself.