in reply to Re: Text::Wrap not working
in thread Text::Wrap not working
use Text::Wrap; $text = $message; @lines = split(/\n/, $text); $lCnt .= $#lines+1; $lineStart = 80; $lineHeight = 24; $Text::Wrap::columns = 35; print wrap('','',@text);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Text::Wrap not working
by toolic (Bishop) on Aug 23, 2010 at 21:00 UTC | |
by matua105 (Novice) on Aug 23, 2010 at 21:18 UTC | |
by Khen1950fx (Canon) on Aug 24, 2010 at 06:18 UTC | |
by toolic (Bishop) on Aug 23, 2010 at 21:29 UTC |