in reply to Multi-Threading in Perl

You have to build Perl with threading option if you want to use native Perl threads. Thread.pm is not even installed if you compile Perl without threading option.

There are exist some alternatives to native Perl threads. You can use POE.

--
Ilya Martynov (http://martynov.org/)