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
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
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
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