Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      print "Waiting for ",$thr -> tid()," to join\n";
      $thr -> join();
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        sleep 1;
      }
    }