in reply to Re: Re: Re: system() call failure
in thread system() call failure
I don't really need to call system(), but others who use my code do, so I decided on just overloading the system() function call with a version that uses a local $SIG{ 'CHLD' }
It works now :-)
Thanks for your help..
|
|---|