Help for this page

Select Code to Download


  1. or download this
    sub DESTROY {
      my $self = shift;
      { local $@; eval { $self->whatever() }; }
      die "cleanup failed" unless $self->cleanup;
    }