bnh has asked for the wisdom of the Perl Monks concerning the following question:
I have searched for anagrams and permutations and combinations but not found a way to extract all of the unique strings from a string i.e.
string = abc
unique combinations =
a, b, ab ,ac , bc, abc
is there a module...a snippet..... somewhere?