in reply to Re: return explicit undef - Best Practices?
in thread return explicit undef - Best Practices?

You could return 0 or '' for false instead, saving undef for actual errors.
  • Comment on Re^2: return explicit undef - Best Practices?