Thread Konsolen Ausgabe unterdrücken (18 answers)
Opened by LukeStriker at 2011-01-19 10:09

FIFO
 2011-01-19 12:06
#144829 #144829
User since
2005-06-01
469 Artikel
BenutzerIn

user image
Dann am besten gleich ins NULL Device:
Code (perl): (dl )
open(STDERR, '>', 'NUL');

edit: Bezieht sich natürlich auf Win32 wie beim OP
Last edited: 2011-01-19 12:07:34 +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 Konsolen Ausgabe unterdrücken