Help for this page

Select Code to Download


  1. or download this
    $class->meta->rebless_instance($object);
    
  2. or download this
    class Teacher {
       method teach () { ... }
    ...
    eval {
       $room1->teach;  # dies (no teacher!)
    };