Help for this page
$SIG{INT}=\&sig_handler; ... { printf("Sig trapped.\n"); }
print "In B\n"; for(;;) { }