sub foo{ return (0, 1); } my $var = \(foo()); # $var is not a reference to the array (0, 1).