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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
