Nowadays Perl/Tk looks different on Win32 and Unix. You'd be hard-pressed to tell it appart from native widgets. For my part, I had to choose between Wx, Tk and Win32-GUI lately for a windows app (my first GUI app ever!), and I chose Tk because the relevant *Perl* documentation is more extensive (there's even several books on the subject) and it's the most used so lots of support is available. Win32-GUI is the worst with regards to documentation (almost non-existent) and I quickly discarded it. Wx is somewhere in between (mostly it tells you to read the C bindings!) Wx seems to have more widgets but it also seems a bit more complex and to require more actual code to accomplish something. Then again, there's tons of Tk widget modules on CPAN, so perhaps Wx doesn't really have an advantage in this area. In any case, I was able to find a suitable Tk widget for all my needs. I did run into a few problems with bugs in some Tk widgets, but they were easy to deal with (a quick google search turned up code to fix the problem). I don't know how Wx fares in this regard.

In reply to Re^2: Perl with a GUI by Anonymous Monk
in thread Perl with a GUI by chance

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.