in reply to 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.

To provide a bit more detail:

system("nohup xterm&");

should "run a command immune to hangups, with output to a non-tty"

Joe.

  • Comment on Re: Re: Starting a process in the background that lives after perl dies.