in reply to Re: Status and usefulness of ithreads in 5.8.0
in thread Status and usefulness of ithreads in 5.8.0

Threads mangle each others variables by default

Not according to perldoc threads:

It is very important to note that variables are not shared between threads, all variables are per default thread local. To use shared variables one must use threads::shared.

  • Comment on Re: Re: Status and usefulness of ithreads in 5.8.0