a.pl 85 B

123456
  1. use strict;
  2. use warnings;
  3. $SIG{INT} = sub { die "Caught a sigint $!" };
  4. sleep(20);