]]> ... ]]> ]]> ... ]]> ... ... ]]> ... ]]> " /> ]]> " /> ]]>

Name:
Job:

]]>
]]> Some text that only gets displayed if BOOL is true! ]]> Some text that is included only if BOOL is true Some text that is included only if BOOL is false ]]> Some text that is output only if BOOL is FALSE. Some text that is output only if BOOL is TRUE. ]]> new(filename => \$tmplfile, die_on_bad_params => 0); # set variables for template \$template->param( page_title => \$page_title, page_body => \$page_body, ); # output to browser print "Content-Type: text/html\\n\\n"; print \$template->output; exit; ]]>