projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
47e2936
)
Document correct C<use POSIX ":wait_h";> usage.
Perl 5 Porters [Sun, 8 Sep 1996 20:39:59 +0000 (20:39 +0000)]
pod/perlipc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlipc.pod
b/pod/perlipc.pod
index
99379e9
..
5f600b4
100644
(file)
--- a/
pod/perlipc.pod
+++ b/
pod/perlipc.pod
@@
-111,7
+111,7
@@
signal handlers like this:
or even the more elaborate:
- use POSIX "wait_h";
+ use POSIX ":wait_h";
sub REAPER {
my $child;
$SIG{CHLD} = \&REAPER; # loathe sysV