Help for this page
sub Foo::DESTROY { print "foo::DESTROY called\n"; } { ... } __END__ foo::DESTROY called