in reply to perl 5.8.4 threads
but my perl told me that I need 5.8.6 to make it worksAre you sure? What was the exact error message?
why perl do not have predefined thread as in pythonHmm, I'm guessing you mean your perl wasn't built with threads (perl -V:useithreads returns useithreads='undef';)? I think python can also be built without thread support. Just compile another one.
|
|---|