Help for this page

Select Code to Download


  1. or download this
       use NEXT;
    
    ...
       $obj->missing_method(); # Calls D::AUTOLOAD, B::AUTOLOAD, C::AUTOLO
    +AD
    
       # Clean-up calls D::DESTROY, B::DESTROY, A::DESTROY, C::DESTROY
    
  2. or download this
       D=HASH(0x8118164): D method
       D=HASH(0x8118164): C method
    ...
       D=HASH(0x8118164): D dtor
       D=HASH(0x8118164): B dtor
       D=HASH(0x8118164): C dtor