Query: text::asciitable::wrap
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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::wrapi18n(3pm) - linux |
| text::wrap(3pm) - suse |
| template::plugin::wrap(3) - suse |
| text::wrapi18n(3) - centos |
| text::wrap(3pm) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Detecting unused variables... |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |