in reply to
Retreiving variables from threads
This code snippet will allow $var to be shared amongst threads:
use threads::shared; my $var :shared;
[download]
Comment on
Re: Retreiving variables from threads
Download
Code
In Section
Seekers of Perl Wisdom