Help for this page
package H; sub DESTROY { print "DESTROY\n"; } ... print "why now?\n"; } # <- The object is only destroyed here.
SCALAR(0x1829aac) REF(0x1829abc) SCALAR(0x1829aac) why now? DESTROY
0 1 2 3 4 5 6 7
Results (653 votes), past polls