NAME

send - Send interpreter a script to execute

SYNOPSIS

send name script

DESCRIPTION

This command sends the interpreter name a Tcl script to be executed. The result of executing the command in the receiving interpreter is returned as the result of the send command. This command generalizes the standard Tk send command so that it applies to local non-wish interpreters as well as wish-based ones. Remote sends are only possible with wish-based interpreters since a connection to the X server is needed.