http://qs1969.pair.com?node_id=97879


in reply to Parsing data from a data feed

Well, this is what i had to change it to, now it works perfect:
do { $socket->recv($response, 1); $data = $data . response; } until ($response eq "\0x00");
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.
Thanks Tons!
Apterigo