How can I fork a background processes from a Perl CGI script on Windows?
Solution 1:
If you want to do this in a platform independent way, Proc::Background is probably the best way.
Solution 2:
Use Win32::Process->Create with DETACHED_PROCESS parameter