anagram generator

This program implements an anagram generator using a simple, recursive
routine to generate all permutations of the characters in the input string.
If all resulting words in a permuted string are found in the dictionary,
the permuted string is displayed.  The number of spaces in the input string
determines the number of words (1 space generates 2 words, 2 spaces generates
3 words, etc).

Usage:

   java [options]  anagram "string"



SPEC tests:
 
Full run:   run
Train:      run.train
Test:       run.test
  
   
Randy Heisch.
heisch@austin.ibm.com
~
~
