in reply to How to flush output in backticks In Perl?

It all depends what you want to achieve ... your snippet merely runs a script in the backticks i.e. does nothing with/has no interest in any output to either of the standard output devices - if all you want is to see the output as the script runs, use system.

OTOH, if you are interested in any the output from the script, then follow the advice given in the earlier AM posting.

A user level that continues to overstate my experience :-))
  • Comment on Re: How to flush output in backticks In Perl?