It seems to me that following some rather unfortunate events, Perl/Tk is left unmaintained, and is slowly drifting away from our daily life. ActivePerl already got rid of it, suggesting Tkx instead. But IMHO Tkx is just as good as Gtk, or Qt -- in the sense that it's just another very thin layer over something built for a completely different programming language, and in order to use it, you have to have the guts to study the original documentation and to figure out how to do it in Perl, guessing and inventing tricks in the process. Perl/Tk, on the other hand was so much more: it was Perlish in its true sense, with a ton of documentation (and books), examples and auxiliary modules; its amount of code/performance ratio was excellent! So, with all this, what's going to happen to Perl/Tk? Are we going to just abandon it?

In reply to Is there any hope for Perl/Tk ? by pht

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.