drfrog has asked for the wisdom of the Perl Monks concerning the following question:
ive been trying to test with various variations ofsub catch_zap { my $signame = shift; die "Somebody sent me a SIG$signame"; } $SIG{INT} = \&catch_zap;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl script as a running process
by fglock (Vicar) on Jun 30, 2003 at 19:15 UTC | |
by isotope (Deacon) on Jun 30, 2003 at 19:36 UTC | |
|
Persistent Perl
by barbie (Deacon) on Jul 01, 2003 at 11:25 UTC | |
|
Re: perl script as a running process
by nimdokk (Vicar) on Jun 30, 2003 at 19:08 UTC | |
|
Re: perl script as a running process
by drfrog (Deacon) on Jun 30, 2003 at 19:40 UTC | |
by nimdokk (Vicar) on Jun 30, 2003 at 20:14 UTC |