Help for this page
$self->run_modes( start => sub { shift->_runmode('start'); }, ... #... }
sub showStart { my $self = shift; ... $tmpl->param(tmpl_sub => $tmpl_sub->output()); return $tmpl->output(); }