Search results for "module:Text::Wrap"

Text::Wrap - line wrapping to form simple paragraphs River stage five • 124 direct dependents • 32646 total dependents

"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-2024.001 - 16 Feb 2024 20:34:01 UTC

GD::Text::Wrap - Wrap strings in boxes River stage two • 10 direct dependents • 39 total dependents

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 River stage zero No dependents

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. River stage one • 2 direct dependents • 8 total dependents

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 River stage zero No dependents

"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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 1 direct dependent • 1 total dependent

"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

Text::ASCIITable::Wrap - Wrap text River stage two • 27 direct dependents • 34 total dependents

LUNATIC/Text-ASCIITable-0.22 - 29 Dec 2016 14:52:23 UTC

Template::Plugin::GD::Text::Wrap - Break and wrap strings in GD images River stage zero No dependents

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 River stage zero No dependents

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) River stage five • 124 direct dependents • 32646 total dependents

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-2024.001 - 16 Feb 2024 20:34:01 UTC

Text::WrapI18N - Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words River stage one • 3 direct dependents • 3 total dependents

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. River stage one • 2 direct dependents • 3 total dependents

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 River stage one • 5 direct dependents • 6 total dependents

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 River stage two • 10 direct dependents • 39 total dependents

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 River stage five • 62 direct dependents • 32646 total dependents

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. River stage one • 2 direct dependents • 8 total dependents

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) River stage three • 151 direct dependents • 329 total dependents

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.04 - 02 Dec 2023 12:18:10 UTC

Text::Fold - Turn “unicode” and “byte” string text into lines of a given width, soft-hyphenating broken words River stage one • 1 direct dependent • 1 total dependent

This simple folding mechanism is intended to turn a long string of text (possibly containg multiple lines) into multiple lines not exceeding a certain width. It should work consistently with Unicode strings and Byte strings. See the rest of this docu...

DMUEY/Text-Fold-0.5 - 09 Apr 2014 22:54:23 UTC

XML::XQL - A perl module for querying XML tree structures with XQL River stage zero No dependents

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
73 results (0.044 seconds)