Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Perl



On 4/15/06, Roland Silver <email@hidden> wrote:
> Is Perl included with OS X 4.6? If so, where is it? If not, where can
> I get it?

Instead of getting answers on where to find, here is how to find. :) 
If PERL is not in your direct path this is a big problem.  You should
be able to invoke PERL via the command line by typing "perl" (w/o the
quotes).

All of my suggestions should be run from /Applications/Utilities/Terminal.app

1. whereis  -  locate the binary, source, and manual page files for a command
   whereis perl

2. which - shows the full path of (shell) commands.
   which perl

3. Assuming you have kept your DB up-to-date (I'm not sitting at my
machine right now so no way to tell you which command to use to keep
it up-to-date)
   locate perl

4. Really, really slow way of doing this, but you will find what you
are looking for.  Type "man find" (w/o the quotes) for some more
advanced stuff.
   find / -iname PERL

If you're really plucky, use Fink or darwin-ports (never used it
myself).  Then, you'll have more than one instance of PERL!  You can
also install PERL by hand.  If you're interested in banging your head
against the wall, its a great learning experience.

HTH
TuskenTower
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden

This email sent to email@hidden

References: 
 >Perl (From: Roland Silver <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.