in reply to Re: How can I redirect Windows command line output into a PerlTk frame
in thread How can I redirect Windows command line output into a PerlTk frame
You can redirect output to a text widget by tie()ing:
Does this solution work on Win32?
I ask because I would assume that the tie solution would itself rely upon the use of non-blocking filehandles and select for its internal operation, and as these do not work on Win32 filehandles...
|
|---|