NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Thu Mar 24 08:09:08 2005 (EST)

Replies are listed 'Best First'.
Re: problem with sleep!
by tlm (Prior) on Mar 24, 2005 at 12:57 UTC

    Add $|=1 before the loop, and then learn about $| and output buffering.

    % perldoc -q unbuffer

    the lowliest monk

Re: problem with sleep!
by jhourcle (Prior) on Mar 24, 2005 at 12:57 UTC