Help for this page

Select Code to Download


  1. or download this
    sub thread_worker {
            my $n = shift;     # thread N
    ...
                ....
            }
    }
    
  2. or download this
    sub thread_worker {
            my $n = shift;                      # thread N
    ...
                ....
            }
    }