use Win32::Process; Win32::Process::Create($Process, "c:\\winnt\\system32\\notepad.exe", "notepad", 0, DETACHED_PROCESS, ".") || die "Create: $!";