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-

Reply via email to