Version 1 of execl

Updated 2006-02-18 17:46:45

Tclx provides a binding to execl .

    execl prog [arglist]
          Do an execl, replacing the current program (either Extended
          Tcl or an application with Extended Tcl embedded into it)
          with prog and passing the arguments in the list arglist.

Category Command, a part of Tclx