Skip to content

Commit b6f253f

Browse files
committed
Mention new ^^= operator in perlop.pod
1 parent e0263f3 commit b6f253f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pod/perlop.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ That should probably be written more simply as:
13411341
=head2 Assignment Operators
13421342
X<assignment> X<operator, assignment> X<=> X<**=> X<+=> X<*=> X<&=>
13431343
X<<< <<= >>> X<&&=> X<-=> X</=> X<|=> X<<< >>= >>> X<||=> X<//=> X<.=>
1344-
X<%=> X<^=> X<x=> X<&.=> X<|.=> X<^.=>
1344+
X<%=> X<^=> X<x=> X<&.=> X<|.=> X<^.=> X<^^=>
13451345

13461346
C<"="> is the ordinary assignment operator.
13471347

@@ -1360,7 +1360,7 @@ The following are recognized:
13601360
**= += *= &= &.= <<= &&=
13611361
-= /= |= |.= >>= ||=
13621362
.= %= ^= ^.= //=
1363-
x=
1363+
x= ^^=
13641364

13651365
Although these are grouped by family, they all have the precedence
13661366
of assignment. These combined assignment operators can only operate on

0 commit comments

Comments
 (0)