On some platforms such as Windows where the fork() system call is not available. Perl can be built to emulate fork() at the interpreter level. This emulation has limitation related to kill that has to be considered, for code running on Windows and in code intended to be portable. See L for more details.