in reply to Re: Re: Starting a process in the background that lives after perl dies.
in thread Starting a process in the background that lives after perl dies.

do a fork(), then do an exec(). the exec() will only replace the fork()'ed child.
  • Comment on Re: Re: Re: Starting a process in the background that lives after perl dies.