in reply to Re^3: Getting a Perl program to close a command it starts when the perl program exits?
in thread Getting a Perl program to close a command it starts when the perl program exits?

That's okay if your program already has an asynchronous event loop (Tk) running. It gets messy if you have to do it yourself.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."
  • Comment on Re^4: Getting a Perl program to close a command it starts when the perl program exits?

Replies are listed 'Best First'.
Re^5: Getting a Perl program to close a command it starts when the perl program exits?
by ikegami (Patriarch) on Aug 29, 2007 at 19:13 UTC
    Check the original post. He is, which is also the reason he can't use File::Tail.