Help for this page

Select Code to Download


  1. or download this
    package H;
    sub DESTROY { print "DESTROY\n"; }
    ...
    
        print "why now?\n";
    }                        # <- The object is only destroyed here.
    
  2. or download this
    SCALAR(0x1829aac)
    REF(0x1829abc)
    SCALAR(0x1829aac)
    why now?
    DESTROY