in reply to
fork() on win32
Up until ActiveState 5.6, there was no Fork function on Win32
but if you get the latest release, the Fork function will now work
for you. It uses threads to achieve the same effect as the fork
command on *nix. :) HTH
Comment on
Re: fork() on win32
In Section
Seekers of Perl Wisdom