Skip to content

Commit 90ed55d

Browse files
committed
Mention shell and run in the qqx section
1 parent 72686fc commit 90ed55d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Language/quoting.pod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ Again, the output of the external command can be kept in a variable:
207207
# runs the command: grep -i cool /usr/share/dict/words
208208
say $output; # Cooley␤Cooley's␤Coolidge␤Coolidge's␤cool␤ ...
209209
210+
See also L<shell|/routine/shell> and L<run|/routine/run> for other ways to
211+
execute external commands.
212+
210213
=head2 Heredocs: :to
211214
212215
TODO

0 commit comments

Comments
 (0)