Help for this page

Select Code to Download


  1. or download this
    @newarray = $hash{ $w1 }->{ $w2 }->{ words };
  2. or download this
    $hashref = $hash{ $w1 }->{ $w2 }->{ words };
    foreach my $k (keys %$hashref) {
        print " * $k: $hashref->{$k}\n";
    }