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


in reply to Precedence for Idiots

a little whitespace around your operators would make this more readable!

personally, i don't think a precedence tutorial can be complete without touching on the difference between && and || vs and and or.

this bug bit me yesterday:

return $this and $that and is_ok($this, $that);