Help for this page

Select Code to Download


  1. or download this
    if (exists($hash->{$cur})) {
        $hash->{$cur}++;
    ...
    else {
        $hash->{$cur} = 1;
    }
    
  2. or download this
    $hash->{$cur}++;