$SIG{USR1} = 'HANDLER'; sub HANDLER { print "Got 'USR1'. Exiting with Return Code '110' !!\n"; exit 110; }