sub get_list { # return a list if a list is wanted, else # return the string return wantarray ? (5,10,15,20) : "SCALAR CALL"; }