Skip to main content
1 of 2
Lambert
  • 12.8k
  • 2
  • 28
  • 35

In your script you can use:

STDOUT->flush;

to flush the output buffer.

You can even set STDOUT->autoflush(1); globally

Lambert
  • 12.8k
  • 2
  • 28
  • 35