Help for this page

Select Code to Download


  1. or download this
    @feed = @keysout[0,1];
    ...
    ...
        my $w2 = $feed[1];
    #no $nw needed!
    ...
    
  2. or download this
    for my $word ( keys %{ $hash{ $w1 }{ $w2 }{ words } } ){
        push @wordsList, ($word) x $hash{ $w1 }{ $w2 }{ words }{ $word };
    }