Help for this page

Select Code to Download


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