in reply to Re^4: Thoughts on using and, or, and not over && || !? (care)
in thread Thoughts on using and, or, and not over && || !?

According to perlop, the only difference is the precedence. For example, for "Logical And" it says that
"Binary "and" returns the logical conjunction of the two surrounding expressions. It's equivalent to && except for the very low precedence.

Are you saying that perlop is glossing over some "black magic" going on behind the scenes?

Elda Taluta; Sarks Sark; Ark Arks
My deviantART gallery

  • Comment on Re^5: Thoughts on using and, or, and not over && || !? (care)