Help for this page

Select Code to Download


  1. or download this
    sub some_run_mode {
        my $template = $self->load_tmpl('some_template');
    ...
        );
        return $template->output();
    }
    
  2. or download this
    <TMPL_LOOP MAIN_MENU_LOOP>
        <li><a href="<TMPL_VAR URL>"><TMPL_VAR LABEL></a></li>
    </TMPL_LOOP>