On Wed, 28 May 1997, Michael Asher wrote:
> Is there a specific set of functions (widgets?) that make socket
> connections or similar such things?
tcl76 and later have the "socket" command.
to establish a client socket, use:
socket <host> <port>
returns a socket descriptor which behaves much like a file descriptor.
-stewart-
- Networking? Michael Asher
- Re: Networking? Stewart Allen
- Re: Networking? Rick Macdonald
- Re: Networking? Ken Bowen
