in reply to Hiding the dos console where perl program was called from in windows?
use Win32::GUI; my $hw = Win32::GUI::GetPerlWindow(); Win32::GUI::Hide($hw); [download]