Greetings fellow monks.....
I have written many perl scripts that run behind the scenes, but never one that had a GUI interface. I have been perusing CPAN and have been evaluating my options. What I am looking for is a GUI system that is somewhat portable, not too esoteric, and something that can do graphics with some degree of ease.

I have been looking at Tk for perl and that looks nice, and pretty easy. It covers that basic graphics requirement, but I am concerned about it portability. I have looked but can't really tell if the Tk perl package needs to be on the executing system (although I would assume it needed to be). Is Tk totally out of favor? Does anyone use it? Are there any other options that the monks have used that would fit my needs? Is there a gui system that can run on any perl installation, irrespective of the perl packages installed?


Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity, ignorance, greed and love of power.

--P. J. O'Rourke

In reply to Which GUI do I choose? by Snuggle

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.