text::asciitable::wrap(3pm) debian man page | unix.com

Man Page: text::asciitable::wrap

Operating Environment: debian

Section: 3pm

Text::ASCIITable::Wrap(3pm)				User Contributed Perl Documentation			       Text::ASCIITable::Wrap(3pm)

NAME
Text::ASCIITable::Wrap - Wrap text
SHORT DESCRIPTION
Make sure a text never gets wider than the specified width using wordwrap.
SYNOPSIS
use Text::ASCIITable::Wrap qw{ wrap }; print wrap('This is a long line which will be cut down to several lines',10);
FUNCTIONS
wrap($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.
REQUIRES
Exporter, Carp
AUTHOR
Haakon Nessjoen, lunatic@cpan.org
VERSION
Current version is 0.2.
COPYRIGHT
Copyright 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 ALSO
Text::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