Hi all,

---------------------------------
$pid = open(README, "program arguments |")  or die "Couldn't fork: $!\n";
while (<README>) {
    # ...
}
close(README)
----------------------------------

my problem is: I read from README, but if  waiting for next input is
timeout, end reading. Is there any timer or method I could use for
this purpose?

thanks.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to