Hi Eric, Thanks for your help .
Ravikumar. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Rybski Sent: Saturday, April 19, 2008 1:30 AM To: Karnati, Ravi Kumar (STSD) Cc: perl-ithreads@perl.org Subject: Re: How to build perl with threads and which version supports it and where do I get complete information about this? 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]<mailto:[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.