What is the best GUI for Perl on Windows including a good GUI builder?
Posted
by panofish
on Stack Overflow
See other posts from Stack Overflow
or by panofish
Published on 2010-06-17T22:31:46Z
Indexed on
2010/06/17
22:43 UTC
Read the original article
Hit count: 242
I want to build perl apps with a gui that:
A: are windows compatible (no cygwin or the like)
B: utilize a nice GUI builder
C: is easily distributed (minimizing additional components that must be installed)
D: has good documentation and tutorials for building and using the GUI
E: is still be developed (has a future) and appears to be the future of perl GUIs
Maybe someone could provide a table something like the following for the alternatives (wxperl, perlqt, tk gtk2...etc)?:
tool1 => AB
tool2 => CE
tool3 => ACD ...
© Stack Overflow or respective owner