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

Search results for "module:Text::Delimited"

Text::Delimited - Module for parsing delimited text files River stage one • 1 direct dependent • 1 total dependent

BENNIE/Text-Delimited-2.12 - 06 Jan 2022 18:56:46 UTC

Text::Delimited::Marpa - Extract delimited text sequences from strings River stage zero No dependents

Text::Delimited::Marpa provides a Marpa::R2-based parser for extracting delimited text sequences from strings. The text between the delimiters is stored as nodes in a tree managed by Tree. The delimiters, and the text outside the delimiters, is not s...

RSAVAGE/Text-Delimited-Marpa-1.01 - 07 Feb 2021 06:19:20 UTC

Text::Tidx - Index a delimited text file containing start-stop positions River stage zero No dependents

Text:Tidx allows you to index any text file using a key field and range coordinates, and, later, use that index for O(log(n)) range-lookups into the file. This was written because it was, for me significantly faster, for very large files (>100k rows)...

EARONESTY/Text-Tidx-0.94 - 23 May 2013 21:01:55 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::Balanced - Extract delimited text sequences from strings. River stage four • 94 direct dependents • 2047 total dependents

The various "extract_..." subroutines may be used to extract a delimited substring, possibly after skipping a specified prefix string. By default, that prefix is optional whitespace ("/\s*/"), but you can change it to whatever you wish (see below). T...

SHAY/Text-Balanced-2.06 - 05 Jun 2022 10:38:48 UTC

Text::DelimMatch - Perl extension to find regexp delimited strings with proper nesting River stage one • 2 direct dependents • 2 total dependents

These routines allow you to match delimited substrings in a buffer. The delimiters can be specified with any regular expression and the start and end delimiters need not be the same. If the delimited text is properly nested, entire nested groups are ...

NWALSH/DelimMatch-1.06a - 20 May 2003 10:55:41 UTC

Text::Table::ASV - Generate ASV (ASCII separated value a.k.a. DEL a.ka. delimited ASCII) River stage one • 1 direct dependent • 1 total dependent

This module provides a single function, "table", which formats a two-dimensional array of data as ASV. This is basically a way to generate ASV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. ASV (ASCII separated val...

PERLANCAR/Text-Table-ASV-0.002 - 19 Jun 2021 00:05:38 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::PORE - Perl Object Rendering Engine River stage zero No dependents

Parallel to the idea of JSP and PHP, PORE was designed to separate data from presentation. The data is encapsulated in Perl objects, like Java Beans. The presentation is represented by PORE::Template, like JSP files. PORE consists of a templating lan...

ZTANG/Text-PORE-1.02 - 23 Feb 2004 00:21:00 UTC

Text::Prefix - Prepend strings with timestamps and potentially other contextually-relevant information. River stage zero No dependents

Text::Prefix contains the logic implementing the prefix(1) utility (included in this package). It takes arbitrary strings as input and produces output with various contextually-relevant information preceding the string. A variety of output formats ar...

TTKCIAR/Text-Prefix-1.01 - 02 Aug 2017 20:28:28 UTC

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::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::RecordParser::Tab - read tab-delimited files River stage one • 1 direct dependent • 2 total dependents

This module is a shortcut for getting a tab-delimited parser. new Call "new" as normal but without worrying about "field_separator" or "fs." Because this: my $p = Text::RecordParser::Tab->new($file); Is easier to type than this my $p = Text::RecordPa...

KCLARK/Text-RecordParser-1.6.5 - 21 Apr 2015 20:01:10 UTC

Text::LooseCSV - Highly forgiving variable length record text parser; compare to MS Excel River stage zero No dependents

Why another variable-length text record parser? I've had the privilege to parse some of the gnarliest data ever seen and everything else I tried on CPAN choked (at the time I wrote this module). This module has been munching on millions of records of...

RSANDBERG/Text-LooseCSV-1.6 - 11 Jul 2008 04:10:20 UTC

Text::Starfish River stage zero No dependents

Starfish is a system for Perl-based preprocessing and text-embedded programming, based on a universal approach applicable to many different text styles. You can read the documentation contained in the file "report.pdf" for an introduction. For an ini...

VLADO/Text-Starfish-1.39 - 10 Aug 2021 14:52:55 UTC

Text::Template - Expand template text with embedded Perl River stage four • 66 direct dependents • 1215 total dependents

This is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. When you `fill in' a template, you evaluate the little...

MSCHOUT/Text-Template-1.61 - 28 Apr 2022 20:51:13 UTC

Text::Lorem::JA - Japanese Lorem Ipsum generator River stage zero No dependents

Text::Lorem::JA generates fake Japanese text via Markov chain....

DAYFLOWER/Text-Lorem-JA-0.04 - 30 Oct 2013 12:33:22 UTC

Text::Balanced::Marpa - Extract delimited text sequences from strings River stage zero No dependents

Text::Balanced::Marpa provides a Marpa::R2-based parser for extracting delimited text sequences from strings. The text outside and inside the delimiters, and delimiters themselves, are all stored as nodes in a tree managed by Tree. Nested strings, wi...

RSAVAGE/Text-Balanced-Marpa-1.08 - 07 Feb 2021 06:11:28 UTC

Text::Shellwords River stage one • 2 direct dependents • 3 total dependents

This used to be a wrapper around shellwords.pl, but has now been superseded by Text::ParseWords. Use that module insteade. If you use this module, it will simply report the shellwords() function from Text::ParseWords. The old description follows: Thi...

LDS/Text-Shellwords-1.08 - 11 Nov 2005 00:33:19 UTC

Text::Prefix::XS - Fast prefix searching River stage zero No dependents

This module implements a variety of algorithms to ensure fast prefix matching. It is particularly high performant with pessimistic matching (when a match is unlikely), but is still faster than other methods with optimistic matching (when a match is l...

MNUNBERG/Text-Prefix-XS-0.15 - 28 Dec 2011 07:14:46 UTC
42 results (0.042 seconds)