Help for this page
#>>> DummyDestructor.pm package DummyDestructor; ... # no access to @_ in finally ... code ... }
sub f { my @return; ... die $@ if $@; return @return; }