Skip to content

Commit

Permalink
Link to more useful section of perlop from readpipe
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Grinnz authored and khwilliamson committed Nov 8, 2019
1 parent 493f5f2 commit 1462134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlfunc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -6272,7 +6272,7 @@ multi-line) string. In list context, returns a list of lines
C<$INPUT_RECORD_SEPARATOR> in L<English>)).
This is the internal function implementing the C<qx/EXPR/>
operator, but you can use it directly. The C<qx/EXPR/>
operator is discussed in more detail in L<perlop/"I/O Operators">.
operator is discussed in more detail in L<perlop/"C<qx/I<STRING>/>">.
If EXPR is omitted, uses L<C<$_>|perlvar/$_>.

=item recv SOCKET,SCALAR,LENGTH,FLAGS
Expand Down

0 comments on commit 1462134

Please sign in to comment.