in reply to Does Config{usethreads} work on activestate's 5.8.0 on win2k?

This piece of code has been tested on win2k:
use Config; print "use 5005 threads\n" if $Config{use5005threads}; print "use ithreads\n" if $Config{useithreads};