> I am apparently missing something. Being aware of buffering, I suspect. Various parts of the 'pipe' between your print statements and the final destination do some sort of buffering. You can switch some of this off in perl by specifying: $| = 1;
- sleep () and print () Jim Gallott
- Re: sleep () and print () Me
- Re: sleep () and print () Jim Gallott