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