- or download this
$hash{$word1}{$word2}{$word3} = $count
- or download this
$hash{$word1}{$word2}{$word3} =
{ count => $count,
freq => $frequency }
- or download this
$hash{$word1}{$word2} =
{
...
$word3 => $count,
}
}
- or download this
$hash{$word1}{$word2}{total_counts}++;
$hash{$word1}{$word2}{words}{$word3}++;