Skip to content

Commit d0877f1

Browse files
committed
perlop: Specifically mention this document's structure
1 parent d1519bd commit d0877f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pod/perlop.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,9 @@ values only, not array values.
152152
left and
153153
left or xor
154154

155-
In the following sections, these operators are covered in detail, in the
156-
same order in which they appear in the table above.
155+
The following sections cover these operators in detail. Each section
156+
covers all the operators for a single precedence level. The sections
157+
are ordered highest precedence first, same as in the table above.
157158

158159
Many operators can be overloaded for objects. See L<overload>.
159160

0 commit comments

Comments
 (0)