In article <[EMAIL PROTECTED]>, Erik Price 
<[EMAIL PROTECTED]> wrote:

> I've used Perl here and there (on my OS X box) for basic stuff, but I 
> haven't really played with modules.  I feel like I'm really missing out 
> on something cool here.  Where do modules get stored by default in 
> Darwin? 

it depends on how perl was installed (on any machine).

you can see where perl wants to install modules by examining @INC
with the -V switch from the command line:

   % perl -V

Reply via email to