Skip to content
Prev 75396 / 398502 Next

signal handling

Omar Lakkis wrote:
I don't know Perl's %SIG hash.  However, there are several things you 
can do:  the on.exit() function lets a function do cleanup, and there 
are various hooks available (see ?setHook), and finalizers (see 
?reg.finalizer) for some kinds of objects.

Duncan Murdoch