in reply to Keep a "system" process running if script is prematurely exited?
another is to setsystem("nohup kedit &"); #or `kedit &`
in your perl before the system command.$SIG{HUP} = 'IGNORE';
shopt -u huponexit
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Keep a "system" process running if script is prematurely exited?
by westrock2000 (Beadle) on Jun 18, 2010 at 04:27 UTC |