Help for this page
$SIG{ALRM}=sub{rearm()};
$SIG{INT}=sub{process()};
sub process { ... else {print TNOUT "$input"} }