Re: Asynchronous Perl

2002-03-04 Thread Brett W. McCoy
On Mon, 4 Mar 2002, Jason Frisvold wrote: > I'm looking for a way to have perl output in an asynchronous > manner. What I mean is, if I write a perl script to generate a large > amount of data and output it to the screen, it seems to pause until some > unknown buffer is full and then spit

Asynchronous Perl

2002-03-04 Thread Jason Frisvold
Greetings all, I'm looking for a way to have perl output in an asynchronous manner. What I mean is, if I write a perl script to generate a large amount of data and output it to the screen, it seems to pause until some unknown buffer is full and then spit out the output.. pause again, sh