Help for this page

Select Code to Download


  1. or download this
    $hash{$w1}{$w2} =
        {
    ...
                           $nw => $count,
                     }
        }
    
  2. or download this
    @newarray = $hash{ $w1 }->{ $w2 }->{ words };