Well, yes, I know anything is possible, especially in perl. But when you are using threads, you are still within the same program, and within the scope of the same program. When it comes to global data, think of the thread as any ordinary sub routine. If you change %ENV from the sub routine, it will change for the whole program no matter if it is a threaded sub or not.
The only difference is that you can change it in several places simultaneously if you are not careful. :)
In reply to Re: $ENV for Threads?
by Dog and Pony
in thread $ENV for Threads?
by robblin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |