Searched defs:Wrap (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm1 package Text::Wrap;
109 Text::Wrap - line wrapping to form simple paragraphs
115 use Text::Wrap
129 use Text::Wrap qw(wrap $columns $huge);
131 $columns = 132; # Wrap at 132 characters
138 use Text::Wrap
140 $Text::Wrap::columns = 72;
145 C<Text::Wrap::wrap()> is a very simple paragraph formatter. It formats a
152 Text::Wrap::fill() is a simple multi-paragraph formatter. It formats
160 C<Text::Wrap
[all...]

Completed in 15 milliseconds