http://www.perlmonks.org?node_id=974751


in reply to Re: What operator should perl5porters use for safe dereferencing?
in thread What operator should perl5porters use for safe dereferencing?

My thoughts, exactly. If such a beast were to arise, I would prefer that it be somewhat consistent (visually) with defined-or (even though we are trying to represent defined-and). I might be persuaded that something based on && would be suitable.

IMO, many of the poll options resembled bitwise operations, matching, and the ternary operator too strongly.

  • Comment on Re^2: What operator should perl5porters use for safe dereferencing?