Subject: | file error when calling render |
I am getting a file error when trying to call template_render. The problem starts in Class/DBI/Template.pm on line 72.
my $tmpl = $self->template_defined($which) || $which;
When $self->template_defined($which) returns something the corresponding call to process should be
$template->process(\$tmpl, \%vars, \$out)
instead of
$template->process($tmpl, \%vars, \$out)