Help for this page
return &$ref;
my @a; if(wantarray) { ... return @a; #or return wantarray ? @a : $a[0];