
Perl GUI programming on Windows - Stack Overflow
Sep 19, 2012 · Edit: I now have a good example of a desktop application written with a Perl/Mojo backend and a web-frontent: Azawawi's Farabi. It is a text-editor, geared towards writing Perl. …
What are good interactive GUI builder packages for Perl?
Mar 30, 2009 · Recently I was made aware of another GUI toolkit for Perl called Prima. Its claim to fame is that it was written in C especially for Perl, not a port from TCL or bindings to something …
What are good options for Windows GUI toolkits for a Perl …
Nov 9, 2011 · Seeing how my main area of developer expertise is Perl on Unix, I'd prefer to stick to Perl for coding the business logic of whatever I need done, just for the sake of development …
user interface - Run Perl code into GUI - Stack Overflow
Sep 13, 2011 · In my experience, Tk is the most cross-platform GUI framework for Perl. It is very primitive (both in looks and API), but it works as expected almost everywhere with minimal …
Perl for Windows GUI - Stack Overflow
Jun 20, 2012 · Run Perl code into GUI. 11. Perl GUI programming on Windows. 2. Perl application with GUI for windows 7. 1.
Perl module (s) for creating a simple Microsoft Windows GUI?
Jun 23, 2009 · I'd like to create a simple Windows GUI for my Perl program. It basically needs to spawn a window, write log information to a text box, and have an input box and a couple of …
How can I show Perl console output in a GUI? - Stack Overflow
Apr 6, 2017 · To solve these problems, I would like to be able to display the output in a simple GUI interface as an option. The GUI should be responsive until the program finishes (it should …
How can I make a rich web application in Perl? - Stack Overflow
Feb 22, 2010 · For now, the docs on CPAN for XUL::Gui and XUL::Gui::Manual should explain a bit of it. The actual XUL gui widgets are documented on developer.mozilla.com. XUL::Gui …
Choosing a Perl GUI Module for maximum cross platform usage
Feb 21, 2011 · The module itself is pure Perl, and has only core module dependencies, making it easy to install (unlike nearly all the other gui toolkits for Perl which require C code …
perl - What should I use to create a Windows GUI ... - Stack Overflow
Oct 1, 2010 · Perl for Windows GUI. 11. Perl GUI programming on Windows. 2. Perl application with GUI for windows 7. Hot ...