use Algorithm::Loops qw( NestedLoop ); my @terms = NestedLoop(\@array, sub { join '', @_ }); print(join(', ', @terms), "\n");
In reply to Re: Generating all possible combinations from an AoA
by ikegami
in thread Generating all possible combinations from an AoA
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |