Help for this page

Select Code to Download


  1. or download this
    string1 10
    string2 30
    string1 0
    string4 39
    string9 345
    
  2. or download this
    my $rh_count = { } ;
    if ( exists $rh_count->{$string} ) {
    ...
    } else {
         $rh_count->{$string}=1 ; #set to one 
    }