Help for this page

Select Code to Download


  1. or download this
       $a = int(rand() * 100) + 1;
    
  2. or download this
    sub set_positive {
        lock $a;
    ...
            cond_broadcast($a);
        }
    }