in reply to How to hide the command prompt open duing the execution of system command?
(source: perl windows system commandline opens which results in http://community.activestate.com/os/windows?page=11)BEGIN { Win32::SetChildShowWindow(0) if defined &Win32::SetChildShowWindow +; }
|
|---|