Man Page: text::asciitable::wrap
Operating Environment: debian
Section: 3pm
Text::ASCIITable::Wrap(3pm) User Contributed Perl Documentation Text::ASCIITable::Wrap(3pm)NAMEText::ASCIITable::Wrap - Wrap textSHORT DESCRIPTIONMake sure a text never gets wider than the specified width using wordwrap.SYNOPSISuse Text::ASCIITable::Wrap qw{ wrap }; print wrap('This is a long line which will be cut down to several lines',10);FUNCTIONSwrap($text,$width[,$nostrict]) (exportable) Wraps text at the specified width. Unless the $nostrict parameter is set, it will cut down the word if a word is wider than $width. Also supports text with linebreaks.REQUIRESExporter, CarpAUTHORHaakon Nessjoen, lunatic@cpan.orgVERSIONCurrent version is 0.2.COPYRIGHTCopyright 2002-2003 by Haakon Nessjoen. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOText::ASCIITable, Text::Wrap perl v5.14.2 2011-11-30 Text::ASCIITable::Wrap(3pm)
| Related Man Pages |
|---|
| text::wrap(3pm) - mojave |
| template::plugin::wrap(3) - suse |
| text::wrapi18n(3) - centos |
| text::wrap(3pm) - centos |
| text::flow(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| New UNIX and Linux History Sections |