Help for this page

Select Code to Download


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