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

Search results for "module:Text::Merge"

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::CSV::Merge - Fill in gaps in a CSV file from another CSV file River stage zero No dependents

The use case for this module is when one has two CSV files of largely the same structure. Yet, the 'from.csv' has data which 'into.csv' lacks. In this initial release, Text::CSV::Merge only fills in empty cells; it does not overwrite data in 'into.cs...

LISANTRA/Text-CSV-Merge-0.05 - 27 Sep 2013 17:49:19 UTC

Text::Merge::Lists - v.0.30 Text/data merge with lists/table support River stage zero No dependents

The "Text::Merge::Lists" package is designed to extend the "Text::Merge" package with "list styles" in addition to the other formatting methods of fields. This allows the display of fields that contain "lists" of items in addition to the normal "scal...

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

Text::PO - Read and write PO files River stage zero No dependents

This module parse GNU PO (portable object) and POT (portable object template) files, making it possible to edit the localised text and write it back to a po file. Text::PO::MO reads and writes ".mo" (machine object) binary files. Thus, with those mod...

JDEGUEST/Text-PO-v0.7.0 - 10 Dec 2023 08:44:41 UTC

Text::Util - It's new tools for clean text River stage zero No dependents

Text::Util is a util for clean text data, forexample merge sapce etc Text::Util::merge_space merge more space to one Text::Util::clean_text include merge_space step and remove all start and end space of string...

MCCHEUNG/Text-Util-0.03 - 20 Jan 2017 00:56:03 UTC

Text::Diff3 - three way text comparison and merging. River stage zero No dependents

This module provides you to compute difference sets between two or three texts ported from GNU diff3.c written by R. Smith. For users convenience, Text::Diff3 includes small diff procedure based on the P. Heckel's algorithm. On the other hands, many ...

TOCIYUKI/Text-Diff3-0.10 - 03 Feb 2011 03:04:24 UTC

Text::Hspell - wrapper for the hspell (= Hebrew speller) library River stage zero No dependents

This module allows one to use libhspell ( <http://hspell.ivrix.org.il/> ) to spell check Hebrew words....

SHLOMIF/Text-Hspell-0.4.1 - 24 Jul 2020 12:18:50 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::sprintfn - Drop-in replacement for sprintf(), with named parameter support River stage three • 8 direct dependents • 623 total dependents

This module provides sprintfn() and printfn(), which are like sprintf() and printf(), with the exception that they support named parameters from a hash....

PERLANCAR/Text-sprintfn-0.090 - 01 Jan 2020 00:06:08 UTC

Net::DNS::ZoneFile - DNS zone file River stage three • 113 direct dependents • 575 total dependents

Each Net::DNS::ZoneFile object instance represents a zone file together with any subordinate files introduced by the $INCLUDE directive. Zone file syntax is defined by RFC1035. A program may have multiple zone file objects, each maintaining its own i...

NLNETLABS/Net-DNS-1.44 - 15 Feb 2024 13:03:57 UTC

Data::Table::Text - Write data in tabular text format. River stage two • 35 direct dependents • 35 total dependents

Write data in tabular text format. Version 20240203. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Table-Text-20240408 - 07 Apr 2024 19:30:28 UTC

Text::PDF::Objind - PDF indirect object reference. Also acts as an abstract superclass for all elements in a PDF file. River stage two • 4 direct dependents • 28 total dependents

BHALLISSY/Text-PDF-0.31 - 25 Aug 2016 00:21:44 UTC

Text::PO::Element - PO Element River stage zero No dependents

This is the class for PO elements. CONSTRUCTOR new Create a new Text::PO::Element object acting as an accessor. ATTRIBUTES A "Text::PO::Element" object has the following fields : * "msgid" The localisation id * "msgstr" The localised string * "msgid_...

JDEGUEST/Text-PO-v0.7.0 - 10 Dec 2023 08:44:41 UTC

Text::TNetstrings - Data serialization using typed netstrings. River stage zero No dependents

SEBNOW/Text-TNetstrings-v1.2.0 - 19 Oct 2011 11:49:53 UTC

Text::Indent::Tiny - tiny and flexible indentation across modules River stage zero No dependents

The module is designed to be used for printing indentation in the simplest way as much as possible. It provides methods for turning on/off indentation and output using the current indentation. The module design was invented during discussion on the P...

SIBERIAN/Text-Indent-Tiny-0.1.2 - 21 Oct 2020 13:31:13 UTC

Text::Diff::Config - global configuration for Text::Diff (as a separate module). River stage four • 103 direct dependents • 5509 total dependents

This module configures Text::Diff and its related modules. Currently it contains only one global variable $Text::Diff::Config::Output_Unicode which is a boolean flag, that if set outputs unicode characters as themselves without escaping them as " \x{...

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

Text::EasyTemplate - A simple text template system. River stage zero No dependents

This module is a simple and straightforward alternative to much more complex template toolkits and frameworks. I began development on it because existing Perl modules for handling templates were too complex to use in simple applications. Templates ar...

LCHAVEZ/Text-EasyTemplate-0.01 - 16 Oct 2006 23:46:33 UTC

Text::TypingEffort - Calculate the effort required to type a given text River stage zero No dependents

Text::TypingEffort is used to calculate how much physical effort was required to type a given text. Several metrics of effort are used. These metrics are described in detail in the "METRICS" section. This module is useful for determining which keyboa...

MNDRIX/Text-TypingEffort-0.25 - 30 Mar 2009 19:38:58 UTC

Text::TemplateLite - Pure-Perl text templates with bare-bones syntax, compact size, and limitable resource usage River stage one • 1 direct dependent • 1 total dependent

Overview Text::TemplateLite is intended primarily for "string-sized" templating (e.g. for message localization rather than entire "pages") using compact (terse?) templates with a (relatively) simple syntax. It is anticipated that templates may (at le...

BKATZUNG/Text-TemplateLite-0.01 - 12 Oct 2012 14:00:54 UTC

Text::Amuse::Compile - Compiler for Text::Amuse River stage zero No dependents

MELMOTHX/Text-Amuse-Compile-1.89 - 01 Apr 2024 07:18:13 UTC
28 results (0.048 seconds)