- or download this
sub DESTROY {
my ($self) = @_;
...
}
}
}
- 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
- or download this
package MyClass;
use strict;
...
bless $hash_ref2, 'MyClass';
1;
- or download this
here we are in DESTROY
destroying MyClass
...
destroying MyClass
here we are in DESTROY
destroying MyClass
- or download this
package MyClass;
use strict;
...
#bless $hash_ref, 'MyClass';
1;
- or download this
here we are in DESTROY
destroying MyClass