It's worth mentioning that the low precedence operators and and or work the same way, differing from && and || only in their precedence. The low precedence is useful in common idioms like parenthesis-free my $pid = open my $fh, '-|', '/path/to/cmd' or die $!;.
After Compline,
Zaxo
In reply to Re: Perl Idioms Explained - && and || "Short Circuit" operators
by Zaxo
in thread Perl Idioms Explained - && and || "Short Circuit" operators
by davido
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |