It appears to be SIGHUP that Perl gets when its console window is closed, and SIGINT when Ctrl-C is pressed.
This makes sense as 'SIGHUP is a signal sent to a process when its controlling terminal is closed' and 'SIGINT is the signal sent to a process by its controlling terminal when a user wishes to interrupt the process'.
Anti-nuisance lawsuit warning: The purpose of these notes is to remind me, Zoegond, of stuff or to help me work stuff out. They may contain mistakes.
Quick
- ($a, $b....) = unpack("A2A7...", $packed)
- push( array, list )