my $template; eval { $template = HTML::Template::Compiled->new ( filename => "$path${templateFile}_template.html", path => "$FindBin::Bin/templates", global_vars => 1, # to be able to use global vars in LOOPs tagstyle => [qw(+asp -comment -classic)], cache_dir => "$ENV{PERL5LIB}/htc_cache", %templateParams, ); }; # eval