Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!www.nntp.primenet.com!globalcenter1!news.primenet.com!nntp.primenet.com!newsfeed.direct.ca!News.Vancouver.iSTAR.net!news.istar.net!hammer.uoregon.edu!nntp.teleport.com!news.teleport.com!not-for-mail
From: [email protected] (Gabor)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: new module - evaluate
Followup-To: comp.lang.perl.modules
Date: 11 Jan 1998 00:31:35 GMT
Organization: O
Lines: 23
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:49 comp.lang.perl.modules:1015

Hi,

I have written, what is in my humble opinion, an improved version of
Text::Warp.  It is done as an object so it is thread safe and does not
die when the longest word plus leading whitespace is longer than
column width.  It also has a center subroutine along with wrap and
fill and subs to set the config vars.  Also, it puts a newline at the
end of the paragraph which Text::Wrap does not do.  And it puts two
spaces after a period.
It allows you to right align text or fill the right side with spaces
out to width.  Becuase it does not die when width is less than longest
word it can be used to make a word list, either left or right aligned.
I hope that people would comment on it's performance/bugs before it
goes on CPAN.  It is right now version 0.1.
You can find it at
www.vmunix.com/~gabor/perl/Manip.pm

gabor.
--
   In general, they do what you want, unless you want consistency.
       -- Larry Wall in the perl man page