use sigtrap qw (handler signal_handler normal-signals);
If I run a process that has a sleep (1000), and kill the program using "kill pid", the signal is trapped by virtue of the line above. However, if I kill it using "kill -9 pid", the signal is not trapped.
How do i trap that?

New Topic/Question
Reply


MultiQuote






|