2 /Library/Perl in @INC

2003-02-28 Thread Riccardo Perotti
I just did a perl -e 'print $_\n for @INC' in Terminal and both /Library/Perl and /Network/Library/Perl are listed twice. Why? Riccardo -- mailto:[EMAIL PROTECTED] http://www.riccardoperotti.com

Re: 2 /Library/Perl in @INC

2003-02-28 Thread Ken Williams
On Thursday, February 27, 2003, at 10:22 AM, Riccardo Perotti wrote: I just did a perl -e 'print $_\n for @INC' in Terminal and both /Library/Perl and /Network/Library/Perl are listed twice. Why? I dunno - it's just compiled that way. It certainly doesn't cause a problem, though. -Ken

Re: 2 /Library/Perl in @INC

2003-02-28 Thread Vic Norton
Got me, Riccardo. I got doubling doubling as well, two different ways: ~% perl -e 'print $_\n for @INC' /sw/lib/perl5/5.6.1/darwin /sw/lib/perl5/5.6.1 /Library/Perl/darwin /Library/Perl /Library/Perl . ~% perl5.6.0 -e 'print $_\n for @INC' /System/Library/Perl/darwin

Re: 2 /Library/Perl in @INC

2003-02-28 Thread drieux
On Thursday, Feb 27, 2003, at 08:22 US/Pacific, Riccardo Perotti wrote: I just did a perl -e 'print $_\n for @INC' in Terminal and both /Library/Perl and /Network/Library/Perl are listed twice. Why? about the only reasonablish reason I can think of would be that they did not do a 'version'