|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: making delaysby virtualsue (Vicar) |
| on Dec 17, 2006 at 10:57 UTC ( #590293=note: print w/ replies, xml ) | Need Help?? |
|
As gloryhack intimates, you are suffering from buffering. Setting the special variable $| ($OUTPUT_AUTOFLUSH) to true causes Perl to flush output after write/print. See also the appropriate entry in perldoc perlvar.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||