http://qs321.pair.com?node_id=570886


in reply to && and and (well, you try searching for an answer)

The difference is the precedence.

From perlop:

As more readable alternatives to "&&" and "||" when used for control flow, Perl provides "and" and "or" operators (see below). The short-circuit behavior is identical. The precedence of "and" and "or" is much lower, however, so that you can safely use them after a list operator without the need for parentheses: