Re: Adding to @INC
[email protected] (Sherm Pendley)
| Newsgroups | perl.macosx |
|---|---|
| Message-ID | <[email protected]> |
On Jan 7, 2009, at 10:24 AM, Vic Norton wrote: > I plan to use CPANPLUS to install new packages and modules. Right > now it installs them in > /opt/local/lib/perl5/site_perl/5.8.8 As an aside, I think it's kind of odd that /usr/bin/perl would do that... Are you sure there's not an /opt/local/bin/perl earlier in your PATH? If you used MacPorts to install a newer Perl, that's where it would install it. sherm--