Thread Fehlermeldung: Global symbol "$Output" requires explicit package name
(29 answers)
Opened by bendenn at 2012-07-26 14:04
Zuerst zähle mal die Klammerpaare.
Dann. Wenn du eine variable benutzt muss initialisiert sein. (siehe my) zur Hilfe: Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 # -- sub Run { my ( $Self, %Param ) = @_; # build output my $Output = $Self->{LayoutObject}->Output( TemplateFile => 'Contact', Data => \%Param, ); return $Output; } |