You can write "full-fledged" Mac apps using the Mac specific library. I find it very useful. at least until someone is diligent enough to port Perl/Tk. (I'm still waiting on that...) Anyway, it is really NOT a good idea to write massive Mac apps in Perl because they will simply end up taking up a phenomenal amount of memory. I use macperl mainly for testing cgi before i put it on any site, as an applescript interface (make shiny buttons to run applescripts, oooo!), and to make quick apps. Just make sure you change the memory partition in MacPerl to something high. In my experience, I have found macperl exceptionally stable and the CGI interface is very cleverly written. The CGIs will hang around for five minutes- without fastCGI! that's was thinking ahead. I actually think that there is some compilation step between writing your perl and saving it as cgi but im not sure. have fun, it's a great and powerful app which incorporates all of the OS 8 features (not 9 or cocoa). applescript works fine, cgi works great, mac API works great. have fun!
AgentM Systems or Nasca Enterprises is not responsible for the comments made by AgentM- anywhere.

In reply to Re: MacPerl??? by AgentM
in thread MacPerl??? by curtisb

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.