On Thu, 10 Jan 2002, Jeremy Schwartz wrote:

> What is the path to perl on Mac OS X?

/usr/bin/perl

To get the location of any program in your path, try e.g.

    [localhost Thu 4:05:02pm ~]% which perl
    /usr/bin/perl
    [localhost Thu 4:05:04pm ~]% 

or if that doesn't work (it usually will), try

    [localhost Thu 4:05:04pm ~]% locate perl
    [[many, many lines snipped]]

....and you'll get a list of all the places that a file or directory where
the string, in this case 'perl', shows up in your filesystem. 



-- 
Chris Devers                           [EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/
k

Reply via email to