Help for this page
sub inner_func { if (wantarray) { ... my @r = outer_func(); my $r = outer_func(); outer_func();
sub outer_func { inner_func() }