|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: Pause a perl scriptby ichimunki (Priest) |
| on Jan 25, 2001 at 13:01 UTC ( [id://54260]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
A program/process/thread can only be doing one thing at a time unless you fork the process or start a new thread. If the program thinks it is running a Tk program then it will have to wait for the Tk program to finish. It sounds like a case for fork and using something like a pipe for interprocess communication (or you could have your initial application periodically check for some other signal that the Tk script has done what it needs to do).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||