In this Node I was talking about using perl2exe (I swear I am not a rep for the company.) If you write your code so that it is system independent, you can then compile your script for the Unix platform that you are planning on using so you will not need to worry about having the right modules in place. This meens that you have the freedom to move your code from box to box. The down side is that if you make any changes you will not only have to recompile your code, but you also need to worry about version control. I have not done much Unix GUI work but the man pages for Perl/Tk say that it is portable. Just keep in mind when making your programs that you what it to be able to run on a Unix and a Windows platform.

I love Perl/Tk and I find that I can do just about every thing that I want to do (except bind F1 key...Stupid me.) Besides using the man pages I have the Mastering Perl/Tk from O'Reilly and I find it to be the best reference for working with Perl/Tk. I strongly recommend that you check this out if you are really interested.

Sparky

In reply to Re: Which GUI do I choose? by sparkyichi
in thread 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.