Roderich Schupp schrieb:
[...]
You could try what happens for system() (don't remember). If system() doesn't
flash a DOS box with --gui, you could replace the backticks by using
IPC::Run3 (that allows you to catch stdout/stderr into a string, but way more
flexible as backticks), because it uses system() internally.

If system() doesn't work, maybe some advanced use of Win32::Process and/or
Win32::Console might to the trick?

Make sure you use the multi-argument form of system() because that should avoid the console!

Steffen

Reply via email to