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


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

Err, shouldn't this just be -//>?
--
A math joke: r = | |csc(θ)|+|sec(θ)|-||csc(θ)|-|sec(θ)|| |

Replies are listed 'Best First'.
Re^2: What operator should perl5porters use for safe dereferencing? (! //)
by tye (Sage) on Jun 04, 2012 at 19:26 UTC

    -//> would be "de-ref if undefined" while what is being proposed is "de-ref if defined".

    - tye        

Re^2: What operator should perl5porters use for safe dereferencing?
by ikegami (Patriarch) on Jun 04, 2012 at 17:48 UTC
    That's valid syntax. "Is the negation of the match result greater than ..." That might not be a problem, though.