cpe-67-10-93-76:~ jschmitz$ uname -a Darwin cpe-67-10-93-76.houston.res.rr.com 8.2.0 Darwin Kernel Version +8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_P +PC Power Macintosh powerpc cpe-67-10-93-76:~ jschmitz$ which perl /usr/bin/perl
As you can see above Perl is in your path by default with Tiger I have been using the new Activestate port myself just because the package manager is slicker and to compile modules on OSX you need to install the xcode tools because Tiger does not come with make.

All you should have to do by default is write a little test script save it and run it. It sounds like you are trying to kick off this script by clicking on an icon?

Write your test script ..save it ..then run it ./test.pl
Cheers -

Jeffery

In reply to Re: Perl Problems in Tiger by JSchmitz
in thread Perl Problems in Tiger by Anonymous Monk

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.