On Mon, 12 Nov 2001, Jeff 'japhy' Pinyan wrote:

> >sub int_handler {
> >     $SIG{INT} = \int_handler;
> >     warn "Sorry, can't do that here!\n";
> >}
> >
> >$SIG{INT} = \int_handler;
>
> That should be \&int_handler, to be safe.

Yeah, better safe than sorry. :-)

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Penguin Trivia #46:
        Animals who are not penguins can only wish they were.
                -- Chicago Reader 10/15/82


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to