Thread Socket Problem mit localhost: use Socket (10 answers)
Opened by Gast at 2006-07-04 05:15

esskar
 2006-07-04 18:55
#37312 #37312
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
[quote=in2fire,04.07.2006, 13:27]Kann ich die Zeile recv (CLIENT, $output, 1024, 0);
irgendwie durch
$output = $_;  ersetzen?
Oder wie lese ich einzelne Zeilen, statt einem Block ein?[/quote]
kannst auch gleich
Code: (dl )
while ($output = <CLIENT>) {


sagen.

btw.
benutzt du use strict; und use warnings;

View full thread Socket Problem mit localhost: use Socket