On Sep 29, 2006, at 12:38 PM, Alexander Koeppe wrote:
Hi List,
I've observed a problem with mod_perl2 and HTML::Template VERSION:
2.8.
If I create a new template object with
my $template = HTML::Template->new(
filename => "menu.html",
path => [
"/path/to/templates",
Hi List,
I've observed a problem with mod_perl2 and HTML::Template VERSION: 2.8.
If I create a new template object with
my $template = HTML::Template->new(
filename => "menu.html",
path => [
"/path/to/templates",
"/also/path/to/templates"
]
);
and restart A