The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Text::Tabs"

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::ANSI::Tabs - Tab expand and unexpand with ANSI sequence River stage two • 3 direct dependents • 12 total dependents

ANSI sequence and Unicode wide characters aware version of Text::Tabs....

UTASHIRO/Text-ANSI-Tabs-1.0501 - 24 Mar 2024 06:09:21 UTC

Acme::CPANPLUS::PreReq::Text::Tabs - Fake module with a prereq on Text+Tabs for testing CPANPLUS River stage zero No dependents

Acme::CPANPLUS::PreReq::Text::Tabs is a fake module that has a prereq on the Text::Tabs module so I can test something in CPANPLUS and CPANPLUS::YACSmoke No moving parts and nothing to see....

BINGOS/Acme-CPANPLUS-PreReq-Text-Tabs-0.04 - 29 Jun 2015 19:28:45 UTC

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

Text::xSV - read character separated files River stage one • 1 direct dependent • 1 total dependent

This module is for reading and writing a common variation of character separated data. The most common example is comma-separated. However that is far from the only possibility, the same basic format is exported by Microsoft products using tabs, colo...

TILLY/Text-xSV-0.21 - 03 Nov 2009 07:29:25 UTC

Text::Diff - Perform diffs on files and record sets River stage four • 103 direct dependents • 5509 total dependents

"diff()" provides a basic set of services akin to the GNU "diff" utility. It is not anywhere near as feature complete as GNU "diff", but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a syste...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC

Text::Tiki - TikiText River stage zero No dependents

Despite the notion of a universal canvas, rich authoring of content through Web browsers is still rather poor and laborious to do. There have been attempts to create WYSIWYG(What You See Is What You Get) editor widgets to rectify this, however none o...

TIMA/Text-Tiki-0.73 - 06 Jan 2004 14:45:52 UTC

Text::InHTML - Display plain text in HTML River stage one • 1 direct dependent • 1 total dependent

In its simplest form it turns a plain text string into HTML that when rendered retains its whitespace without pre tags or pre-like css. Also HTML is encoded so no HTML is rendered like it would be with pre tags. Useful for displaying source code or a...

DMUEY/Text-InHTML-0.0.4 - 25 Jul 2008 02:16:17 UTC

Text::Quote - Quotes strings as required for perl to eval them back correctly River stage one • 1 direct dependent • 4 total dependents

Text::Quote is intended as a utility class for other classes that need to be able to produce valid perl quoted strings. It posses routines to determine the ideal quote character to correctly quote hash keys, to correctly quote and encode binary strin...

NEILB/Text-Quote-0.33 - 15 Mar 2021 20:07:37 UTC

Text::Merge - v.0.36 General purpose text/data merging methods in Perl. River stage zero No dependents

The "Text::Merge" package is designed to provide a quick, versatile, and extensible way to combine presentation templates and data structures. The "Text::Merge" package attempts to do this by assuming that templates are constructed with text and that...

SHARRIS/Text-Merge-0.36 - 02 Apr 2004 01:00:13 UTC

Text::Format - Various subroutines to format text. River stage two • 6 direct dependents • 10 total dependents

The format routine will format under all circumstances even if the width isn't enough to contain the longest words. *Text::Wrap* will die under these circumstances, although I am told this is fixed. If columns is set to a small number and words are l...

SHLOMIF/Text-Format-0.62 - 16 Oct 2020 06:19:49 UTC

Text::Reform - Manual text wrapping and reformatting River stage two • 4 direct dependents • 67 total dependents

The "form" sub The "form()" subroutine may be exported from the module. It takes a series of format (or "picture") strings followed by replacement values, interpolates those values into each picture string, and returns the result. The effect is simil...

CHORNY/Text-Reform-1.20 - 05 Sep 2009 22:26:56 UTC

Text::Outdent - Outdent chunks of text River stage one • 2 direct dependents • 3 total dependents

This module was created to make it easy to have large chunks of strings in the code. If you use a quote operator that spans over several lines or a "here-doc" and have an indention of the code you get leading whitespaces that you may or may not want....

LODIN/Text-Outdent-0.01 - 23 Jul 2005 10:00:48 UTC

Text::TabFile - Module for parsing tab delimited files River stage zero No dependents

BENNIE/Text-TabFile-1.14 - 08 Mar 2014 20:09:22 UTC

Text::Conceal - conceal and recover interface for text processing River stage one • 3 direct dependents • 6 total dependents

This is a general interface to transform text data into desirable form, and recover the result after the process. For example, Text::Tabs does not take care of Asian wide characters to calculate string width. So next program does not work as we wish....

UTASHIRO/Text-Conceal-1.03 - 21 Oct 2023 05:01:03 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

Text::LineFold - Line Folding for Plain Text River stage three • 11 direct dependents • 330 total dependents

Text::LineFold folds or unfolds lines of plain text. As it mainly focuses on plain text e-mail messages, RFC 3676 flowed format is also supported....

NEZUMI/Unicode-LineBreak-2019.001 - 29 Dec 2018 05:21:00 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::FindIndent - Heuristically determine the indent style River stage one • 1 direct dependent • 1 total dependent

This is a module that attempts to intuit the underlying indent "policy" for a text file (most likely a source code file)....

CHORNY/Text-FindIndent-0.11 - 26 Dec 2015 14:26:53 UTC

Text::Autoformat - Automatic text wrapping and reformatting River stage two • 20 direct dependents • 62 total dependents

Paragraphs The fundamental task of the "autoformat" subroutine is to identify and rearrange independent paragraphs in a text. Paragraphs typically consist of a series of lines containing at least one non-whitespace character, followed by one or more ...

NEILB/Text-Autoformat-1.75 - 13 Aug 2019 10:43:04 UTC
37 results (0.033 seconds)