in reply to Re^2: Win32::GUI, GUI::Loft and redirecting console output
in thread Win32::GUI, GUI::Loft and redirecting console output

Well, that is what backticks do, they accumulate all output until the process is finished, then they return control to your program

see IPC::Run3/Can I use a window handle in more than one process?

Also noticed that running "make_path($dir, 1)" from File::Path seems to crash the program.

OK

  • Comment on Re^3: Win32::GUI, GUI::Loft and redirecting console output