Re: book-style output

2005-11-09 Thread Alejandro Santillan Iturres
>Without the hypens, you could use Text::Wrap. The hyphen slitting needs >some sort of splitting dictionary. You could search CPAN and see if >there's anything there under the Text tree. Yes, hyphenation is a necessary feature, definitely. Alejandro

Re: book-style output

2005-11-08 Thread Sisyphus
- Original Message - From: "Alejandro Santillan Iturres" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 09, 2005 6:40 AM Subject: book-style output I need to format an output in a book-style way, that is, a fixed quantity of chars and splitting exceeding words and

Re: book-style output

2005-11-08 Thread $Bill Luebkert
Alejandro Santillan Iturres wrote: > I need to format an output in a book-style way, that is, a fixed > quantity of chars and splitting exceeding words and inserting a dash > whenever > the word allows it. Is there a module or a procedure to accomplish this > task? Without the hypens, you could u

book-style output

2005-11-08 Thread Alejandro Santillan Iturres
I need to format an output in a book-style way, that is, a fixed quantity of chars and splitting exceeding words and inserting a dash whenever the word allows it. Is there a module or a procedure to accomplish this task?   Thank you.   ___ Perl-Win3