in reply to Re^2: Any one know how to use sigtrap with moose?
in thread Any one know how to use sigtrap with moose?
If you want some code to run at the end of your program, consider using an END block or an object destructor instead of using signal handlers. See perlsyn and/or perlobj.
|
|---|