if (wantarray()) { # list context } elsif (defined wantarray()) { # scalar context } else { # void context }