in reply to Select on STDIN or ALARM?! For Win32 doesn't work!
$SIG{'CHLD'}='IGNORE'; $pid=fork; if(!$pid´){ (read stuff); } (stdin stuff);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: why don't you use fork ?
by toss (Novice) on Dec 28, 2002 at 08:26 UTC |