in reply to Re^3: how to kill background process when script exit?
in thread how to kill background process when script exit?
So then instead of the shell running the app, the shell becomes the app, so the pid is the same. clever.$kid = open (FH, "exec java JavaApp 2> /dev/null |");
|
|---|