1Text::ASCIITable::Wrap(U3s)er Contributed Perl DocumentatTieoxnt::ASCIITable::Wrap(3)
2
3
4

NAME

6       Text::ASCIITable::Wrap - Wrap text
7

SHORT DESCRIPTION

9       Make sure a text never gets wider than the specified width using
10       wordwrap.
11

SYNOPSIS

13         use Text::ASCIITable::Wrap qw{ wrap };
14         print wrap('This is a long line which will be cut down to several lines',10);
15

FUNCTIONS

17   wrap($text,$width[,$nostrict]) (exportable)
18       Wraps text at the specified width. Unless the $nostrict parameter is
19       set, it will cut down the word if a word is wider than $width. Also
20       supports text with linebreaks.
21

REQUIRES

23       Exporter, Carp
24

AUTHOR

26       HXkon NessjXen, lunatic@cpan.org
27

VERSION

29       Current version is 0.2.
30
32       Copyright 2002-2003 by HXkon NessjXen.  All rights reserved.  This
33       module is free software; you can redistribute it and/or modify it under
34       the same terms as Perl itself.
35

SEE ALSO

37       Text::ASCIITable, Text::Wrap
38
39
40
41perl v5.30.0                      2019-07-26         Text::ASCIITable::Wrap(3)
Impressum