sub context { return unless defined wantarray; return wantarray ? ('value') : 'value'; }