Posted on 2005-06-21 16:22:28-07 by tglines
Running a script in the background on Unix
Why is it, a script using the Expect module will not function if run in the background?
Direct Responses: 646 | Write a response
Posted on 2005-06-22 08:41:12-07 by rgiersig in response to 641
Re: Running a script in the background on Unix
This probably has something to do with stdin/out and/or the controlling terminal. I'm not sure. You could try to close /dev/tty and/or stdin in your application and see if that helps.

Sorry that I cannot be of more help.

Roland
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.