Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help needed: Problems reading SVRP with perl
>The solution is this line. (Replace SOCKED with the name you use)
> select (SOCKED) ; $| = 1
>Explanation: You must change the socked-mode to UNBUFFERED.
grrrr, I had found out the buffered problem quite soon. As I said,
sending commands worked good (eg. chan +). My line was
$|=1; #Autoflush!
Now with select, recieving works too. Thanks so much :-)))
Greetings
Michael
Home |
Main Index |
Thread Index