debian man page for html::template::compiled::parser

Query: html::template::compiled::parser

OS: debian

Section: 3pm

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

HTML::Template::Compiled::Parser(3pm)			User Contributed Perl Documentation		     HTML::Template::Compiled::Parser(3pm)

NAME
HTML::Template::Compiled::Parser - Parser module for HTML::Template::Compiled
SYNOPSIS
This module is used internally by HTML::Template::Compiled. The API is not fixed (yet), so this is just for understanding at the moment. my $parser = HTML::Template::Compiled::Parser->new( tagstyle => [ # -name deactivates style # +name activates style qw(-classic -comment +asp +php), # define own regexes # e.g. for tags like # {{if foo}}{{var bar}}{{/if foo}} [ qr({{), start of opening tag qr(}}), # end of opening tag qr({{/), # start of closing tag qr(}}), # end of closing tag ], ], );
AUTHOR
Tina Mueller perl v5.14.2 2012-05-26 HTML::Template::Compiled::Parser(3pm)
Related Man Pages
html::template::jit::compiler(3) - suse
html::template::compiled::classic(3pm) - debian
html::template::compiled::reference(3pm) - debian
template::manual(3pm) - debian
template::plugin::html(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
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)?