in reply to Re^2: Basic Class question
in thread Basic Class question

One small question: how come the id method isn't expecting the class name as it's first argument?

Class methods expect class names (string)

Instance methods expect objects (blessed reference)