Help for this page

Select Code to Download


  1. or download this
    #>>> DummyDestructor.pm
    package DummyDestructor;
    ...
                                  # no access to @_ in finally
      ... code ...
    }
    
  2. or download this
    sub f {
      my @return;
    ...
      die $@ if $@;
      return @return;
    }