|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: perl/tk interactive text widgetby jdtoronto (Prior) |
| on Jun 12, 2007 at 18:49 UTC ( #620788=note: print w/ replies, xml ) | Need Help?? |
|
Their was/is a module in the X11 namespace, something like TkPerlConsole that will do the job. Alternatively it is trivial to re-direct STDOUT (an example can be found in Tk::Stderr) to a text widget. From a text widget you can pass command lines with arguments back to the underlying shell.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||