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

Search results for "module:Text::Header"

Text::Header - RFC 822/2068 header and unheader functions River stage zero No dependents

This module provides two new functions, "header" and "unheader", which provide general-purpose RFC 822 header construction and parsing. They do not provide any intelligent defaults of HTTP-specific methods. They are simply aimed at providing an easy ...

NWIGER/Text-Header-1.03 - 02 Oct 2000 17:50:32 UTC

Text::Amuse::Compile::MuseHeader - Module to parse muse metadata River stage zero No dependents

This class is still a work in progress....

MELMOTHX/Text-Amuse-Compile-1.89 - 01 Apr 2024 07:18: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::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::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::CPP - A full C Preprocessor in XS River stage zero No dependents

A fast C preprocessor in XS. This does not require an external C preprocessor, and will not fork() or exec() any external process....

SHEVEK/Text-CPP-0.15 - 19 Aug 2012 23:35:09 UTC

Text::EP3 - The Extensible Perl PreProcessor River stage zero No dependents

EP3 is a Perl5 program that preprocesses STDIN or some set of input files and produces an output file. EP3 only works on input files and produces output files. It seems to me that if you want to preprocess arrays or somesuch, you should be using perl...

MYKL/Text-EP3-1.10 - 02 Mar 2006 13:26:47 UTC

Text::Caml - Mustache template engine River stage one • 2 direct dependents • 2 total dependents

Text::Caml is a Mustache-like (<http://mustache.github.com/>) template engine. That means it tends to have no logic in template files. Syntax Context Context is the data passed to the template. Context can change during template rendering and be spec...

VTI/Text-Caml-0.17 - 31 Aug 2018 20:17:11 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

Mozilla::DOM - Perl wrapping of the Mozilla/Gecko DOM River stage two • 3 direct dependents • 10 total dependents

SLANNING/Mozilla-DOM-0.23 - 03 Nov 2009 22:10:03 UTC

Text::Forge - Templates with embedded Perl River stage zero No dependents

This module uses templates to generate documents dynamically. Templates are normal text files with a bit of special syntax that allows Perl code to be embedded. The following tags are supported: <% %> code block (no output) <%= %> interpolate, result...

MAURICE/Text-Forge-6.02 - 18 Mar 2014 03:48:51 UTC

Text::Amuse - Generate HTML and LaTeX documents from Emacs Muse markup. River stage one • 2 direct dependents • 2 total dependents

MELMOTHX/Text-Amuse-1.83 - 19 Feb 2023 09:04:24 UTC

Text::Bloom - Evaluate Bloom signature of a set of terms River stage one • 1 direct dependent • 1 total dependent

"Text::Bloom" applies the Bloom filtering technique to the statistical analysis of documents. The terms in the document are quantized using a base-36 radix representation; each term thus corresponds to an integer in the range 0..*p-1*, where *p* is a...

ASPINELLI/Text-Document-1.08 - 09 Nov 2021 17:44:58 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::Scrub - used to wild card out text used for comparison River stage zero No dependents

The methods in the "Test::STD:Scrub" package are designed to support the "Test::STDmaker" and the "ExtUtils::SVDmaker" package. This is the focus and no other focus. Since "Test::STD::Scrub" is a separate package, the methods may be used elsewhere. T...

SOFTDIA/Text-Scrub-0.08 - 25 May 2004 18:16:56 UTC

Text::Column - format tables from specific array and hash structures River stage zero No dependents

The methods in this module are used to generate formated tables from the data in various specific array and hash structures. These subroutines are used in test software. They are used to build simple inventory listings, tracebility listins and such f...

SOFTDIA/Text-Column-0.05 - 29 Apr 2004 17:25:40 UTC

Text::CSV_XS - comma-separated values manipulation routines River stage three • 112 direct dependents • 289 total dependents

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...

HMBRAND/Text-CSV_XS-1.54 - 18 Apr 2024 12:11:05 UTC

Text::EtText - editable-text format for HTML output River stage zero No dependents

EtText is a simple plain-text format which allows conversion to and from HTML. Instead of editing HTML directly, it provides an easy-to-edit, easy-to-read and intuitive way to write HTML, based on the plain-text markup conventions we've been using fo...

JMASON/Text-EtText-2.2 - 01 Oct 2001 03:55:36 UTC

Text::CSV_PP - Text::CSV_XS compatible pure-Perl module River stage three • 151 direct dependents • 329 total dependents

Text::CSV_PP is a pure-perl module that provides facilities for the composition and decomposition of comma-separated values. This is (almost) compatible with much faster Text::CSV_XS, and mainly used as its fallback module when you use Text::CSV modu...

ISHIGAKI/Text-CSV-2.04 - 02 Dec 2023 12:18:10 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
153 results (0.056 seconds)