Re: Perl
Re: Perl
- Subject: Re: Perl
- From: TuskenTower <email@hidden>
- Date: Mon, 17 Apr 2006 10:34:37 -0400
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:
This email sent to email@hidden
- Follow-Ups:
- Re: Perl
- From: Steve Checkoway <email@hidden>
References: | |
| >Perl (From: Roland Silver <email@hidden>) |