Help for this page
if(open_con(F,"localhost","port")) { ... close AUDIO; }
while($receive=<F>) { ... } print AUDIO $receive; }
thank you in advance.