Help for this page

Select Code to Download


  1. or download this
    # ikegami
    lock ${ $mutexes{$k} };
    ++$hash{$k};
    
  2. or download this
    # browseruk
    lock ${ $hash{$k} };
    ++${ $hash{$k} };