Help for this page

Select Code to Download


  1. or download this
    eval {
      die 1;
    ...
      warn "Got the exception '$e'!";
      exit(0);
    }
    
  2. or download this
    sub DESTROY {
      my $self = shift;
    ...
        local $@;
        return $self->DESTROY(@_);
      }