Re: sleep () and print ()

2001-06-16 Thread Jim Gallott
buffering. You can switch some of this > off in perl by specifying: > > $| = 1; -- Jim Gallott West Meadows Farm, New Haven VT [EMAIL PROTECTED] http://www.westmeadowsfarm.com

sleep () and print ()

2001-06-16 Thread Jim Gallott
pause one second, do the 2 line returns, wait another second, then do all the printing together. I obviously have something wrong, but don't know what. Section of code: sleep (1); print "\n\nThe result is:"; sleep (1); print "\n\nI was home alone. etc, etc. -- Jim Gallot