- or download this
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.
- or download this
use threads::shared;
share($returnn);
- or download this
Doesn't work at all... :(
Doesn't work at all... :(
...
It works!
It works!
...etc