Hi, I'm new to mod_perl and I got the following problem:
1. system() outputs to browser. How can I turn this off?2. `` works in parallel with perl script, but I want it to finish to check the files it creates. How can I synchronize `` and perl?
I've googled the sfio term that seems to be the key to the problems. Is there any way to turn sfio off?
Thanks, Sergey.