|
|
| Pathologically Eclectic Rubbish Lister | |
| PerlMonks |
Answer: How to hide/inhibit the console window when launching a Perl script on Windows? |
| ( #536267=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > GUI Programming > How to hide/inhibit the console window when launching a Perl script on Windows? contributed by jdporter
Using Win32::Process::Create, You could have a "starter" script which launches your script as a detached process:
|
|
||||||||||||||||||