debian man page for text::asciitable::wrap

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)

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
template::plugin::wrap(3) - suse
text::wrap(3pm) - redhat
text::asciitable(3pm) - debian
text::flow::wrap(3pm) - debian
text::wrap(3perl) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Introduction
Weird 'find' results
My first PERL incarnation... Audio Oscillograph