UnixReview has an article on Mac OS X, in which the following was said:

"It's just not a true *nix without the ability to use the duct tape of the Internet. Never fear, Apple includes Perl version 5.6. Most of the small scripts that I've been using on my Linux boxen worked just fine, unless there was a reference to a full directory pathname like /home/user/something. Apple, weirdly enough, decided that they should buck the norm and put home directories under /Users instead of /home.

Apple's Apache install doesn't support Perl out of the box, but it should be easy enough to add.

Unfortunately, Apple's nifty Project Builder doesn't support Perl as a project option. Sure, you can edit your Perl scripts in vi or Emacs, but it'd be nice to be able to use their IDE for Perls as well. Technically, you can edit Perl scripts in Project Builder, but it doesn't have syntax highlighting for Perl or support for walking through a Perl script.

The Apple Package Maker program does support Perl and other scripting languages for installing programs, however. So, if you're creating an application using Apple's Developer Tools and want to use a Perl script to prepare to install a program, or to clean up after the install, Perl is supported."

I believe UnixReview deserves a ++ for that, don't you?

The full article is here for those interested.

--
notsoevil
--
Jeremiah 49:32 - And their camels shall be a booty. . .


In reply to Riding the Duct Tape Camel .. by notsoevil

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.