in reply to Running another script in the background on Win32

Starting a new process with the Win32 API function CreateProcess should do exactly that.

Check out Perl 5.8, newly released for Windows by ActiveState. It has threads.

  • Comment on Re: Running another script in the background on Win32