Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How can I determine if the lastest build (1003) of ActiveStates Perl 5.10 was compiled with useithreads?

Thanks

Replies are listed 'Best First'.
Re: AS Perl 5.10 1003 useithreads?
by marto (Cardinal) on Aug 14, 2008 at 11:04 UTC
    Running perl -V from the command prompt should tell you.

    Update: I just remembered this is covered in perlthrtut.

    Hope this helps

    Martin
      Thanks Martin, Found it, and yes by default is does use ithreads