in reply to Checking return context, beyond wantarray()
if (wantarray()) { # list context } elsif (defined wantarray()) { # scalar context } else { # void context } [download]