in reply to How do we capture CTRL^C
$SIG{'INT'} = sub {print "Caught One!\n"};
See perlvar and perlipc for more info.
After Compline,
Zaxo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How do we capture CTRL^C
by tirwhan (Abbot) on Mar 04, 2005 at 09:51 UTC | |
by Limbic~Region (Chancellor) on Mar 04, 2005 at 13:55 UTC | |
by tirwhan (Abbot) on Mar 07, 2005 at 23:52 UTC | |
by Limbic~Region (Chancellor) on Mar 08, 2005 at 00:00 UTC | |
Re^2: How do we capture CTRL^C
by bart (Canon) on Mar 05, 2005 at 01:38 UTC |