Help for this page
#!/usr/bin/perl use strict; ... permute {$key = join '',@array;$perm{$key} = 1} @array; print scalar %perm;