in reply to Re: Perl thread confustion
in thread Perl thread confustion
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 or globals, they cannot be changed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl thread confustion
by 7stud (Deacon) on Feb 15, 2013 at 19:29 UTC | |
by BrowserUk (Patriarch) on Feb 15, 2013 at 20:28 UTC |