in reply to RE: Sockets
in thread Sockets
$SIG{CHLD} = sub {wait()};
} else { $line = <STDIN>; print $new_sock "$line"; }
chomp($buf); exit(0) if ($buf eq 'q');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: RE: Sockets
by clemburg (Curate) on Apr 24, 2001 at 14:26 UTC | |
by meonkeys (Chaplain) on Apr 24, 2001 at 14:42 UTC |