- or download this
use strict;
use Scope::Guard;
...
$code->();
undef $code;
warn "end";
- or download this
end at /tmp/sample.pl line 12.
destroyed at /tmp/sample.pl line 7 during global destruction.
- or download this
use strict;
use Scope::Guard;
...
$code->();
undef $code;
warn "end";
- or download this
destroyed at /tmp/sample.pl line 7.
end at /tmp/sample.pl line 12.