in reply to Re: Odd behaviour from print statement
in thread Odd behaviour from print statement

Good idea :o) I was setting AUTOFLUSH on STDOUT vice the file handle. However, after setting it on the file, no luck. I was optimistic for a few minutes though.

PJ
use strict; use warnings; use diagnostics;
  • Comment on Re^2: Odd behaviour from print statement