Help for this page
my $x = foo(1,2,3,5);
return wantarray ? @arr : "@arr"; return wantarray ? @arr : \@arr;