in reply to How to hide the command prompt open duing the execution of system command?
Update: Oh, I see... the cmd window is coming from the system command in your (compiled) perl script.
Use Win32::Process::Create().
-David