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