in reply to Re: Resuming from a SIG{INT}
in thread Resuming from a SIG{INT}

If one enters Ctrl-C and decides to resume the programme a single Carraige Return should be ok.
At present it does not behave the way I expected it to.

Replies are listed 'Best First'.
Re: Re: Re: Resuming from a SIG{INT}
by chip (Curate) on Mar 16, 2004 at 19:14 UTC
    The first Enter is actually making the program continue. But after returning, Perl seems to require two Enters for the <STDIN> in the main program to return.

    I have no idea why this is so. I suspect it's a bug.

        -- Chip Salzenberg, Free-Floating Agent of Chaos