Help for this page

Select Code to Download


  1. or download this
    $counting{word}{$word}{str1}=$counter;
    $counting{word}{$word}{str2}=$counter;
    
  2. or download this
    foreach my $word (keys %{$counting{word}})
    {
       print "$word\t", min ($counting{word}{$word}{str1},
                           $counting{word}{$word}{str2})
    }