Thread Use of uninitialized value in print (6 answers)
Opened by worst_case at 2007-12-10 21:22

worst_case
 2007-12-10 21:22
#103709 #103709
User since
2007-08-18
46 Artikel
BenutzerIn
[default_avatar]
Hallo,

ich habe ein kleines Problem bei meinem kleinen Code:
Code (perl): (dl )
1
2
3
        print "@$_[3]\n";
        $buff = unpack('L',@$_[3]);
        print $buff;


Als Ausgabe auf der Konsole kommt folgendes
/ajax.cgi
11
[Mon Dec 10 19:59:33 2007] ajax.cgi: Use of uninitialized value in print at ./ajax.cgi line 59.

Die 11 ist klar und richtig. Jedoch kann ich nicht verstehen warum nach dem unpack kein Wert mehr vorhanden ist.

Vermutlich sitze ich auf der Leitung.

Danke
worst_case

View full thread Use of uninitialized value in print