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


in reply to How to hide/inhibit the console window when launching a Perl script on Windows?

You can create a standalone .exe file using PerlApp (from ActiveState's PDK) and use the -gui option which will suppress the DOS window on program startup.