Tangentally, just a bit ago I tried installing Perl/Tkx via CPAN on my Ubuntu Karmic Koala box at home. No luck. It failed.

Went into the Synaptic utility there and found both Tcl and it's Tk were installed by default, being basic to Ubuntu...since I certainly did not seek them myself.

The thing is, old Perl/Tk worked just fine on both systems. And that is the main reason I have always really, really liked Perl. It would sometimes take a little bit of trial and error, but I could always make the scripts I wrote...the exact same script...work on every OS that I used. The number of hoops I had to jump through to make that happen were rather few. Only a one fairly harrowing instance leaps immediately to mind...the issue with fork. But I got around even that with only a very few extra lines.

But in all those apps which I have supplied a Tk GUI, that part alone accounts for a great many lines of code. If I have to split that into different versions...what a bother it would be. Maybe too much of a bother to even bother (pun intended).

So...do I misapprehend? Is Tkx not supposed to install also on Linux, et al? Or should I be looking for something amiss on my Karmic Koala box?


In reply to Re: Why Tkx? And will Tk endure? by aplonis
in thread Why Tkx? And will Tk endure? by aplonis

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.