I need to do some quick-and-dirty Perl GUI building. I can't afford a Komodo License. What would people recommend as a free (as in beer) alternative. I don't care if it is UNIX or Windows or both. I would be using either Win32 Perl or Perl/Tk depending on what has the best solution. I would also look at any PM's that use something else.

link|improve this question

Not enough information. Perl doesn't have a gui API (ie, stock perl) which graphics/windowing SPI are you building against? Tk? wxperl? etc? – Adam Davis Nov 15 '08 at 23:16
feedback

2 Answers

up vote 5 down vote accepted

For Perl/Tk, there is ZooZ.

Personally, I prefer to use Glade for the GUI design and Gtk2::GladeXML. And as other people mentioned, there's also WxWidget and Qt alternatives.

link|improve this answer
Glade looks promising. – Paul Nov 16 '08 at 6:02
feedback

The Perlmonks post http://www.perlmonks.org/?node_id=627282 might help, as well as the google search for "perl gui builder". Once you see what's available, you might be able to ask a more specific question to get a better answer.

Good luck, :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.