Skip to content

Commit 1462134

Browse files
Grinnzkhwilliamson
authored andcommitted
Link to more useful section of perlop from readpipe
qx is only briefly mentioned in the "I/O Operators" section of perlop. It is better to link to the section where it is discussed in detail.
1 parent 493f5f2 commit 1462134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlfunc.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6272,7 +6272,7 @@ multi-line) string. In list context, returns a list of lines
62726272
C<$INPUT_RECORD_SEPARATOR> in L<English>)).
62736273
This is the internal function implementing the C<qx/EXPR/>
62746274
operator, but you can use it directly. The C<qx/EXPR/>
6275-
operator is discussed in more detail in L<perlop/"I/O Operators">.
6275+
operator is discussed in more detail in L<perlop/"C<qx/I<STRING>/>">.
62766276
If EXPR is omitted, uses L<C<$_>|perlvar/$_>.
62776277

62786278
=item recv SOCKET,SCALAR,LENGTH,FLAGS

0 commit comments

Comments
 (0)