in reply to Re^2: how to check for keyboard input
in thread how to check for keyboard input
--- Update: oops, references added, as benizi pointed out below$SIG{'INT'} = \&safe_exit; $SIG{'QUIT'} = \&safe_exit; $SIG{__DIE__} = \&safe_exit; END { safe_exit(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to check for keyboard input
by benizi (Hermit) on Jul 21, 2005 at 17:17 UTC |