[Chicago-talk] TCP server.

Richard Reina richard at rushlogistics.com
Sat Jul 16 05:57:36 PDT 2005


> You mean like this?
> 
>     # ...
>     accept( $client, $server_sock );
>     open( my $in, "/bin/date |" ) || die $!;
>     while( <$in> ) {
>       print {$client_sock} $_;
>     }
> 

Greg,

Thank you very much for your response.  Would the
lines of code above be something that that the program
outside the TCP server uses?   

A people that values its privileges above its principles soon loses both.
 -Dwight D. Eisenhower.


More information about the Chicago-talk mailing list