in reply to SIG{INT} not handling CTRL-C ???

Shouldn't $SIG{INT} be set to a subroutine reference not a string.

Replies are listed 'Best First'.
Re^2: SIG{INT} not handling CTRL-C ???
by Neighbour (Friar) on Jul 12, 2010 at 13:32 UTC
    perlipc recommends it, but it is not required.