in reply to Select on STDIN or ALARM?! For Win32 doesn't work!

you can create a child process to read what you want, like :
$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
    sorry for that '´' in my reply