[ic] Installation probs

Peter peter at pajamian.dhs.org
Sat Feb 24 23:03:14 EST 2007


On 02/24/2007 07:57 PM, Frank Reitzenstein wrote:
> So I used to be able to tell whether Perl is threaded by version as I
> still can with Activeperl that I use on Windows for my Tk menus.
> 
> Now that we have recent Perl versions which are non threaded how can I
> tell if my version is or is not threaded?

$ /usr/bin/perl --version

This is perl, v5.8.5 built for i386-linux-thread-multi

...

$ /usr/local/bin/perl --version

This is perl, v5.8.6 built for i686-linux


Basically if it says "thread-multi" it's threaded, otherwise it isn't.

Peter


More information about the interchange-users mailing list