in reply to Is the signal handler supposed to work like this?
All I wanted to do was this, and be able to type ctrl-D to signify that I was done:(Somebody let me know if I missed the obvious boat here; I couldn't find the way to do this.)my @lines = <STDIN>;
I read somewhere that Ctrl-D is Ctrl-Z on Windows, but I cannot confirm that. Maybe this is the reason that it did not work for you?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is the signal handler supposed to work like this?
by AnomalousMonk (Archbishop) on Aug 30, 2008 at 03:04 UTC |