> actually yes, they appear to be in the right order:
> 
> $ perl -V
> 
> Characteristics of this binary (from libperl): 
>   Compile-time options: USE_LARGE_FILES
>   Built under linux
>   Compiled at May 23 2001 08:18:14
>   @INC:
>     /usr/local/lib/perl5/5.6.1/i686-linux
>     /usr/local/lib/perl5/5.6.1
>     /usr/local/lib/perl5/site_perl/5.6.1/i686-linux
>     /usr/local/lib/perl5/site_perl/5.6.1
>     /usr/local/lib/perl5/site_perl
> 
> and yet, mod perl is still showing that it's using 5.6.0...

note- the results i get from a script running under mod_perl is slightly
different, but 5.6.1 is indeed first.  (this is the output of @INC)

/usr/local/lib/perl5/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl

i may have misunderstood- were you recommending that i actually delete
these 5.6.0 directories, and symlink them over to the 5.6.1 equivs?

Reply via email to