Help for this page

Select Code to Download


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