We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a787a commit e79b820Copy full SHA for e79b820
pod/perlop.pod
@@ -21,7 +21,9 @@ two numbers for equality, and S<C<$x eq $y>> compares two strings.
21
There are a few exceptions though: The operator C<x> can be either string
22
repetition or list repetition, depending on the type of the left
23
operand, and C<&>, C<|>, C<^> and C<~> can be either string or numeric bit
24
-operations.
+operations (unless C<use v5.28> or later, or L<feature/"The 'bitwise' feature">
25
+is in effect, in which case a different version of each operator exists
26
+for manipulating strings).
27
28
=head2 Operator Precedence and Associativity
29
X<operator, precedence> X<precedence> X<associativity>
0 commit comments