sub test { if (wantarray){ return 'One String'; } else { return ('A', 'List', 'of', 'Strings'); } }