in reply to Re^2: How to close command prompts opened with perl script after execution that script
in thread How to close command prompts opened with perl script after execution that script
That I don't know.
Several options come to mind:
Having a *nix background, I don't much like the Windows way of doing process management. I find they make simple things, like process management and IPC very hard to do. For example, I still haven't found a simple way to get unbuffered I/O between a parent process and its child, or do anything like what process groups make easy on *nix. Being lazy, I do my best to avoid such issues. But this is my fault - probably not something you should emulate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to close command prompts opened with perl script after execution that script
by snreddy_gopu (Novice) on Aug 07, 2012 at 09:15 UTC | |
by ig (Vicar) on Aug 07, 2012 at 14:58 UTC | |
|
Re^4: How to close command prompts opened with perl script after execution that script
by snreddy_gopu (Novice) on Aug 07, 2012 at 10:52 UTC | |
by Corion (Patriarch) on Aug 07, 2012 at 10:53 UTC |