Help for this page

Select Code to Download


  1. or download this
    if ($charCount{$char}){
        $charCount{$char}++;
    }else {
        $charCount{$char}=1;
    }
    
  2. or download this
    $charCount{$char}++;