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
   /System/Library/Perl
   /Library/Perl/darwin
   /Library/Perl
   /Library/Perl
   /Network/Library/Perl/darwin
   /Network/Library/Perl
   .

Regards,

Vic
   /Network/Library/Perl
   .


At 11:22 AM -0500 2/27/03, 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?

Riccardo
--
mailto:[EMAIL PROTECTED]
http://www.riccardoperotti.com




Reply via email to