You are getting the return value from waitpid probably done automatically by the backticks. The solution is to set
in your Perl script. Or figure out how to localize it$SIG{CHLD} = 'DEFAULT';
local $SIG{CHILD} = 'IGNORE';
In reply to Re^2: External command execution - Strange Error - No child process
by zentara
in thread External command execution - Strange Error - No child process
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |