Help for this page
<html> <head> ... [% INCLUDE 'events.txt' %] </body> </html>
use Template; use CGI; ... $t->process('template.tmpl') or die "Template process failed: ", $t->e +rror(), "\n";
... [% IF var = 'what I want' %] ... [% END %] [% END %] ...