The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Text::Macros"

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 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::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 UTC

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 UTC

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 UTC

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 UTC

Text::BibTeX - interface to read and parse BibTeX files River stage one • 3 direct dependents • 3 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.89 - 24 Jan 2023 20:11:31 UTC

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 UTC

Text::Xslate - Scalable template engine for Perl5 River stage two • 71 direct dependents • 84 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.9 - 31 Oct 2021 01:13:03 UTC

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

BCHOATE/Text-Textile-2.13 - 27 Jul 2014 02:11:11 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::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 UTC

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 UTC

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.14 - 18 May 2023 21:29:02 UTC

Text::BibTeX::File - interface to whole BibTeX files River stage one • 3 direct dependents • 3 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.89 - 24 Jan 2023 20:11:31 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::BibTeX::Entry - read and parse BibTeX files River stage one • 3 direct dependents • 3 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.89 - 24 Jan 2023 20:11:31 UTC

Text::BibTeX::Value - interfaces to BibTeX values and simple values River stage one • 3 direct dependents • 3 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.89 - 24 Jan 2023 20:11:31 UTC

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 UTC

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 UTC
24 results (0.037 seconds)