$ppc = Win32::Process::Create( $process, ......\perl5\bin\perl.exe, ......\appdir\app_name.pl arg1 arg2, 0, NORMAL_PRIORITY_CLASS, '.' ); $process->Wait(INFINITE);