I\'ve had some trouble forking of processes from a Perl CGI script when running on Windows. The main issue seems to be that \'fork\' is emulated when running on windows, and
If you want to do this in a platform independent way, Proc::Background is probably the best way.