Search results for "module:Text::Wrap"
Text::Wrap - line wrapping to form simple paragraphs
"Text::Wrap::wrap()" is a very simple paragraph formatter. It formats a single paragraph at a time by breaking lines at word boundaries. Indentation is controlled for the first line ($initial_tab) and all subsequent lines ($subsequent_tab) independen...
ARISTOTLE/Text-Tabs+Wrap-2023.0511 - 10 May 2023 02:34:09 UTC
GD::Text::Wrap - Wrap strings in boxes
GD::Text::Wrap provides an object that draws a formatted paragraph of text in a box on a GD::Image canvas, using either a builtin GD font or a TrueType font....
MVERB/GDTextUtil-0.86 - 19 Jun 2003 01:10:17 UTC
Text::Wrap::OO - an object oriented interface to Text::Wrap
Text::Wrap::OO is an object oriented wrapper to the Text::Wrap module. Text::Wrap is useful for formatting text, and it is customizable, but it has a drawback: The configuration options are set using global package variables. This means that if a mod...
ASDAGO/Text-Wrap-OO-0.002 - 06 Jun 2021 18:44:22 UTC
Text::Flow::Wrap - Flexible word wrapping for not just ASCII output.
The main purpose of this module is to provide text wrapping features without being tied down to ASCII based output and fixed-width fonts. My needs were for sophisticated test control in PDF and GIF output formats in particular....
STEVAN/Text-Flow-0.01 - 21 May 2007 15:01:31 UTC
Text::Wrap::Smart - Wrap text into chunks of similar length
"Text::Wrap::Smart" is the pure perl companion of "Text::Wrap::Smart::XS"....
SCHUBIGER/Text-Wrap-Smart-1.00 - 20 Feb 2023 22:00:43 UTC
Text::Wrap::NoStrip - Line wrapping without stripping the whitespace
NOTE: Early implementaiton, no tab handling. This module provides "wrap()" variant that does not strip the whitespaces, to make unfolding easier and capable of returning the original text. Contrast: # original $text longwordlongwordlongword word word...
PERLANCAR/Text-Wrap-NoStrip-0.003 - 18 Feb 2023 10:49:12 UTC
Text::Wrap::Smart::XS - Wrap text fast into chunks of similar length
"Text::Wrap::Smart::XS" is the faster companion of "Text::Wrap::Smart"....
SCHUBIGER/Text-Wrap-Smart-XS-0.08 - 22 Feb 2023 20:21:40 UTC
Template::Plugin::GD::Text::Wrap - Break and wrap strings in GD images
The GD.Text.Wrap plugin provides an interface to the GD::Text::Wrap module. It allows multiples line of text to be drawn in GD images with various wrapping and alignment. See GD::Text::Wrap for more details. See Template::Plugin::GD::Text::Align for ...
ABW/Template-GD-2.66 - 03 Feb 2006 13:57:06 UTC
Text::WrapProp - proportional line wrapping to form simple paragraphs
Text::WrapProp::wrap_prop() is a very simple paragraph formatter for proportional text. It formats a single paragraph at a time by breaking lines at word boundries. You must supply the column width in floating point units which should be set to the f...
JBRIGGS/Text-WrapProp-0.05 - 26 Oct 2014 21:50:07 UTC
Text::Tabs - expand and unexpand tabs like unix expand(1) and unexpand(1)
Text::Tabs does most of what the unix utilities expand(1) and unexpand(1) do. Given a line with tabs in it, "expand" replaces those tabs with the appropriate number of spaces. Given a line with or without tabs in it, "unexpand" adds tabs when it can ...
ARISTOTLE/Text-Tabs+Wrap-2023.0511 - 10 May 2023 02:34:09 UTC
Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words
This module intends to be a better Text::Wrap module. This module is needed to support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5. This module also supports characters with irregular widths, such as combining charac...
KUBOTA/Text-WrapI18N-0.06 - 25 Jun 2003 14:20:35 UTC
Text::WrapAsUtf8 - temporarily wraps output to stdout as the UTF-8 binmode.
This module implements two functions that proved of utility in my Website Meta Language (<http://www.shlomifish.org/open-source/projects/website-meta-language/> ) sites and which I decided to extract into a common CPAN distribution. They temporarily ...
SHLOMIF/Text-WrapAsUtf8-0.0.2 - 22 Sep 2020 19:13:48 UTC
Text::Wrapper - Word wrap text by breaking long lines
Text::Wrapper provides simple word wrapping. It breaks long lines, but does not alter spacing or remove existing line breaks. If you're looking for more sophisticated text formatting, try the Text::Format module. Reasons to use Text::Wrapper instead ...
CJM/Text-Wrapper-1.05 - 18 Jan 2014 20:58:12 UTC
GD::Text - Text utilities for use with GD
This module provides a font-independent way of dealing with text in GD, for use with the GD::Text::* modules and GD::Graph....
MVERB/GDTextUtil-0.86 - 19 Jun 2003 01:10:17 UTC
Pod::Text - Convert POD data to formatted text
Pod::Text is a module that can convert documentation in the POD format (the preferred language for documenting Perl) into formatted text. It uses no special formatting controls or codes, and its output is therefore suitable for nearly any device. Enc...
RRA/podlators-5.01 - 25 Dec 2022 18:00:02 UTC
Text::Flow - Flexible text flowing and word wrapping for not just ASCII output.
This module provides a flexible way to wrap and flow text for both ASCII and non-ASCII outputs. Another Text Wrap module!!?!?! The main purpose of this module is to provide text wrapping and flowing features without being tied down to ASCII based out...
STEVAN/Text-Flow-0.01 - 21 May 2007 15:01:31 UTC
Text::CSV - comma-separated values manipulator (using XS or PurePerl)
Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...
ISHIGAKI/Text-CSV-2.03 - 11 Aug 2023 07:11:41 UTC
XML::XQL - A perl module for querying XML tree structures with XQL
The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...
TJMATHER/XML-XQL-0.68 - 16 Jan 2003 21:59:00 UTC
XML::XQL - A perl module for querying XML tree structures with XQL
The XML::XQL module implements the XQL (XML Query Language) proposal submitted to the XSL Working Group in September 1998. The spec can be found at: <http://www.w3.org/TandS/QL/QL98/pp/xql.html> Most of the contents related to the XQL syntax can also...
ENNO/libxml-enno-1.02 - 27 Mar 2000 16:23:22 UTC