Help for this page

Select Code to Download


  1. or download this
    END {
      warn "Global Destruction starting";
    }
    
  2. or download this
    sub {
      my $a=SomeClass->new($arg1, $arg2, ...);
      undef $a;
      exit();
    }