Help for this page

Select Code to Download


  1. or download this
    sub setup {
        my $self = shift;
    ...
            # more runmodes here
            );
    };
    
  2. or download this
    sub Startup {
    
    ...
        return $template->output(); # return template results
    
    }