return $this; return ($this); return (($this)); return ((($this))); #### 3 + 4; (3 + 4); (3) + (4); ((3) + (4)); #### return @x; #### my @x = qw /foo bar baz/; sub my_func {return @x}; (my_func) [1] .= "hello"; #### Can't modify list slice in concatenation (.) or string