Help for this page

Select Code to Download


  1. or download this
    sub safe_inc {
      lock ${$h{$k}};
      ${$h{$k}} = ${$h{$k}} + 1;
    }