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


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

That was my first hunch too, being a huge fan and user of the defined-or operator, but using that here would have been the opposite of what is required. What is suggested is a defined-and operator, which does not (yet) exist. For me that indeed rules out //-> and -//>. Think about it again when defined-or would be used :)


Enjoy, Have FUN! H.Merijn
  • Comment on Re^2: What operator should perl5porters use for safe dereferencing?