Help for this page

Select Code to Download


  1. or download this
    sub DESTROY {
        my ($self) = @_;
    ...
            }
        }
    }
    
  2. or download this
    here we are in DESTROY
    destroying MyClass
    Name "MyClass::DEMOLISH" used only once: possible typo at Class/Std.pm
    + line 528.
    here we are in DESTROY
    destroying MyClass
    
  3. or download this
    package MyClass;
    use strict;
    ...
    bless $hash_ref2, 'MyClass';
    
    1;
    
  4. or download this
    here we are in DESTROY
    destroying MyClass
    ...
    destroying MyClass
    here we are in DESTROY
    destroying MyClass
    
  5. or download this
    package MyClass;
    use strict;
    ...
    #bless $hash_ref, 'MyClass';
    
    1;
    
  6. or download this
    here we are in DESTROY
    destroying MyClass