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


in reply to Re^2: What operator should perl5porters use for safe dereferencing? (->)
in thread What operator should perl5porters use for safe dereferencing?

I don't think I'd have a big issue with this applying to hash and array refs. but ignoring method calls on undef by default is a big No-no for me. I'd definitely vote for it being a completely separate pragma then.


Ordinary morality is for ordinary people. -- Aleister Crowley
  • Comment on Re^3: What operator should perl5porters use for safe dereferencing? (->)

Replies are listed 'Best First'.
Re^4: What operator should perl5porters use for safe dereferencing? (->)
by tye (Sage) on Jun 01, 2012 at 13:57 UTC

    Oh, yes. I agree with that.

    - tye