Help for this page
sub some_mode { my $tmpl_object = $self->load_tmpl('my_tmpl.html'); ... # Display the entire templated page return $tmpl_object->output; }