- Apr 6, 2002
- 7,141
- 1
- 0
Running Eclipse 3M1 on Win2K with Cygwin. I'm having trouble with console output. If my program asks for input, it won't display anything until I've entered a few of the input items, then it displays all the previous output at once. Any ideas?
Found the solution: You have to add the statement:
$|=1;
to the beginning of the perl files. This makes stdout unbuffered.
Found the solution: You have to add the statement:
$|=1;
to the beginning of the perl files. This makes stdout unbuffered.