Thread Fehlermeldung!
(5 answers)
Opened by Gast at 2006-09-06 12:03
Hallo Zusammen,
ich habe ein Perl Programm geschrieben, dass bis heute richtig funktioniert hat. Heute bekomme ich plötzlich folgende Fehlermeldung. Also ich habe mit Tk Module ein Formular gemacht, das seine Information von einer Textdatei bekommt. Weißt jemand was das bedeutet? Canot opren dir (C:\Program Files\/Altiris/Altiris Agent/Software Delivery): Invalis argument At nru_pdf.pl line 4 use of uninitialized value in numeric eq (==) at neu_pdf.pl line 163 line 163 --> if($checkvariables[$i]==1) { push(@jahre, $jahr); push(@monate, $monat); } Tk::Error: Could not open input file "hier ist der Pfad von der Textdatei, die mein Programm einliest und bearbeitet!" Tk callback for .button Tk::___ANONE___ at C:/Prel/site/lib/Tk/Button.pm line 111 <Buttonrelease-1> <command bound to event> Und Line 111 ist nur: my $monat; Danke! Nina2 |