Help for this page
use threads::shared; my $HS : shared; # compile time declaration $HS = new Something();
use threads::shared; $HS = new Something(); share($HS);