sub get_x { my @x = qw( stuff ); return wantarray ? @x : \@x; }