![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Keep a "system" process running if script is prematurely exited?by westrock2000 (Beadle) |
on Jun 17, 2010 at 04:10 UTC ( [id://845138]=perlquestion: print w/replies, xml ) | Need Help?? |
westrock2000 has asked for the wisdom of the Perl Monks concerning the following question:
Consider the following
If I execute the command it will open a kedit and continue to a user input prompt. If I hit enter it will exit the script and the kedit will continue to stay open. But if I were to close out the xterm while it was waiting for $input, the kedit application will also close out. How can I prevent the kedit from being closed if the script is prematurely exited?
Back to
Seekers of Perl Wisdom
|
|