#! /usr/bin/perl -w use strict; use List::Permutor; my @data = qw / A B C D /; my $perms = new List::Permutor @data; while (my @set = $perms->next) { print "@set\n"; }
In reply to Re: creating all possible random 'words' from 4 letters
by inman
in thread creating all possible random 'words' from 4 letters
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |