EXAMPLE.rb
Path: EXAMPLE.rb
Modified: Mon Mar 04 20:51:51 CST 2002
Anagram TopLevel

The program takes an initial word or phrase from the command line (or in the absence of a parameter from the first line of standard input). In then reads successive words or phrases from standard input and reports whether they are angrams of the first word.

Author:Dave Thomas (dave@x.y)
Copyright:Copyright (c) 2002 The Pragmatic Programmers, LLC
License:Distributes under the same terms as Ruby
Classes and Modules
Class Anagram