in reply to Re: Re: Re: Re: Context aware functions - best practices?
in thread Context aware functions - best practices?

Or maybe just return unless wantarray; because return is smart enough to provide undef by itself in scalar context. :)

Makeshifts last the longest.