in reply to Executing external programs
I want the perl code to write into the text box (I do not want to write a file and open it then)
If you want to display text to a user in a GUI with live updates, then attempting to use notepad.exe to do so is probably not the best way to do this. You probably want to look into UI toolkits like Tk or maybe Prima.
Update: See also Perl GUI (2013).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Executing external programs
by Silt (Novice) on Feb 18, 2019 at 22:33 UTC | |
by haukex (Archbishop) on Feb 18, 2019 at 22:46 UTC | |
by Veltro (Hermit) on Feb 19, 2019 at 00:00 UTC |