-- Romanuse Algorithm::Combinatorics qw(variations_with_repetition); my $iter = variations_with_repetition([ '0'..'9', 'a'..'z' ], 15); while($seq = $iter->next) { print @$seq,"\n"; last if ++$count > 50; }
In reply to Re: loop in loop method evasion
by bobr
in thread loop in loop method evasion
by motzi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |