Help for this page
#!/usr/bin/perl ... # and get them in a hash via: # my $anagram_hash = anagrams($words);
package Anagram26; ... 1;