Message-ID: <
471E4EE1.5010500@landgren.net>
p4raw-id: //depot/perl@32182
B<Example 1>
- use Text::Wrap
+ use Text::Wrap;
$initial_tab = "\t"; # Tab before first line
$subsequent_tab = ""; # All other lines flush left
B<Example 3>
- use Text::Wrap
+ use Text::Wrap;
$Text::Wrap::columns = 72;
print wrap('', '', @text);