in reply to Re: Inchworm vs scalar: on boolean false value
in thread Inchworm vs scalar: on boolean false value

Binary "~~" does a smartmatch between its arguments.
Here it's the unary ~~ though (or rather, two unary ~ in a row), because of the commas, the same way that A, -B is a list of two values, not the difference between the list (A,) and the scalar B.

Replies are listed 'Best First'.
Re^3: Inchworm vs scalar: on boolean false value
by LanX (Saint) on Dec 17, 2019 at 15:59 UTC
    It looked unary for me too, but I'd rather prefer being sure.

    That's why I mentioned Deparse.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice