$SIG{'TSTP'} = 'IGNORE'; # Ctrl-Z
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.
Jump to
Perl: Disable control-C and control-Z
$SIG{'INT'} = 'IGNORE'; # Ctrl-C
$SIG{'TSTP'} = 'IGNORE'; # Ctrl-Z
$SIG{'TSTP'} = 'IGNORE'; # Ctrl-Z
Labels:
control,
keys,
live,
perl,
production