http://www.perlmonks.org?node_id=999481


in reply to Win32::GUI, GUI::Loft and redirecting console output

use Append, that ought to force a window Update, see Why is wxPerl slower than Win32GUI?
  • Comment on Re: Win32::GUI, GUI::Loft and redirecting console output

Replies are listed 'Best First'.
Re^2: Win32::GUI, GUI::Loft and redirecting console output
by maskull (Novice) on Oct 17, 2012 at 09:16 UTC
    That works -- thanks -- but what about the output from external programs I mentioned (pscp.exe) that I run with backticks? Also noticed that running "make_path($dir, 1)" from File::Path seems to crash the program.