Thread maximale Größe eines Arrays (33 answers)
Opened by cohama at 2014-06-12 09:27

FIFO
 2014-06-12 15:24
#176010 #176010
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Du wiederholst cohamas Fehler, siehe oben:

Code: (dl )
1
2
while (@InputData) {
my $line = shift(@InputData);


Bin gerade nicht in der Lage, auf den richtigen Eintrag zu verweisen ...
Last edited: 2014-06-12 15:35:00 +0200 (CEST)
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"

View full thread maximale Größe eines Arrays