B.31. Threads and Forking
Perl now has support for
threads. Although
this is experimental (as of this writing), it can be a useful tool
for some applications. Using
fork (where it''s available) is
better supported; see the
perlfork and
perlthrtut manpages.