[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] perl @INC
- Subject: Re: [cobalt-users] perl @INC
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Sat Jul 8 21:10:13 2000
- Organization: Pomfret Computer Technologies
----- Original Message -----
From: "Jim Carey" <cobalt@xxxxxxxxxx>
> I installed the additional Perl after doing my first CPAN - at the end it
> said something like try install bundle::perl or something similar. Did
it -
> took the defaults and ended up with a 5.6 perl as well- shouldn't have
done
> it
Jim,
I ran into the same problem not too long ago. Since I didn't/don't have
oodles of spare time to install all the modules into the new version, here's
the steps I took to fix the problem...
After running the CPAN shell, and like you accepting the defaults, I ended
up with two Perl versions in /usr/bin:
perl5.00503
and
perl5.6.0
I also found that my 'perl' binary was now v5.6.0. Like you, I didn't want
the upgrade, so I simply copied 'perl5.00503' to 'perl' and all was well
again. I still have the remnants of v5.6 hanging around, but they're not
causing any harm. I suppose someday I'll get around to properly upgrading
Perl...
HTH
BC