vr786 has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks , I wanted to set the terminal into my script , how can i set the terminal (xterm) into main-window.Can we display the two terminals in one window?.Please suggest me the way ......!
use strict; use warnings; use Tk; $mw=MainWindow->new; $mw->geometry("500x500"); MainLoop;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to get the terminal in perl tk
by zentara (Cardinal) on Dec 21, 2010 at 17:47 UTC | |
|
Re: How to get the terminal in perl tk
by SuicideJunkie (Vicar) on Dec 21, 2010 at 17:57 UTC | |
by Sinistral (Monsignor) on Dec 21, 2010 at 20:10 UTC |