HTTP/1.1 200 OK Date: Thu, 18 Sep 2008 17:05:29 GMT Server: Apache/1.3.34 (Ubuntu) mod_perl/1.29 Keep-Alive: timeout=8, max=99 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1
##
# process template page
my $t = $self->template;
$t->process( $template, $template_vars, $output )
or die sprintf q{Template error in '%s': %s}, $template, $t->error();
return OK;
}