[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
breaking a while 1 loop reading from a socket/fifo
well, I now know how to do it thanks to Gareth... it's in the sample unix
domain socket thing mentioned in the previous log file.
You may recall I was trying to figure this out before -- how to do a while
1 loop that stops when there's no more to read from a socket -- for the
speech POP3 thing.
while (defined($line = <SOCK>)) {
print $line;
}
I love perl.
__________________________________________________________________
PGP fingerprint = 03 5B 9B A0 16 33 91 2F A5 77 BC EE 43 71 98 D4
darxus@op.net / http://www.op.net/~darxus
You do not exist.
--
To unsubscribe, send a message with the word 'unsubscribe' in the subject
or body of your message to speech-request@lists.nothinbut.net