use Win32::Process; Win32::Process::Create($Process1, "/myprog.exe", "myprog", 0, DETACHED_PROCESS, "/") || die "Fatality: $!\n"; }