Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
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
documentation.