
Quizzer::Base - Quizzer Base Class

Objects of this class may have any number of properties. These properties can be read by calling the method with the same name as the property. If a parameter is passed into the method, the property is set.
Properties can be made up and used on the fly; I don't care what you call them.
Something similar to this should be a generic perl object in the base perl distribution, since this is the most simple type of perl object. Until it is, I'll use this. (Sigh)
Returns a new object of this class.
Set/get a property.

Joey Hess <joey@kitenet.net>