Help for this page
# $SIG{'INT'} = sub { kill 'TERM', -$$ }; # this works already $SIG{'TERM'} = sub { MCE->exit(0) }; # Notifies the parent
$SIG{'TERM'} = sub { if (MCE->wid > 0) { ... } };