|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^3: Perl thread confustionby 7stud (Deacon) |
| on Feb 15, 2013 at 19:29 UTC ( #1018948=note: print w/ replies, xml ) | Need Help?? |
|
any changes to the copied variables don't effect the values of those variables in other threads, i.e. everything is thread local. Unless the cloned variables are closed over .... You seem to be carving out an exception for something like this:
But even though the thread closes over $x, it cannot change the $x in main. So, it appears to me that the closed over variable is also thread local.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||