mifflin has asked for the wisdom of the Perl Monks concerning the following question:

I have a perl script that kicks off jobs in background via system. Why do I occasionally get the message

stty: : No such device or address

?
Is this bad?
If it isn't bad is there a way to suppress this?

Replies are listed 'Best First'.
Re: stty: : No such device or address
by Roy Johnson (Monsignor) on Oct 28, 2003 at 20:04 UTC
Re: stty: : No such device or address
by mcogan1966 (Pilgrim) on Oct 28, 2003 at 20:04 UTC
    That depends, what is the script trying to do in the background? Also, how are you calling the script running in the background?