baxy77bax has asked for the wisdom of the Perl Monks concerning the following question:
well my title si probably wrong since I don't quite know what the precise question is. What I am looking for is a perl shell with two screens so that I can write a command to be executed in one screen and once I run it, it executes in the other. To create a shell with Term modules is quite easy but to split the screen (withought using split and screen commands) is something I don't know how to do. So my question is: can anyone point me to the right place for me to learn more about about this problem.
Example:
Am I making any sense?? thnxmy terminal: ___________________________________________________ $ # my shell where I | Hi! $ # can write my code | How to do ths? $ | $ print "Hi!\n"; | $ print "How to do ths?"| ________________________|___________________________
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl shell with input and output terminal
by Corion (Patriarch) on Nov 27, 2015 at 10:19 UTC | |
|
Re: Perl shell with input and output terminal
by Discipulus (Canon) on Nov 27, 2015 at 10:35 UTC | |
by baxy77bax (Deacon) on Nov 27, 2015 at 11:36 UTC | |
by hippo (Archbishop) on Nov 27, 2015 at 13:15 UTC | |
|
Re: Perl shell with input and output terminal
by LanX (Saint) on Nov 27, 2015 at 16:30 UTC | |
|
Re: Perl shell with input and output terminal - modules of interest
by Discipulus (Canon) on Nov 30, 2015 at 11:28 UTC |