Environment variables in threads ?

2006-03-30 Thread kalbfuss
following commands can work with the set environment. But the problem is: This does not work in a thread :( Can anyone help me this this issue ? Are there any workarounds ? I am currently very confused. Many many many thanks in advance for help. ps: Yes, for my use I need to

done-method or similar for iThreads ?

2006-03-06 Thread kalbfuss
Hi, I need some help about a done-method wordaround with ithreads. Currently i am implementing a script which starts some ithreads parallel until a maximum count is reached. Then, when one of these threads are done, start the next thread. But what is the best way to do this ? perldoc.org: The don