    <hr>  Enter a string (omit spaces), and click the button to get a list of anagrams. If you don't know what an anagram is, check the dictionary.      <form action="http://www.cs.utexas.edu/users/sammy/cgi/anagram" method="get">       <input type="text"   name="string">       <input type="submit" name="Go">     </form>    <hr>  Back to my <a href="http://www.cs.utexas.edu/users/sammy/"> home page </a>.  <address> sammy@cs.utexas.edu </address>    </body> </html>
