At 20:04 -0800 10/28/03, Steve Schein wrote:
$SIG{ALRM} = 'a' if @ARGV;

Have you tried setting it to a real code ref rather than a name?


$SIG{ALRM} = sub {};

Liz

Reply via email to