in reply to Re^4: What's the opposite of // (err) operator?
in thread What's the opposite of // (err) operator?

Well, it depends on the expression. You can always use parens around the expressions. They should rarely be required, though, since the expression is probably an array or hash lookup, or a function call. (I use parens on around function call argument lists.)
  • Comment on Re^5: What's the opposite of // (err) operator?