syntax error at /var/www/cgi-bin/WebApp/libs/libs/MyLib/VPage.pm line 24, near "}" BEGIN not safe after errors--compilation aborted at /var/www/cgi-bin/WebApp/libs/libs/MyLib/VPage.pm line 24. Compilation failed in require at /var/www/cgi-bin/WebApp/libs/vpage.pl line 4. BEGIN failed--compilation aborted at /var/www/cgi-bin/WebApp/libs/vpage.pl line 4. Premature end of script headers: vpage.pl #### 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; }