debian man page for vend::interpolate

Query: vend::interpolate

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Vend::Interpolate(3pm)					User Contributed Perl Documentation				    Vend::Interpolate(3pm)

NAME
Vend::Interpolate -- Interchange tag interpolation routines
SYNOPSIS
(no external use)
DESCRIPTION
The Vend::Interpolate contains the majority of the Interchange Tag Language implementation rouines. Historically, it contained the entire tag language implementation for MiniVend, accounting for its name. It contains most of the handler routines pointed to by Vend::Parse, which accepts the parsing output of Vend::Parser. (Vend::Parser was originally based on HTML::Parser 1.x). There are two interpolative parsers in Vend::Interpolate, iterate_array_list() and iterate_hash_list() -- these routines parse the lists used in the widely employed [loop ..], [search-region ...], [item-list], and [query ..] ITL tag constructs. This module makes heavy use of precompiled regexes. You will notice variables being used in the regular expression constructs. For example, $All is a a synonym for "(?s:.)*", $Some is equivalent to "(?s:.)*?", etc. This is not only for clarity of the regular expression, but for speed. perl v5.14.2 2011-03-09 Vend::Interpolate(3pm)
Related Man Pages
vend::payment::businessonlinepayment(3pm) - debian
vend::payment::getitcard(3pm) - debian
vend::payment::tclink(3pm) - debian
vend::payment::itransact(3pm) - debian
vend::soap::transport(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?