in reply to Parsing data from a data feed
As far as the rest is concerned, I cannot read using getline I think, and I cannot read til EOF because there is no EOF, as I said the datafeed goes on forever. You may be right though, I'll check into that.do { $socket->recv($response, 1); $data = $data . response; } until ($response eq "\0x00");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Parsing data from a data feed
by bikeNomad (Priest) on Jul 19, 2001 at 01:18 UTC |