|
|
| There's more than one way to do things | |
| PerlMonks |
Answer: How to hide/inhibit the console window when launching a Perl script on Windows? |
| ( #581534=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
If you want to stop console windows from popping up when you call commands with backticks, try adding the following block to your script:
This answer was taken from ActiveState's Perl FAQ, and was pointed out by Eradicatore in supressing console with perl2exe and backticks.
|
|
||||||||||||||||||