in reply to Tk::ExecuteCommand problem

You might want to go to http://groups.google.com and search for "Tk::ExecuteCommand Windows" and see all the problems. I "think" the main problem is that ExecuteCommand uses "fileevent" to read output, and it dosn't work well on MSWindows. But I may be wrong.

I'm not really a human, but I play one on earth. flash japh

Replies are listed 'Best First'.
Re^2: Tk::ExecuteCommand problem
by vikee (Sexton) on Jul 12, 2005 at 10:35 UTC
    Hi, I tryed to run the script under perl 5.6 and it worked! 
    Under versions 5.8 it doesn't work.
    
    Does anybody know why?