Update: BTW, I'm a bit surprised that your backgrounded script's stdout/stderr is going to the terminal. Normally, it wouldn't, if you start a script from the shell using & without redirecting those handles. The shell would stop the backgrounded script in case it's writing anything to stdout or stderr.... Could you provide some sample code that shows what you're doing / allows to reproduce the issue? Which OS, which shell?
In reply to Re: How to know if a perl script is put in the background
by almut
in thread How to know if a perl script is put in the background
by rapide
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |