Help for this page
my $downloader = eval { new Downloader() } or die($@); ... ## this is just an exspensive synchronous call :) $thread1->join;
my %siteHash : shared; ... ## do other stuff $thread->join;