Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            print "DESTROYing $self\n";
            #undef $self # doesn't help
    }
    
  2. or download this
    undef object:
    DESTROYing foo=HASH(0x817f9d0)
    exit:
    DESTROYing foo=HASH(0x817f9d0)