Re: slowing down output and multi-line comments

2003-06-12 Thread Jenda Krynicky
From: Stuart White <[EMAIL PROTECTED]> > Outside of putting in calls to ; is there a way > to slow down the output of a perl program? If I have > a lot of output to be printed, I never get to see the > beginning of it, only the end. Alternatively, if I > could make the little black screen a full

RE: slowing down output and multi-line comments

2003-06-12 Thread Bob Showalter
Stuart White wrote: > Outside of putting in calls to ; is there a way > to slow down the output of a perl program? If I have > a lot of output to be printed, I never get to see the > beginning of it, only the end. Alternatively, if I > could make the little black screen a full screen, AND > keep

Re: slowing down output and multi-line comments

2003-06-12 Thread James Edward Gray II
On Thursday, June 12, 2003, at 08:40 AM, Stuart White wrote: Outside of putting in calls to ; is there a way to slow down the output of a perl program? If I have a lot of output to be printed, I never get to see the beginning of it, only the end. sleep() can be given a number of seconds to pause

slowing down output and multi-line comments

2003-06-12 Thread Stuart White
Outside of putting in calls to ; is there a way to slow down the output of a perl program? If I have a lot of output to be printed, I never get to see the beginning of it, only the end. Alternatively, if I could make the little black screen a full screen, AND keep the font size the same so I'd ac