The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quizzer::Base - Quizzer Base Class

DESCRIPTION

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)

new

Returns a new object of this class.

any_other_method

Set/get a property.

AUTHOR

Joey Hess <joey@kitenet.net>