Re: Perl threads



Oh i see now... I can controll thread over shared vars. Ok.
In your example:
print "I'm at the end of my code block, and ready to be joined\n";
Is that mean thread waits to be joined or detached anyway? It never
dies by itself?

I need to fire up threads and forget about them, and continuing main
program, so i use detach. How can i count how much threads are running
now?
Tnx!

.