Re: How to build perl with threads and which version supports it and where do I get complete information about this?

[email protected] ("Eric Rybski") Fri, 18 Apr 2008 16:00:27 -0400
Newsgroups perl.ithreads
Message-ID <[email protected]>
Ravi,
   Are you looking for general help on how to build a perl binary from
source?  I believe you can simply do:

./Configure -Duseithreads

in a freshly untarred perl distribution and follow the build instructions.
 It will enable ithreads by default during the build.

Depending on what you're planning on doing with perl threads, you can also
try installing the forks CPAN module, which emulates threads without
requiring a threaded perl core (or even perl 5.8):

   http://search.cpan.org/~rybskej/forks-0.27/

-Eric


On Fri, Apr 18, 2008 at 4:48 AM, Karnati, Ravi Kumar (STSD) <
[email protected]> wrote:

> Hi guys,
>
> I am new to perl and I have to build perl with threads on Open VMS
> operating system can any one help me out?
>
> Thanks,
> Ravikumar.
>