D
David Morel
Hi all,
Why doesn't the following program terminate?
alarm 1;
<STDIN>;
It seems that alarm does not interrupt the <> operator. Why not? And
more importantly, is there any way to interrupt the general <handle>?
Surely there must be a way... thanks in advance,
David Morel
p.s.
I am running Perl on Windows
Why doesn't the following program terminate?
alarm 1;
<STDIN>;
It seems that alarm does not interrupt the <> operator. Why not? And
more importantly, is there any way to interrupt the general <handle>?
Surely there must be a way... thanks in advance,
David Morel
p.s.
I am running Perl on Windows