Help for this page

Select Code to Download


  1. or download this
    use Thread::Queue;
    use threads;
    ...
    # terminate.
    $thr->join();
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    $thr2->join();
    
    print "Done\n";