sub name { ... if (not defined wantarray) { # do your void context behavior } elsif (wantarray) { # do your scalar context behavior } else { # do your list context behavior } }