From: Perl 5 Porters Date: Sun, 8 Sep 1996 20:39:59 +0000 (+0000) Subject: Document correct C usage. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13776d5a5d849dbac5bdbd98560852fb47797581;p=p5sagit%2Fp5-mst-13.2.git Document correct C usage. --- diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 99379e9..5f600b4 100644 --- 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