in reply to Re^4: SYSTEM Call of PERL hangs application when running a TCL script
in thread SYSTEM Call of PERL hangs application when running a TCL script
Ok, so test.exe is doing something you don't want -- not much you can do about it from perl
You can use Proc::Background to attempt to determine when it has hanged , and kill it if its been too long, instead of manually killing it, other than that, I've got no recommendations (debug test.exe sounds, well , like it sounds):)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: SYSTEM Call of PERL hangs application when running a TCL script
by kalama (Initiate) on Jun 17, 2013 at 18:06 UTC |