I have written a couple apps in perl Tk, and it's not too bad once you get the hang of it. The O'Reilly book is OK, but not great, some examples to get you started, but I'm still not sure whether it was worth paying for. I think I learnt more about Tk by grabbing a bunch of perl Tk applications and browsing through the source. The nice thing about this is that you don't really have to understand what the program is doing, as the GUI creation is seperate from the back end.

Having said that, Tk is nice for cross platform applications, but for something that would look more like an actual windows application you might want to look into Win32::Gui instead. I have little experience with this, but it does create a more window'sd look and feel than Tk does.

In reply to Re: Perl/Tk by the_slycer
in thread Perl/Tk by Stamp_Guy

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.