Help for this page

Select Code to Download


  1. or download this
    my @wordsList;
    for my $word ( keys %{ $hash{ $w1 }{ $w2 }{ words } } ) {
    ...
    }
    
    print @wordsList[ rand( @wordsList ) ];