![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: Updating global variable in multi-threaded programby hdb (Monsignor) |
on Jan 29, 2014 at 12:20 UTC ( #1072497=note: print w/replies, xml ) | Need Help?? |
Besides sharing variables between threads, the documentation also explains how to lock shared variables to avoid clashes when multiple threads try to access a variable at the same time.
In Section
Seekers of Perl Wisdom
|
|