In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/73af1a120312c13a2615c70fbc5cea1c82b80ce8?hp=ee72b38d0571824b5c43b1915ea2a7143cb21fcb>
- Log ----------------------------------------------------------------- commit 73af1a120312c13a2615c70fbc5cea1c82b80ce8 Author: David Golden <[email protected]> Date: Sat Oct 23 07:13:49 2010 -0400 perlipc: fix bug in example ----------------------------------------------------------------------- Summary of changes: pod/perlipc.pod | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 8d9ea97..f2ddd30 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -21,6 +21,8 @@ running out of stack space, or hitting file size limit. For example, to trap an interrupt signal, set up a handler like this: + our $shucks; + sub catch_zap { my $signame = shift; $shucks++; -- Perl5 Master Repository
