sub some_func { # do stuff return wantarray ? @results : defined wantarray ? \@results : warn "Useless void context"; }