my $iter = make_permutator( values%{$words} ); while (my @els = $iter->() ){ print join (" ",@els)"\n"; } [download]
In reply to Re: permutations? by shotgunefx in thread permutations? by eduardo