When using a signal handler subroutine, is it possible to call another subroutine from the one called by the signal handler? I can't seem to do it, I'm posting the relevant code here. "print_header" is the subroutine I'm trying to call, without success.