Thread Fehlermeldung: Global symbol "$Output" requires explicit package name (29 answers)
Opened by bendenn at 2012-07-26 14:04

topeg
 2012-08-06 14:52
#160667 #160667
User since
2006-07-10
2611 Artikel
BenutzerIn

user image
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;
}

View full thread Fehlermeldung: Global symbol "$Output" requires explicit package name