- or download this
| hand waving here
my $a=1;
...
$a=3;
}
| etc.
- or download this
SIGUSR1 30 user defined signal 1
SIGUSR2 31 user defined signal 2
- or download this
SIGUSR1 30,10,16 Term User-defined signal 1
SIGUSR2 31,12,17 Term User-defined signal 2
- or download this
# handwaving
if ( fork() ){
...
# child
$SIG{USR1} =\&childHandler;
}