diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 05:10:53 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-22 05:10:53 +0000 |
commit | 92c2ed055315fc5be2c58f97c40236945f31f32e (patch) | |
tree | ccace68daba971343b831dfc0ce5fd0e0647e385 /pod/perlfaq8.pod | |
parent | 407eff0f25e20d3ed6ccfe2097b366fd28d8e3c4 (diff) | |
download | perl-92c2ed055315fc5be2c58f97c40236945f31f32e.tar.gz |
perlfaq update from From Tom Christiansen and Nathan Torkington
(removes all mention of training courses from perlfaq*.pod)
p4raw-id: //depot/perl@1621
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index 272dd51229..e99cf426ca 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -848,7 +848,7 @@ different process from the shell it was started from. Changes to a process are not reflected in its parent, only in its own children created after the change. There is shell magic that may allow you to fake it by eval()ing the script's output in your shell; check out the -comp.unix.questions FAQ for details. +comp.unix.questions FAQ for details. =back |