# this one works fine... $kernel->sig( INT => "sigint" ); # this one does nothing! $kernel->sig( USR1 => "interactive" );