Help for this page
my ($dos) = Win32::GUI::GetPerlWindow(); Win32::GUI::Hide($dos);
#!/usr/bin/perl -w # loader - starts Perl scripts without the annoying DOS window ... sub print_error() { return Win32::FormatMessage( Win32::GetLastError() ); }