Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
  1. Is there an API/framework for building rich client apps in Perl?

  2. If 1. is no, why do you think that is?

  3. What would it take to enable rich client development on various windowing platforms (MSFT, X11, MacOS etc.)? I.e. how can Perl gain access to visual components within the OS, like for example JVM does via Swing?

Thanks

share|improve this question
4  
TK is occasionally coupled with perl for gui interface. O'Reilly has two books on the subject. – MichaelT Nov 19 '12 at 20:07

1 Answer

up vote 4 down vote accepted

Perl Gtk:

http://gtk2-perl.sourceforge.net/

I used it for a couple of small projects. It's well maintained and reasonably usable.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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