I have a perl script that calls another set of perl scripts with the system() command.
What I want to know is the behavior of perl when a perl script is killed with ctrl-c. Specifically, if a system() command has already been called, but the system() command process is still running, what happens when the original script is killed?
Will the called process continue to execute, or will it die with the killed script?
In reply to System Commands by azheid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |