- or download this
Use of uninitialized value in concatenation (.) at D:\oursite\local\cg
+i-bin\script.cgi line 219.
- or download this
<html>
<head><title>Test Template</title></head>
...
</TMPL_IF>
</body>
</html>
- or download this
<TMPL_VAR NAME=HEADING>
- or download this
<TMPL_LOOP NAME=ENV_VARS>
- or download this
<TMPL_VAR NAME=BGCOLOR>
<TMPL_VAR NAME=NAME>
<TMPL_VAR NAME=VALUE>
- or download this
{
BGCOLOR => '#FFFFFF',
NAME => 'Some Name',
VALUE => 'Some Value'
}
- or download this
<TMPL_INCLUDE NAME="footer.tmpl">
- or download this
<small>This document brought to you by the letter 'P'</small>
- or download this
<TMPL_IF NAME="BOOL">
Some text that only gets displayed if BOOL is true!
<TMPL_ELSE>
Looks like BOOL was false.
</TMPL_IF>
- or download this
C:\perl\bin\perl.exe -T
# Strictly speaking, taint checking is not required when you are
...
BOOL => 1 } );
print header, $template->output;