Help for this page
#!/usr/bin/perl use strict; ... my @input = (qw/a b c d/); permutation("", 1, @input);