$SIG{INT} = sub { done("Ouch!") }; sub done { print "@_\n\n"; exit; } [download]
In reply to Keeping Term::* from hoseing your session by halxd2