sub myrunmode: StartRunmode { my $self = shift; my $template = $self->load_tmpl("myrunmode.html"); ### guts of old vpage.cgi go in here my $output=" Testing page
"; $template->param({ OUPUT => $output; # your output goes in here... }); return $template->output; }