IUP is great (it uses Gtk on GNU/Linux and native WinAPI calls on Windows; it also makes programming GUIs in C almost enjoyable despite the fact that you are writing a GUI in C), but I'm not sure about the quality of the Perl bindings. Last time I wanted to write a GUI program, I ended up learning a new language :(

Prima is also an interesting toolkit; relatively easy to install and well maintained (getting a few commits per month since early 2000-s till now), but it looks the same on every platform.

Of course, it's really hard to topple the popularity of Tk. Despite looking dated overall and it belonging to a different language (Tcl), the toolkit is still used by many other languages, including Perl, R, and Python. Chances are that Tk is already installed on the target machine, unlike IUP and Prima.


In reply to Re: Best GUI for Perl? by aitap
in thread Best GUI for Perl? by geertvc

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.