Text::Macros - an object-oriented text macro engine River stage zero No dependents

Typical usage might look like this: my $template = <<EOF; To: [[ RecipientEmail ]] From: [[ SenderEmail ]] Subject: Payment Past Due on Account # [[ AccountNum ]] Dear [[ RecipientName ]]: Your payment of [[ PaymentAmount ]] is [[ DaysPastDue ]] days...

JDPORTER/Text-Macros-0.04 - 01 Feb 2000 16:00:09 GMT

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 GMT

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 GMT

Text::iPerl - engine for bringing any text documents alive with bits of embedded Perl River stage zero No dependents

This is the engine of an inverse Perl interpreter, which controls normal text with macro invocations and specially marked bits of Perl. This setup of the document is always the same, though details may vary according to the style in effect. (See "set...

PFEIFFER/iPerl-0.6 - 23 Jul 2000 19:38:38 GMT

Text::Refer - parse Unix "refer" files River stage zero No dependents

*This module supercedes the old Text::Bib.* This module provides routines for parsing in the contents of "refer"-format bibliographic databases: these are simple text files which contain one or more bibliography records. They are usually found lurkin...

ERYQ/Text-Refer-1.106 - 30 Apr 1997 23:19:33 GMT

Text::BibTeX - interface to read and parse BibTeX files River stage one • 3 direct dependents • 4 total dependents

The "Text::BibTeX" module serves mainly as a high-level introduction to the "Text::BibTeX" library, for both code and documentation purposes. The code loads the two fundamental modules for processing BibTeX files ("Text::BibTeX::File" and "Text::BibT...

AMBS/Text-BibTeX-0.88 - 29 Apr 2019 15:03:09 GMT

Text::Nimble - Parse and render Nimble markup. River stage zero No dependents

This module provides a function-oriented interface for parsing and rendering Nimble markup. For details on Nimble syntax and the project in general, see <http://was.tl/projects/nimble/>....

TOPAZ/Text-Nimble-0.002001 - 06 Feb 2014 07:45:05 GMT

Text::Xslate - Scalable template engine for Perl5 River stage three • 79 direct dependents • 136 total dependents

Xslate is a template engine, tuned for persistent applications, safe as an HTML generator, and with rich features. There are a lot of template engines in CPAN, for example Template-Toolkit, Text::MicroTemplate, HTML::Template, and so on, but all of t...

SKAJI/Text-Xslate-v3.5.6 - 08 Jan 2018 06:41:05 GMT

YAPE::Regex::Element - sub-classes for YAPE::Regex elements River stage one • 3 direct dependents • 3 total dependents

This module provides the classes for the "YAPE::Regex" objects. The base class for these objects is "YAPE::Regex::Element". The objects classes are numerous. Methods for "YAPE::Regex::Element" This class contains fallback methods for the other classe...

GSULLIVAN/YAPE-Regex-4.00 - 03 Feb 2011 14:01:00 GMT

Text::Textile - A humane web text generator. River stage two • 20 direct dependents • 27 total dependents

BCHOATE/Text-Textile-2.13 - 27 Jul 2014 02:11:11 GMT

Text::Starfish River stage zero No dependents

(The documentation is probably not up to date.) Starfish is a system for Perl-based text-embedded programming and preprocessing, which relies on a unifying regular expression rewriting methodology. If you know Perl and php, you probably know the basi...

VLADO/Text-Starfish-1.29 - 14 Sep 2019 21:30:40 GMT

Text::Trac2GFM River stage zero No dependents

This module provides functions which ease the migration of TracWiki formatted wikis (or any other content, such as ticket descriptions, which use TracWiki markup) to GitLab projects using GitLab Flavored Markdown (GFM). For the most part, this module...

JSIME/Text-Trac2GFM-0.001 - 12 Sep 2016 15:35:40 GMT

Text::MacroScript - A macro pre-processor with embedded perl capability River stage zero No dependents

Define macros, scripts and variables in macro files or directly in text files. Commands can appear in separate macro files which are loaded in either via the text files they process (e.g. via the "%LOAD" command), or can be embedded directly in text ...

PSCUST/Text-MacroScript-2.11 - 13 Sep 2015 12:37:01 GMT

Text::ClearSilver - Perl interface to the ClearSilver template engine River stage one • 1 direct dependent • 1 total dependent

Text::ClearSilver is a Perl binding to the ClearSilver template engine....

CRAFTWORK/Text-ClearSilver-0.10.5.4 - 28 Apr 2010 11:02:36 GMT

Text::BibTeX::File - interface to whole BibTeX files River stage one • 3 direct dependents • 4 total dependents

"Text::BibTeX::File" provides an object-oriented interface to BibTeX files. Its most obvious purpose is to keep track of a filename and filehandle together for use by the "Text::BibTeX::Entry" module (which is much more interesting). In addition, it ...

AMBS/Text-BibTeX-0.88 - 29 Apr 2019 15:03:09 GMT

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 GMT

Text::BibTeX::Entry - read and parse BibTeX files River stage one • 3 direct dependents • 4 total dependents

"Text::BibTeX::Entry" does all the real work of reading and parsing BibTeX files. (Well, actually it just provides an object-oriented Perl front-end to a C library that does all that. But that's not important right now.) BibTeX entries can be read ei...

AMBS/Text-BibTeX-0.88 - 29 Apr 2019 15:03:09 GMT

Text::BibTeX::Value - interfaces to BibTeX values and simple values River stage one • 3 direct dependents • 4 total dependents

The "Text::BibTeX::Value" module provides two classes, "Text::BibTeX::Value" and "Text::BibTeX::SimpleValue", which respectively give you access to BibTeX "compound values" and "simple values". Recall that every field value in a BibTeX entry is the c...

AMBS/Text-BibTeX-0.88 - 29 Apr 2019 15:03:09 GMT

Text::Template::Library - a derived class of Text::Template River stage one • 1 direct dependent • 1 total dependent

I have used "Text::Template" for several years in different projects. Allways I have missed the possibility to create macros. For example suppose this template: <table> [% for (@rows) { $OUT.="<<EOR"; <tr>...</tr> EOR } %] </table> This works perfect...

OPI/Text-Template-Library-0.04 - 20 Jun 2010 18:28:23 GMT

Text::Editor::Vip::Buffer - Editing engine River stage zero No dependents

This module implements the core functionality for an editing engine. It knows about selection, undo and plugins....

NKH/Text-Editor-Vip-0.08.1 - 17 Dec 2009 11:28:59 GMT

24 results (0.047 seconds)