Help for this page
my (@r, $r); ... # ... later return wantarray ? @r : $r;
wantarray ? @r : $r = &$code;