http://qs321.pair.com?node_id=549835

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

Hello Monks, I have an app that users tend to Ctrl-C out of once they get the data they need...which they should not do :(. I'm using the "use Threads:shared" Is there a way to check for existing thrads that may be alive after a user kills the script then starts it again? I would like to harvest the threads at the launch/re-launch of the script but have not found anything that looks like it can do this. Thanks in advance