Help for this page

Select Code to Download


  1. or download this
    sub Foo::DESTROY { print "foo::DESTROY called\n"; }
    {
    ...
    }
    __END__
    foo::DESTROY called