Thread use strict, brauche kurz Hilfe (4 answers)
Opened by Gast at 2008-10-07 03:00

Gast Gast
 2008-10-07 03:00
#115228 #115228
Nabend,
ich habe gerade ein kleines Problem.

Ich bekomme die Fehlermeldung :

Global symbol "@first_nail" requires explicit package name at www.XXXXXX.de/index.pl line 54.
Execution of www.XXXXXX.de/index.pl aborted due to compilation errors.


Das hier ist der Ausschnitt:

Code (perl): (dl )
1
2
3
4
5
if(!defined($picture))
{
        my $count = (my $count - 2);
        my $picture = @first_nail[$count]; 
}


Wo genau liegt jetzt der Fehler ? Habe ich nen "my" vergessen ?

MFG

View full thread use strict, brauche kurz Hilfe