This module provides routines for dealing with text that contains ANSI color codes, e.g. for determining its length/width (excluding the color codes), stripping the color codes, extracting the color codes, and so on. For functions that support wide c...
PERLANCAR/Text-ANSI-Util-0.231 - 14 Apr 2021 00:05:09 UTCThis class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the "diff()" function, see the Text::Diff documentation. In the XHTML for...
TIMK/Text-Diff-HTML-0.08 - 21 Aug 2018 04:22:49 UTCLUNATIC/Text-ASCIITable-0.22 - 29 Dec 2016 14:52:23 UTC
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 UTCThis module provides a text based tool for the generation process diagrams, sometimes called process maps. The process maps produced by this module are similar to UML Interaction Diagrams, only much simpler....
BADKINS/Text-ProcessMap-0.01 - 02 Mar 2005 07:13:41 UTCA streaming decoder for "ZeroMQ Property Language" files using Text::ZPL. See the Text::ZPL documentation for more on "ZPL" and parsing-related details. new my $stream = Text::ZPL::Stream->new( # Optional: max_buffer_size => 512, ); Constructs an obj...
AVENJ/Text-ZPL-0.003001 - 27 Jun 2016 20:37:36 UTCParsing CSV files is nasty. It seems so simple, but it usually isn't. Thankfully Text::CSV_XS takes care of most of that nastiness for us. Like many modules which have to deal with all manner of nastiness and edge cases, however, it can be clumsy to ...
TMTM/Text-CSV-Simple-1.00 - 20 Sep 2005 22:06:04 UTCThis class is a formatter that takes Pod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::Simple and inherits all its methods....
KHW/Pod-Simple-3.42 - 14 Nov 2020 23:24:12 UTCText::BlockLayout can wrap and format chunks of text for you. For each piece of text you add, you can chose whether it remains on lines on its own (when added with the "add_line" method), or whether it might be joined with other lines (when added wit...
MORITZ/Text-BlockLayout-0.03 - 31 Oct 2014 14:27:46 UTCMarkMoreDown (markmod) is a free MIT-licensed perl library for parsing and converting a superset of Markdown. It is supports standard Markdown (with some minor modifications) and various extensions that have inspired by PHP Markdown Extra, MultiMarkd...
KIAVASH/Text-Markmoredown-0.000036 - 27 Feb 2021 18:22:07 UTCTk::Text::SuperText implements many new features over the standard Tk::Text widget while supporting all it's standard features.Its used simply as the Tk::Text widget. New Features: * Unlimited undo/redo. So you can undo and redo whatever you deleted/...
ASB/Tk-Text-SuperText-0.11 - 24 Mar 2016 16:09:25 UTCThis module is an enhanced version of M-J. Dominus' Text::Template version 1.45. I have tried to contact M-J. to get my patches (included in this distribution in the "patches/" directory) into Text::Template but never got an answer. For usage informa...
OPI/Text-Template-Library-0.04 - 20 Jun 2010 18:28:23 UTCVVELOX/Text-Filter-Froggy-0.0.0 - 10 Aug 2009 16:48:17 UTC
This module contains the wide-character variant ("ta_mb*()") for some functions in Text::ANSI::Util. It is split so only this module requires Text::WideChar::Util and Text::ANSI::Util can be kept slim....
PERLANCAR/Text-ANSI-WideUtil-0.231 - 15 Apr 2021 00:05:14 UTCThis class is a formatter that takes PseudoPod and renders it as wrapped plaintext. Its wrapping is done by Text::Wrap, so you can change $Text::Wrap::columns as you like. This is a subclass of Pod::PseudoPod and inherits all its methods....
CHROMATIC/Pod-PseudoPod-0.19 - 01 Sep 2019 20:59:15 UTCThis module provides routines for dealing with text containing wide characters (wide meaning occupying more than 1 column width in terminal)....
PERLANCAR/Text-WideChar-Util-0.171 - 17 Apr 2021 00:06:06 UTCOutputs tables in any one of several supported types. Features: o Generic interface to all supported table formats o Separately specify header/data/footer rows o Separately include/exclude header/data/footer rows o Align cell values Each column has i...
RSAVAGE/Text-Table-Manifold-1.03 - 07 Feb 2021 06:47:53 UTCNOTE: *This* module is based off of the old CGI::Kwiki formatter. Ideally, Text::KwikiFormat would be written to use the new the new Kwiki formatter. CGI::Kwiki includes a formatter (CGI::Kwiki::Formatter) for converting Kwikitext (a nice form of wik...
IAN/Text-KwikiFormatish-1.11 - 12 Feb 2006 00:11:06 UTC"Text::BibTeX::BibStyle" is a module that can format "Text::BibTeX::Entry" objects by interpreting a bibstyle (".bst") file such as "ieeetr.bst". In this way, Perl can use the same bibliographic style files that bibtex does. For a large collection of...
NODINE/Text-BibTeX-BibStyle-0.03 - 07 Dec 2007 21:33:25 UTCText::MicroMason::Base is an abstract superclass that provides a parser and execution environment for an extensible templating system. Public Methods new() $mason = Text::MicroMason::Base->new( -Mixin1, -Mixin2, %attribs ); Creates a new Text::MicroM...
FERRENCY/Text-MicroMason-2.23 - 27 Jun 2019 21:37:01 UTC