Thread open(my $var,... vs open(IN,... (13 answers)
Opened by Student87 at 2012-11-09 17:11

FIFO
 2012-11-10 15:42
#163239 #163239
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Zeile 12:

Code: (dl )
1
2
if ($start_kb <= $line_array[1] and $line_array[1] <= $end_kb) {
^^^


(Verkettete Vergleichsoperationen als Intervall-Test funktionieren nicht)
Last edited: 2012-11-10 15:45:03 +0100 (CET)
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 open(my $var,... vs open(IN,...