Suggest a WYSIWYG GUI creator for Perl
I am looking for a WYSIWYG GUI creator. I searched on Google and I found VisualCamel but this is not for Linux.
Let me know if there are more such creators available for Linux. I find it hard to use Perl/Tk module and then code in it. I wish for a GUI builder lik开发者_StackOverflow社区e Visual basic.
Padre Form Builder
You can design the interface with Glade and load the XML interface file with gtk2-perl.
FYI, VisualCamel is written in perl, so it will run on linux, provided that you install perl, install Tk module (and any other prerequisites)
spectcl (or any Tcl GUI Builder) along with perl module Tkx
wxGlade along with perl module Wx
Glade along with perl module Gtk2::GladeXML
精彩评论