I recently asked (as an Anonymous Monk) a question about Mac GUI options for Perl on OS/X, of which I recieved some great answers about CamelBones. Problem is though, CamelBones is against my culture -- I'm a vi man. :) Seriously, I don't like coding user interfaces using other user interfaces. I can't stand it.

So, "good news!" I said when I found these:
http://www.macdevcenter.com/pub/a/mac/2004/07/27/ruby_pt3.html
http://www.rubygarden.org/ruby?RubyTkOnOSX


Well, almost, it's Spiffy Tk in Aqua without a GUI (rock on!), but note that the language is Ruby. While Ruby is a fine language, I am in agreement with Larry and his State of the Onion talk ... popping out of the Perl box will make me explode, and I'd love to continue coding in Perl. Why? CPAN. CPAN is the nectar of the Gods. Well, that, and Larry is funnier than Matz.


The question is thus: What would it take to make Perl/Tk on my system work with this Aqua version of Tcl/Tk? All usenet and forum inquiries have fallen on deaf ears, or no one has tried, but ... here's the kicker ... no one has asked on PerlMonks yet. So there may be hope. Some poeple have posted about trying but have given up hope ... but again, no one has asked on PerlMonks.

If no one has managed to compile Perl/Tk for Tcl/Tk/Aqua, I'd like to try ... if we need to modify the build scripts that would be nice too, especially if the package maintainer could pick them up. ("Do you want to use your installed copy of Tcl/Tk/Aqua ??").


In reply to Aqua & Perl/Tk by SpanishInquisition

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.