Help for this page

Select Code to Download


  1. or download this
    --------------------------------------------------------
    calculate inputphrase signature
    ...
    
    print anagrams list
    --------------------------------------------------------
    
  2. or download this
    cere 
    cheer
    ...
    reme
    rhee
    rho
    
  3. or download this
    perl mul_anagram.pl "come here" < words
    
  4. or download this
     [come] (here rhee)
     [echo] (mere reme)
    ...
     [re] (come) <he>
     [re] (echo) <em me>
     [rho] (emcee)
    
  5. or download this
    monk friar
       norm fakir
    ...
        try their boll
        try other bill
        lit Tyrol herb
    
  6. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            }
        }
    }