in reply to How to get the terminal in perl tk

Hmm... Perhaps you should state your definitions of "terminal", "window" and "in". Your usage of them does not make much sense.

Also: What does that code segment have to do with the question? Code should not be posted just for the sake of posting code; it needs to be relevant.

Replies are listed 'Best First'.
Re^2: How to get the terminal in perl tk
by Sinistral (Monsignor) on Dec 21, 2010 at 20:10 UTC

    zentara posted code that does exactly what the OP requested: a way to embed an xterm within a Tk window, preferably the main window, and perhaps with the possibility of multiple simultaneous embedded instances.