Help for this page
my $thr = threads->create(\&function); $thr->join; sub function { }
use threads; use threads::shared; ... }