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


in reply to Perldoc's explanation of the difference between '&&' and 'and' has me confused

> Binary "and" ... is equivalent to && except for the very low precedence

They do the same except for precedence, i.e. for many other operations "op"

much the same way as

See https://perldoc.perl.org/perlop#Operator-Precedence-and-Associativity for more on "precedence"

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

updates

  • added the 2+3*4 part
    • Comment on Re: Perldoc's explanation of the difference between '&&' and 'and' has me confused (precedence)
    • Select or Download Code