6a5e36c56c
wrapping routine. PR: 23964 Submitted by: Anton Berezin <tobez@tobez.org>
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
This module provides simple word wrapping. It breaks long lines, but
|
|
does not alter spacing or remove existing line breaks. If you're
|
|
looking for more sophisticated text formatting, try the Text::Format
|
|
module.
|
|
|
|
In short, Text::Wrapper is the object-oriented equivalent of Text::Wrap,
|
|
but with fewer bugs (I hope).
|
|
|
|
-Anton
|
|
<tobez@tobez.org>
|