Thread redo erzeugt Endlosschleife (war: Ich find den Fehler nicht!!!)
(16 answers)
Opened by pl at 2008-02-03 13:03
redo führt dazu, dass die Schleife immer mit dem ersten Element aus @ai ausgeführt wird, ist das beabsichtigt?
Außerdem empfiehlt sich ein Code (perl): (dl
)
chomp(my $ai = <AI>); Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"
|