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

Query: html::template::compiled::lazy

OS: debian

Section: 3pm

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

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

NAME
HTML::Template::Compiled::Lazy - Lazy Loading for HTML::Template::Compiled
SYNOPSIS
use HTML::Template::Compiled::Lazy; my $htcl = HTML::Template::Compiled::Lazy->new( # usual parameters for HTML::Template::Compiled ); $htcl->param(...); # file wasn't compiled yet print $htcl->output; # now compile and output!
DESCRIPTION
This class does not compile templates before calling "output()". This includes "TMPL_INCLUDE"s. This can be useful in CGI environments. If your template has got a lot of includes HTML::Template::Compiled will compile all of them, even if they aren't needed because they are never reached (in a "TMPL_IF", for example). HTML::Template::Compiled::Lazy also won't complain if the file does not exist - it will complain when you call "output()", though. perl v5.14.2 2012-05-26 HTML::Template::Compiled::Lazy(3pm)
Related Man Pages
html::template::compiled::reference(3pm) - debian
html::template::compiled::utils(3pm) - debian
html::template::pluggable(3pm) - debian
html::template::plugin::dot::helpers(3pm) - debian
template::plugin::html(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
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph