There is a substantial amount of documentation on MacPerl available from within the MacPerl application... check out the "Macintosh specific features" under the "Help" menu, or just go straight to the macperl.pod document and read it through Shuck (same thing.)

Although MacPerl hasn't been updated in awhile (as has been mentioned before, it only tracks against the 5.004 distribution) unless you are doing some hardcore programming you are not likely to notice the difference. The biggest difference between MacPerl and the regular distribution is, IMHO, the fact that you have to use a colon (:) instead of a slash (/) as the file directory separator. Other than that, the biggest problem I've run across (compared to the Unix version) is the lack of a simple database implementation like sdbm, gdbm, ndbm, etc.

The short answer to your question is that yes, in all likelihood your Perl programs should run just like you expect them to under Perl. I would strongly suggest getting a good text editor for Perl programming, though... something like the shareware Alpha or the comercial BBEdit. Both are tied into the MacPerl application and let you edit programs in a much happier friendlier environment than SimpleText.

Gary Blackburn
Trained Killer


In reply to Re: MacPerl??? by Trimbach
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.