Help for this page

Select Code to Download


  1. or download this
    $thr_1->detach();
    
  2. or download this
    $thr_2 = threads->create('func_thr_2')->detach;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        }
        print "\nTime up\n";
    }