Help for this page
$class->meta->rebless_instance($object);
class Teacher { method teach () { ... } ... eval { $room1->teach; # dies (no teacher!) };