⭐ in reply to How to hide/inhibit the console window when launching a Perl script on Windows?
use Win32::GUI; my $hw = Win32::GUI::GetPerlWindow(); Win32::GUI::Hide($hw); [download]