ActiveState Perl emulates the fork() function using threads. Their implementation has a limit of 64 due to the use of the Windows API method WaitForMultipleObjects(). This discussion of ActiveState's
Perl fork() emulation may provide some more information.