in reply to Get the current function used to handle control+z
Signals are sent using kill.
'<CONTROL+Z>' => sub { kill INT => $$ }
PS — Save yourself and ourselves trouble. Use <c>...</c> around code and data blocks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Get the current function used to handle control+z
by exodist (Monk) on Dec 14, 2008 at 05:08 UTC |