package STARTMODUL; use base 'CGI::Application'; use base 'WebApp'; use strict; sub StartSeite {     my $self = shift;     $self->{TEMPLATE}->param(         CONTENT_SEITE => 'tmpl_content_start.htm',         INHALT        => 'Scriptausgabe A',         ); } 1;