Hi Monk,
I have been using system($cmd) and `$cmd`;
I have been trying to get the output of the command in real time. However, I been noticing that print `$cmd` will only print to screen when it's finished. For me, that takes 10 - 30 minutes. How can I print it in real time?