in reply to How can I redirect Windows command line output into a PerlTk frame
Maybe this will help youmy $text = $mw->Text(-width => 10, -height => 10)->pack; tie *STDOUT, ref $text, $text;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can I redirect Windows command line output into a PerlTk frame
by BrowserUk (Patriarch) on Mar 05, 2009 at 16:14 UTC |