Help for this page
{ my $subref; { ... print "Outside!\n"; $subref->(); }
Outside FOO: Foo=HASH(0x1a7eefc) DESTROY CALLED at xx line 15.
{ my $subref; { ... print "Outside\n"; $subref->(); }