in reply to Re: Refactoring: dumb or witty use of ternary operator?
in thread Refactoring: dumb or witty use of ternary operator?

If that were a check for an undef value, it should have used the defined() test which is instructive to us when trying to understand the code.
  • Comment on Re^2: Refactoring: dumb or witty use of ternary operator?