sub foo { # ... return wantarray? @foo : sub { shift @foo if @foo }; }