Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use threads;
    use threads::shared;
    ...
        
        {lock($threads);$threads--;}
    }
    
  2. or download this
    0
    0
    0
    ...
    5
    6
    ...
    
  3. or download this
    use IO::Socket;
    use threads;
    use threads::shared;
    ...
        
        {lock($threads);$threads--;}
    }