summaryrefslogtreecommitdiff
path: root/pod/perlfaq8.pod
diff options
context:
space:
mode:
authorStephen P. Potter <spp@ds.net>2000-11-06 13:56:43 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-07 00:12:54 +0000
commit13a2d996abe42696bc5ca08abf08030d440c6148 (patch)
tree1919c2c419a4d5a14d2cbb83e40e7f0fe6abaddf /pod/perlfaq8.pod
parent9e29e5ff005da001be364f21377fa2a6364952d5 (diff)
downloadperl-13a2d996abe42696bc5ca08abf08030d440c6148.tar.gz
Pod updates
Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r--pod/perlfaq8.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod
index 1f8a72bfdf..d806ed67e7 100644
--- a/pod/perlfaq8.pod
+++ b/pod/perlfaq8.pod
@@ -571,9 +571,9 @@ scripts inherently insecure. Perl gives you a number of options
The IPC::Open2 module (part of the standard perl distribution) is an
easy-to-use approach that internally uses pipe(), fork(), and exec() to do
the job. Make sure you read the deadlock warnings in its documentation,
-though (see L<IPC::Open2>). See L<perlipc/"Bidirectional Communication
-with Another Process"> and L<perlipc/"Bidirectional Communication with
-Yourself">
+though (see L<IPC::Open2>). See
+L<perlipc/"Bidirectional Communication with Another Process"> and
+L<perlipc/"Bidirectional Communication with Yourself">
You may also use the IPC::Open3 module (part of the standard perl
distribution), but be warned that it has a different order of