http://www.perlmonks.org?node_id=1007974

ISAI student has asked for the wisdom of the Perl Monks concerning the following question:

I have a question. I want to exit all threads when I issue a "die" command. The script involved is very old, and not well written. What I get is that even after using threads->exit(), PERL issues a warning saying:

Perl exited with active threads: 2 running and unjoined 0 finished and unjoined 0 running and detached
Any ideas? I expected the threads to exit.