Win32::Process::Create(my($procobj), "C:\\Perl\\bin\\perl.exe", "perl C:\\path\\to\\another_perl_script.pl", 0, NORMAL_PRIORITY_CLASS|CREATE_NO_WINDOW, ".", # path to working directory ) or die ErrorReport();