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.
>

Reply via email to