girijaj has asked for the wisdom of the Perl Monks concerning the following question:
and I have declared my_handler as:use sigtrap 'handler' => \&my_handler, 'normal-signals';
Please help me I am not getting it what to do. thanks --girijasub my_handler { die "Caught signal $! \n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ^CSIGINT handler "my_handler" not defined. Sigtrap is not able to find handler function.
by Corion (Patriarch) on Sep 17, 2014 at 06:54 UTC | |
by girijaj (Initiate) on Sep 17, 2014 at 06:59 UTC | |
|
Re: ^CSIGINT handler "my_handler" not defined. Sigtrap is not able to find handler function.
by jellisii2 (Hermit) on Sep 17, 2014 at 11:52 UTC | |
|
Re: ^CSIGINT handler "my_handler" not defined. Sigtrap is not able to find handler function.
by Mr. Muskrat (Canon) on Sep 18, 2014 at 17:49 UTC |