juca.abaete has asked for the wisdom of the Perl Monks concerning the following question:

Hi all, I am new to perl. What is in your opinion the best graphical interface to be used with perl? I heard that perl/TK is no longer being mantained. I want to know so I can start to learn something that will be maintained for quite some time. Thanks, Juca

Replies are listed 'Best First'.
Re: Perl updated GUI
by james2vegas (Chaplain) on Sep 05, 2009 at 01:42 UTC
    I usually recommend Gtk2, but others have more luck with Wx, both modules are active, actively maintained and kept up to date with their respective libraries.
      Gtk2 is a good option because it has a Study Guide particularly written for Perl. Wx has some articles on using it with Perl on perl.com. There is also another option , using the Qt3 bindings for Perl , there is a wiki for this here.