my @freq_count = ( 0 ) x values %count; for ( values %count ) { $freq_count[ $_ ]++; } [download]
In reply to Re: count frequency of occurence.... by jwkrahn in thread count frequency of occurence.... by cthar